body {
	background-color: #a79573;
}
.body_bg{
	background:url(../images/bg.jpg);
	width:100%;
	height:100%;
	font-size: 10pt;
	font-family:Verdana,Tahoma,times New Roman;
}
/*
* Top
*/
.center{
	background:url(../images/bg_main.jpg);
	margin:auto;
	width:900px;
	height:780px;
}
.top_logo{
	margin-left: 20px;
	width: 254px;
	height: 86px;
	background:url(../images/top_logo.jpg);
}
.space_top {
	height: 7px;
}
.space_bottom {
	height: 31px;
}
/*
* Middle
*/
.hr_div {
	clear: both;
}
.top_center {
	height:241px;
	/*background:url(../images/bg_middle.jpg);*/
}
.underline{
	
}
.img_header{
	margin-top: 2px;
	height: 148px;
	width: 225px;
	float: left;
}
.sub_list {
	width: 893px;
	height: 43px;
	/*background: url(../images/menu_bg.jpg);*/
	margin-left: 3px;
}
.sub_list_child {
	font-weight: bold;
	color: #ebbf68; 
	width:110px; 
	height: 43px; 
	float: left; 
	text-align:center; 
	margin-top: 10px;
	cursor: pointer;
}
.middle_content {
	float:left; 
	width:395px; 
	min-height:235px; 
	background-color: #FFFFFF;
	padding: 0 76px 0 17px;
	text-align: justify;
}
.news {
	margin: auto;
	width: 890px;
	margin-top: 10px;
}
.middle_center {
	min-height: 235px;
	width: 890px;
	margin: auto;
	/*background-color: #FFFFFF;*/
	overflow: auto;
}
.address_title {
	margin-top: 40px; 
	color: #FFFFFF; 
	font-weight: bold; 
	margin-left: 15px; 
	margin-bottom: 10px;
}
.location_index {
	 margin-top: 5px;
	 float: left; 
	 width:200px; 
	 margin-left: 5px;
}
.bottom_logo {
	background:url(../images/bottom_logo.jpg)
}
a:active {
	text-decoration:none;
	color: rgb(11, 60, 137);
}
a:link {
	text-decoration:none;
	color: rgb(11, 60, 137);
}
a:visited {
	text-decoration:none;
	color: rgb(11, 60, 137);
}
.overflow {
	overflow:auto; 
}
