html, body {
	font: normal medium/normal Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-align: center;
	margin: 0px;
	background: #000033;
}
#MainWrapper {
	background: #FFFFFF;
	width: 800px;
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#MainWrapper #Header {
	background: #FFCC00 url(../images/headerBg.gif) no-repeat left top;
	display: block;
	clear: both;
	height: 73px;
}
#MainWrapper #Header img {
	clear: right;
	float: left;
}
#MainWrapper #MainMenu {
	background: #0066CC;
	display: block;
	clear: both;
	height: 25px;
	float: left;
	width: 100%;
}
#MainWrapper #MainMenu ul {
	list-style: url(none) none;
	padding: 0px;
	margin: 3px auto 0px;
}
#MainWrapper #MainMenu ul li {
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}
#MainWrapper #MainMenu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
}
#MainWrapper #MainMenu ul li a:hover {
	color: #FFCC00;
	background: #006699;
}
#MainWrapper #Footer {
	border-top: 2px solid #FFFFFF;
	clear: both;
	background: #000033 url(../images/footerBorder.gif) no-repeat left top;
	padding-top: 20px;
	display: block;
	position: relative;
	float: left;
	width: 800px;
}
#MainWrapper #Footer span, #Footer span a {
	font-size: x-small;
	color: #0099FF;
}
a:hover {
	text-decoration: none;
}
