@charset "utf-8";
/* CSS Document */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#container
{
text-align: left;
width: 950px;
height: 1000%;
margin: auto;
overflow: hidden;
}

#topheader
{
width: 100%;
height: 10px;
background-color: #020838;
}

#header
{
width: 100%;
height: 90px;
background-color: #FFFFFF;
}

#headerright
{
width: 100%;
height: 90px;
background-color: #FFFFFF;

}

#img.logo
{
border-style: none;
margin-left: 0px;
}

#navigation
{
width: 230px;
height: 315px;
background-color: #2b3d63;
}

a.navlink
{
	float: left;
	display: block;
	height: 44px;
	width: 230px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 44px;
	border-bottom: 1px solid #d3d4d6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
}

a.navlink:hover
{
background: #2b3d63;
border-bottom: 1px solid #d3d4d6;
border-top: 2px solid #d3d4d6;
height: 42px;
}

#picturebox
{
float: left 
width: 475px;
height: 315px;
margin-left: 237.5px;
background-color: #7fa917;
}

#randombox
{
float: right;
width: 230px;
height: 315px;
background-color: #2b3d63;
}

#infobox
{
width: 236.5px;
height: 100%;
border-right: solid #d3d4d6;
margin-top: 25px;

}

#contentbox
{
width: 475px;
height: 100%;
border-right: solid #d3d4d6;
margin-top: 25px;
}

#bonusbox
{
width: 236.5px;
height: 100%;
margin-top: 25px;
}
