charset "utf-8";

/** {margin: 0px; padding: 0px;}*/

html{
	background-color:#000000
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	color: #999999;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

#container {margin: 0 auto;	width: 850px; height: auto; text-align: left;}
	
	/* Container for logo and telephone/email */
	#header {margin-top: 15px; margin-bottom: 15px; width: 850px; float: left; display:inline;}
		#logo {margin-right: 20px; float: left;}
		#address {
			float: right; font-family: Arial; font-size: 11px; color: #666666; text-decoration: none; text-align: right;
			padding: 10px; border: 1px solid #AFBF00;
		}
		#address a {font-family: Arial; font-size: 11px; color: #666666; text-decoration: underline;}

	/* Navigation */
	#nav {
		margin-bottom: 15px; width: 850px; float: left; display:inline;
		border-bottom: 1px solid #AFBF00;
	}
	#nav ul {
		margin: 0;
		padding: 0;
		padding-left: 0px;
		list-style-type: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;		
	}
	#nav li {display: inline; margin-right: 20px;}
	#nav li a{
		float: left;
		display: block;
		text-decoration: none;
		margin: 0;
		padding: 7px 8px; /*padding inside each tab*/
		border-right: 1px solid #000000; /*right divider between tabs*/
		color: #dddddd;
		background: #000000; /*background of tabs (default state)*/
	}
	#nav li a:hover, #nav li.selected a{
		color: #AFBF00;
		background-color: #000000;
	}
	
	/* Main Content */
	#content {margin-bottom: 15px; padding: 10px; float: left; width: 830px; display: inline;}
	
	/* Footer */
	#footer {
		margin-bottom: 15px; border-top: 1px solid #AFBF00; padding: 10px; float: left; width: 830px;
		font-family: Arial; font-size: 10px; color: #AFBF00; text-decoration: none;
	}
	#footerleft {float: left; width: 430px;}
	#footerleft a {font-family:  Arial; font-size: 10px; color: #AFBF00; text-decoration: underline;}
	#footerright {float: right; width: 326px;}	
