html, body { 
	margin:0; 
	padding:0; 
	border:none; 

background-image: url("BNAbg.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top center;
font-family: Verdana, sans-serif;

}
#container { 
	width: 95%; 
	max-width: 1500px; 
	min-width: 300px; 
	margin: 0 auto; 
	padding: 0;
}
#container h1 { 
	
}
#container h2 { 
	clear: both; 
	
}
#thick-col { 
	width: 78%; 
	float: right; /* switch this to left and below to right to change the column locations */
	
}
#thin-col {
	width: 10%; 
	float: left; /* switch this to right and above to left to change the column locations */
	 /*border: thin solid red; remove this line to remove the border */
}
ul#navigation { width: 10em; }
ul#navigation li {
list-style: none;
background-color: #cccccc;
border-top: solid 1px #039;
text-align: left;
margin: 0;
}
ul#navigation li a {
display: block;
text-decoration: none;
padding: .25em;
border-bottom: 1px solid #3399FF;
border-right: 1px solid #3399FF;
border-left: 1px solid #3399FF;
}
a:link, a:visited { color: #000033; }
a:hover, a:active { color: #000000; }
a:hover { background-color: #fff; }
ul#navigation li#youarehere a { background-color: #09f; }