BODY
{
    FONT-FAMILY: Arial, sans-serif;
    text-align: center;
	min-width: 775px;
}

#wrapper {
	text-align: left;
	width:775px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	/*float: left;*/

}

#pageTitle {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

a.navhome {
	text-decoration: none; 
	color: #000000;
}

#nav {

}

#nav ul {
	list-style-type: none;
	text-align: center;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}

#nav ul li { 
	display: inline; 
}

#nav ul li a {

	text-decoration: none;
	
	color: #000;
	background-color: #9ebae0;
	padding: 5px;
	border: 1px;
	border-style: solid; 
	border-color: #0000FF;

}

#nav ul li a:hover
{
	color: #000;
	background-color: #cedae0;
	border-color: #71727c;
}

#body {
	min-height: 400px;
}

#TopLeaderboard {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#TopBannerImage {
	position: absolute;
	top: 0;
	right: 0;	
}

#BottomLeaderboard {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 70%;
}
