body{
	background: #257fbb url(/images/layout/bg.jpg) repeat-x center top;
}

div.header_over {
	height: 153px;
	background: url(/images/layout/top.jpg) no-repeat center top;
	display:block; 
	position:relative; 
	z-index:2;
}

div.header {
	width:1000px; 
	height: 153px;
	margin: 0px auto;
	display:block; 
	position:relative; 
	z-index:2;
}

div.main_div_over{
	display: block; 
/*	width: 1100px; */
	margin: 0px auto;
	background: url(/images/layout/mainbg.jpg) repeat-y center top;
	display:block; 
	position:relative; 
	z-index:2;
}

div.main_div_over div.main_div{
	display: block; 
	width: 1000px; 
	margin: 0px auto;
	position: relative;
}

div.main_div_over div.main_div div.main_div_inner{
	padding: 0px;
	position: relative;
}

div.bottom_div_over{
	display: block; 
	height: 38px;
	margin: 0px auto;
	background: url(/images/layout/bottombg.jpg) no-repeat center top;
	display:block; 
	position:relative; 
	z-index:2;
}

form.layout_search_form{
	margin: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 525px;
	height: 70px;
}

form.layout_search_form .label1,
form.layout_search_form .label2,
form.layout_search_form .label3{
	float: left;	
	margin: 5px 0px 5px 10px;
	color: #FFFFFF;
	width: 130px;
	font-size: 11px;
}

form.layout_search_form input.text{
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-width: 0px;
	width: 130px;
	margin-left: 10px;
	float: left;
	border: 1px solid #FFFFFF;
	color:black;

}

form.layout_search_form select{
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-width: 0px;
	border: 1px solid #FFFFFF;
	width: 130px;
	margin-left: 10px;
	float: left;
}

form.layout_search_form .advanced_search{
	color:#F1801A;
	display:block;
	font-size:11px;
	left:318px;
	position:absolute;
	top:45px;
}

div.menu_top{
	position: absolute;
	right: 130px;
	top: -72px;
	z-index:20000;
}










