﻿body{
	background-color:black;
}

div{
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
}

#header{
	background-image:url('../images/generic/header.gif');
	width:802px;
	height:331px;	
}

#header a{
	border:0px;
	height: 25px;
	width: 125px;
	display: block;
	background-image:url('../images/blackmenu.gif');
}

#header a:hover{
	border:0px;
	background-image:url('../images/redmenu.gif');
}


#mainbody{
	background-color:#fbf0d4;
	width:784px;
	/* height:1036px; */
	border-left: 9px #30b574 solid;
	border-right: 9px #30b574 solid;
	border-bottom: 9px #30b574 solid;
}

#navigationbar{
	height:27px;
	border-top: 4px #bf1e2e solid;
	border-bottom: 4px #bf1e2e solid;
	text-align:center;
}

div#menuright{
	float:right;
	height: 25px;
	width: 125px;
	margin-right: 73px;
	margin-top: 35px;
}

div#menuleft{
	float:left;
	height: 25px;
	width: 125px;
	margin-left: 73px;
	margin-top: 35px;
}

#pagetitle{
	float:none;
	width:325px;
	height:80px;
	margin:0px auto 0px auto;
}

a{
	color:#016939;
}
a:hover{
	color:maroon;
}