/* CSS Document */
body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Trebuchet, sans-serif;
	font-size:11px;
	background-color: #000000;
	color:white;
}

#container
{
	margin: 1em 5%;
	border: 1px solid #333;
	
}

#banner
{
	border-bottom: 1px solid #333;		
	text-align: center;	
}

#banner h1
{
	margin: 0;
	padding: .5em;
}

#nav
{
	float: left;
	width: 180px;
	margin-left: 10px;
	font-family: Verdana, Trebuchet, sans-serif;
	font-size:12px;
	line-height: 2;
		
}



#content
{
	padding: 1em;
	margin: 0 2em 0 200px;
	border-left: 1px solid #333;
	line-height: 2;
}

#content h4 { margin-top: 20px; }
#nav h4 { margin-top: 20px; }

#footer
{
	clear: both;
	padding: 1em;
	text-align:center;
	border-top: 1px solid #333;
	text-align:center;
}

#filler
{
 color: #000000
}


a.header:link {color: #fff; text-decoration: none}
a.header:visited {color: #fff; text-decoration: none}
a.header:hover {text-decoration: underline; color: white}

a.menu:link {color: #C0B576; text-decoration: none}
a.menu:visited {color: #C0B576; text-decoration: none}
a.menu:hover {text-decoration: underline; color: white}

a.endorsements:link {color: white; text-decoration: none}
a.endorsements:visited {color: white; text-decoration: none}
a.endorsements:hover {text-decoration: underline;}



