/* The basic stylesheet for the site layout.
	Don't add anything in here that is not part of the main layout

 */
 	body {
		font: 12px Arial, Helvetica, sans-serif;
		background:white;
		margin:0;
	}
	.site_clear{clear: both;}
	#site_body_all{
		margin: 0px;
		font: 12px Arial, Helvetica, sans-serif;
		text-align:center;
		width:100%;
		padding:0;
		
	}
	#site_main_shadow{
		text-align:center;
		margin: 0px auto;
		
	}
	#site_main_container{
		text-align:left;
		margin: 0px auto;
		width: 978px;
		
	}
	
	#site_top_header{
		position:relative;
		z-index:100;
		
	}
	#site_content_container{
		text-align:left;
		z-index:1;
		position:relative;
		
			
	}
	#site_top_ad  {
		margin-bottom:10px;
	}
	
	#site_top_ad_left{
		float: left;
		width: 730px;
		margin-right:10px;
	}
	#site_top_ad_right{
		float: right;
		width: 235px;
		height: 88px;
	}
	#site_content_left{
		float: left;
		margin-right:10px;
		width: 300px;
		height: inherit;
	}
	#site_content_middle{
		float: left;
		margin-right:10px;
		width: 472px;
		background:white;
		height: inherit;
	}
	#site_content_middle_full{
		float: right;
		width: 802px;
		background:white;
		height: inherit;
	}
	#site_content_left_full{
		float: left;
		width: 780px;
		background:white;
		height: inherit;
	}
	#site_content_right{
		float: right;
		width: 183px;
		height: inherit;
	}
	.site_content_right_ad{
		width: 300px; height: 250px; color:#EEE;
		margin-bottom:10px;
	}
	#site_bottom_ad {
		margin-top:10px;
	}
	#site_bottom_footer {
		margin-top:40px;
		width: 100%;
	}