/* 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;
		margin:0;
		background: white url(/images/top_menu/bg_body.png) repeat-x;
	}
	.clear_fix_site{clear:both;height:1px;overflow:hidden;}
	.site_clear{clear:both;height:1px;overflow:hidden;}
	#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;
		width:100%;
		
			
	}
	#site_top_ad  {
		margin-bottom:0px;
	}
	
	#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%;
	}
	
	.site_header {
		background-color:#0c4586;
		padding:6px 4px;
		font-weight:bold;
		color:white;
		font-size:1.2em;
	}
	.site_border_color {
		border:1px solid #d4d4d4;
	}
	.site_module_header{background:#e0e3e5 url('/classified/img/module_header_bg.png') repeat-x;border-top:2px solid #ececec}
	
	
	

