﻿body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	margin:0px;
	padding:0px;	
	background:url('../images/bg_stretch_2.png') repeat-x #D0EAA0;
}
#header_container
{
	height:26px;	
	padding:10px 0px 0px 0px;
}
#header_container #header
{
	width:980px;
	margin:0pt auto;
	padding:0px;
}
#header_container #header #top_menu
{
	float:left;
	width:766px;
}
#header_container #header #search
{
	float:right;	
}
#wrapper
{
	width:980px;
	margin:0pt auto;
	padding:0px;
}
#masthead
{
	height:140px;
	background:url('../images/header_main_new.jpg') no-repeat;
}
#masthead #logo
{
	float:left;	
	margin:8px 0px 0px 10px;
}
#masthead #leaderboard
{
	float:right;	
	padding:25px 0px 0px 0px;
}
#wrapper #menu
{
	height:44px;
	background:url('../images/1x44_main_menu.png') repeat-x;
	position:relative;
	z-index:5000;
}
#wrapper #content
{
	padding:10px;
	background:#ffffff;
	float:left;	
}
#wrapper #content #content_left
{
	float:left;	
	width:650px;
	margin:0px 10px 0px 0px;
}
#wrapper #content #content_right
{
	float:left;	
	width:300px;
}
#wrapper #content #content_bottom
{
	float:left;	
	width:100%;
	margin:20px 0px 0px 0px;
}
#footer_container
{
	clear:both;
}
/*custom margins*/
.mtop10
{
	margin:10px 0px 0px 0px;
}
.mbottom10
{
	margin:0px 0px 10px 0px;
}
.mleft10
{
	margin:0px 0px 0px 10px;
}
.mright10
{
	margin:0px 10px 0px 0px;
}