body {
	background-color: #000000;
	margin: 0px;
	padding: 20px 0px 0px;
}

#header {
	height: 136px;
	width: 721px;
}

#mainbody {
	height: auto;
	width: 721px;
}

#menu {
	background-color: #0B457B;
	height: 300px;
	width: 150px;
	float: left;
	border-top: 2px none #FFFFFF;
	border-right: 2px none #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	text-align: left;
}
#menu a {
text-decoration: none;
}
#content {
	height: auto;
	width: 393px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #0B457B;
	float: left;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#latest-games {
	height: 300px;
	width: 363px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #082C4E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#latest-games a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;

}
#navcontainer {
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#navcontainer a
{
	display: block;
	width: 150px;
	color: #FFFFFF;
}

#navcontainer a:link,  #navlist a:visited 
{
	text-decoration: none;
}

#navcontainer a:hover
{
background-color: #01ABFD;
color: #fff;
}
#bottom {
	float: left;
}
#ads {
	height: 620px;
	width: 172px;
	float: right;
	text-align: center;
	background-color: #0B457B;
}
