html,body
{
	text-align:center;
	background: #838383 url(/images/page-bg.jpg) repeat-x top;
	margin: 0;
	padding: 0;

	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}

a, a:visited
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #38359B;
}

a:hover
{
	text-decoration: none;
}

h1
{
	font-family: arial;
	font-size: 12px;
	color: #38359B;
	margin: 0;
	padding: 0;
	display: inline;
}

h2
{
	font-family: arial;
	font-size: 12px;
	color: #38359B;
	margin: 0;
	padding: 0;
	display: inline;
}

b
{
	font-family: arial;
	font-size: 12px;
}

a b
{
	font-size: 14px;
	font-weight: bold;
}

#menubox input 
{
	width: 150px;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	margin: 2px 0;
}

#header-bar a, #header-bar a:visited, #header-bar td
{
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}

td
{
	font-family: "Verdana";
	font-size: 11px;
	color: #000000;
	margin: 0px 0px 0px 0px;
}

.just
{
	text-align: justify;
}

#leftcol ul, #vidpanel ul, #gamepanel ul, #bestof ul
{
	list-style-image: url('/images/leftmenu-li.gif');
	font-family: arial;
	font-size: 14px;
	color: #005FBC;
	padding: 0;
	margin: 0px 0px 0px 20px;
}

#leftcol li, #vidpanel li, #gamepanel li, #bestof li
{
	margin: 4px 0px 6px 0px;
}

#leftcol a, #leftcol a:visited, #vidpanel a, #vidpanel a:visited, #gamepanel a, #gamepanel a:visited, #bestof a, #bestof a:visited
{
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #005FBC;
}

#leftcol a:hover, #vidpanel a:hover, #gamepanel a:hover, #bestof a:hover
{
	text-decoration: underline;
}

#heading a
{
	font-family: arial;
	font-size: 12px;
	color: #37349B;
	font-weight: normal;
}
 
#pagewidth
{
	width: 1002px;
	text-align: left;
	margin: 0 auto; 
	border-top: none;
	border-bottom: none;
	background-color: #FFFFFF;
	border: solid 1px #37349B;
}

#header
{
	margin: 0px 0px 1px 2px;
	background: url(/images/header-bg.jpg) repeat-x top;
	width: 998px;
	height: 126px;
}

#logo
{
	background: url(/images/header-left.jpg) no-repeat top left;
	width: 100%;
	height: 100%;
	z-index: 0;
}

#header-right
{
	position: relative;
	display: inline;
	float: right;
}

#header-bar
{
	position: relative;
	display: inline;
	height: 20px;
	z-index: 1;
	float: right;
}

#banner-leader
{
	position: relative;
	display: inline;
	width: 768px;
	height: 90px;
	top: 8px;
	left: 35px;
	float: right;
	z-index: 1;
}

#leftcol
{
	display: inline;
	float: left;
	width: 166px;
	margin: 0 0 0 2px;
}

#menubox
{
	float: left;
	width: 164px;
	padding: 1px 1px 1px 1px;
	margin: 0px 0px 2px 0px;
	border: 1px solid #37349B;
}

#rightcol
{
	display: inline;
	float: right;
	width: 164px;
	margin: 0 2px 0 0;
}

#rightbox
{
	width: 162px;
	padding: 1px 1px 1px 1px;
	margin: 0px 0px 2px 0px;
	border: 1px solid #37349B;
}

#leftcontent
{
	display: inline;
	float: left;
	width: 323px;
	margin: 0 0 2px 0;
	padding: 1px 0px 1px 1px;
	border: solid 1px #37349B;
}

#rightcontent
{
	border: solid 1px #37349B;
	display: inline;
	float: right;
	width: 323px;
	margin: 0 0 2px 0;
	padding: 1px 0px 1px 1px;
}

#wrapper{}

#maincol
{
	display: inline;
	float: left;
	width: 656px;
}	

#vidpanel
{
	display: inline;
	float: left;
	width: 351px;
	height: 750px;
	margin: 0;
	padding: 1px 0px 1px 1px;
	border: solid 1px #37349B;
}

#morepanel
{
	display: inline;
	float: left;
	width: 300px;
	height: 750px;
	margin: 0 0px 0 0px;
	padding: 1px 0px 1px 1px;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
	border-color: #37349B;
}

#gamepanel
{
	width: 651px;
	float: left;
	display: inline;
	margin: 0;
	padding: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #37349B;
	text-align: center;
}

#pagebox
{
	width: 652px;
	float: left;
	display: inline;
	margin: 0 0 2px 0;
	padding: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #37349B;
	text-align: center;
}

#twocols
{
	float: right;
	width: 827px;
}

#footer
{
	height: 25px; 
	clear: both;
}

 /* *** Float containers fix: *** */
.clearfix:after 
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}

.clearfix{display: block;}
/* End hide from IE-mac */  


 
/*printer styles*/ 
@media print
{ 
	/*hide the left column when printing*/ 
	#leftcol{display:none;} 

	/*hide the right column when printing*/ 
	#rightcol{display:none;} 
	#twocols, #maincol{width:100%; float:none;}
}

#pagewidth p{padding:5px;}