body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
}
img {
	border: 0px;
}
h1 {
	color: #660000; 
	font-family:Georgia, Times New Roman, Times, serif
	font-size: 3.0em;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
h2 {
	width: 1000px;
	color: #660033;
	font-size: 2.0em;
	font-weight: bold;
	background:#F4F1E4;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
h3 {
	color: #660000;
  	font-size: 1.5em;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
a {
	color: #000;
}
a:hover {
	background-color: #FF9900  
}
.accesskey {
	text-decoration: underline;
			
}
.center {
	text-align: center;
}
.styleselect {
	text-align: right;
	font-size: 0.8em;
	
}
#top {
}
#top h1 {
}
<!-- this is the bottom of nav bar --background-image:url(../images/boards3.jpg); --> 

#navigation {
   	width: 1000px;
	height: 1.5em;
	font-size: 1.5em;
	padding: 0px 0px 0px 0px;
	background-color: #F4F1E4;
	color: #660000;
	margin-top: 1px;
	margin-bottom: 0px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#navigation ul {
    list-style: none;
	background:#F4F1E4;
	padding: 0px;
	border: none;
	
}

#navigation li {
    background:#F4F1E4;
	padding: 0px;
	width: 150px;
	float: left;
	
}
<!-- this is the actual nav bar -->
#navigation li a {
    padding: 0em 0px 0em 0px;
	background-color: #F4F1E4;
	text-decoration: none;
	color: #660000;
}
#navigation li a:hover {
   	background-color: #f9f1f1;
	color: #660033;
}
#navigation h2 {
	display: none;

}
#content {
}
#bottom {
	width: 1000px;
	clear: both;
	margin: auto;
	padding: 0em;
	background-color: #3399FF;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	font-size: 0.9em;
}
#bottom a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
#bottom a:hover {
	color: #660033;
}
