body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background: #DAEFFA url(images/bg_splash.gif) repeat-y top;
	}



#container {
	width: 760px;
	text-align:center;
	margin: 0 auto;
}

#menubar {
	width: 789px;
	height: 22px;
	margin-top: 15px;
	margin-left: -14px;
	background-color:#000033;
	text-align:center;
	}
	
*html #menubar {width: 801px;}
	
#menu {
	width: 750px;
	display:inline;
}


#menu a {
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	color: #C5E4F5;
	padding: 0 16px;
	}

#menu a:hover {
	text-decoration:underline;
}

#footer {
	width: 760px;
	height: 20px;
	text-align:center;
	padding-top:35px;
	font-size:10px;
	color:#003399;
}

#footer a {
	font-size:11px;
	color:#003399;
	text-decoration:underline;
	}
	
#footer a:hover {
	font-size:11px;
	color:#006699;
	text-decoration:underline;
	}
