﻿body {
	text-align: center ;
	position:relative ;
}
.header {

	background-image: url('images/header.jpg'); background-repeat: no-repeat ; 
	height: 201px;
}
.left_nav{
	position: relative ;
	margin-top: -50px;
	float: left ;
	margin-left: 5px;
	text-align: left ;
	width: 155px;
	height: 210px;
	font-family: Arial ;
	font-size: 13px;
}
.top_nav {
	color: gray ;
}
.top_nav a{
	color:#666666;  
	text-decoration: none ;
	font-weight:normal ;
	font-size: small ;
	font-family: "Courier New", Courier, monospace ;
}
.top_nav a:hover {
	color: white ;
	
}
.left_nav a{
	display: block ;
	background-image: url('images/bg_nav.jpg');
	height: 25px; 
	color: white ;
	padding-left: 10px;
	text-decoration: none ;
	font-weight: bold ;
	padding-top: 5px;
}
.left_nav a:hover {
	color: aqua ;
}









#userlogin
{
	margin: 14px 0 0px 0;
	width: 198px;
	float: left;
}

#userlogin .hidden
{
	display: none;
}

#userlogin h2
{
	margin: 0 0 3px 0;
	padding: 0;
}

#userlogin p
{
	margin: 26px auto;
	padding: 5px;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	color: #fff;
	background-color: #FB5522;
	font-family: "Bradley Hand ITC";
}

#userlogin
{
	margin: 0;
	padding: 0;
}

#userlogin p
{
}

#userlogin input
{
	display: block;
	width: 100%;	
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #c1c1c1;
	font-size: large ;
	font-weight: bold ;
	color: #85C329;
	text-transform: none;
	font-family: "Bradley Hand ITC";
}


/* when I go out to a club, my mindset is to give everyone around me a good time */

#userlogin input.submit
{
	width: 130px;
	margin: 0 auto;
	padding: 2px 0;
	border-top: 2px solid #BADF84;
	border-left: 2px solid #BADF84;
	border-bottom: 2px solid #6C9134;
	border-right: 2px solid #6C9134;
	background-color: #85C329;
	font-size: 10pt;
	font-weight: bold;	
	letter-spacing: 0.05em;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar #userlogin label
{
	display: block;
	margin: 0 0 10px 0;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	color: #636363;
}

#userlogin a
{
	display: block;
	margin: 20px 0;	
	font-size: 0.9em;
	text-align: center;
}

#userlogin strong
{
	display: block;
	width: 30px;	
	margin: 20px auto 20px auto;
	padding: 10px;	
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	text-align: center;
	color: #636363;
}


