body 
	{
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	/*background-image: url("images/bg.jpg");*/
	background-position: center top;
	background-attachment: fixed;
	font-family: arial;
	color: #000000;
	}

#LeaderBoard {
	position: relative;
	left:0px;
	width: 728px;
	height: 90px;
	background: #EEEEEE;
	}

#Header_Logo_Block {
	position: relative;
	float: left;
	left:0px;
	width: 200px;
	height: 45px;
	background: #EEEEEE;
	}

#Header_Location_Block {
	position: relative;
	float: left;
	left:25px;
	width: 200px;
	height: 45px;
	background: #EEEEEE;
	}

#Header_Menu_Block {
	position: relative;
	align: center;
	width: 100%;
	height: 30px;
	color: #FFFFFF;
	}

.Footer {
	position: relative;
	width: 960px;
	height: 125px;
	background: #EEEEEE;

	}

/* Menu */


#menu {
width: 100%;
height: 40px;
margin: 0 auto;
padding: 0;
border-top: 1px #FFFFFF solid;
background: #37485E;
background-image: url(images/gradient.png);
}


#menu ul {
margin: 0;
padding: 0;
list-style: none;
line-height: normal;
}


#menu li {
float: left;
}


#menu a {
display: block;
padding: 8px 9px 8px 9px;
text-transform: uppercase;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
}


#menu a:hover, #menu .current_page_item a {
color: #FFFFFF;
}


#menu a:hover {
text-decoration: underline;
background-color:#37485E;
}