html, body {
height: 100%;

}
*{
	padding:0;
	margin:0;
}
body{
	background:#fff;
	font:bold 15px Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#333131;
}

a{
	text-decoration: none;
	color:#003;
	font:bold 15px Arial, Helvetica, sans-serif;
}
a:hover {
	color:#F00;	
}
li{
	list-style:none;
}
.float-right{
	float:right;
}
.float-left{
	float:left;
}
.clear{
	clear:both;
}
.center{
	text-align:center;
}
a img{
	border:0;
}
#container{
	min-height:100%;
	border:1px solid #ECECEC;
	width:1001px;
	margin:0 auto;
	background:#F8F8F8;
}
#header{
	background:url(images/home_01.jpg) no-repeat 0 0;
	height:102px;
	width:auto;
}
#menu{
	margin:5px auto;
	width:945px;
}
#menu li{
	float:left;
	
}
#menu li a{
	background:url(images/butt.png) no-repeat 0 0;
	width:154px;
	height:29px;
	display:block;
	text-align:center;
	line-height:25px;
}
#menu li a:hover{
		background:url(images/butt1.png) no-repeat 0 0;
		line-height:23px;
}
#center{
	clear:both;
	width:950px;
	margin:70px auto;
	*margin:10px auto;
	min-height:400px;
}
#left{
	float:left;
	width:207px;
	margin:3px auto;
}
#right{
	float:right;
	width:730px;
	margin:3px auto;
	text-align:center;
}
h1{
	margin:5px;
	color:#40B7CD;
	font-size:18px;
	border-bottom:5px solid #0EA8CC;
	text-align:center;
	padding:2px;
}
.menu_r{
	border:1px solid #ADADAD;
	background:#fff;
	padding:3px;
}
.menu_r li{
	position:relative;
}
.menu_r li a{
	display:block;
	height:25px;
	border-bottom:1px dashed #999;
	line-height:29px;
	background:url(images/menu.png) no-repeat 0 40%;
	padding-left:15px;
	font:15px Verdana, Geneva, sans-serif;
	color:#6F6F6F;
}
.menu_r li a:hover{
	color:#E73203;
	padding-left:17px;
	background:url(images/menu.png) no-repeat 2px 40%;
	border-bottom:1px dashed #E73203;
}
.menu_r li ul{
	position: absolute;
	left: 189px;
	top: 0;
	visibility:hidden;
}
.menu_r li:hover ul {
	visibility:visible;
	width:240px;

}
.menu_r li ul li a{
	display:block;
	font-size:13px;
}
.news{
	border:1px solid #ADADAD;
	background:#fff;
	padding:3px;
	height:150px;
	text-align:center;
}
.home{
	border:1px solid #ADADAD;
	background:#fff;
	padding:5px;
	text-align:center;
	font:15px Verdana, Geneva, sans-serif;
}
#footer{
	clear:both;
	border-top:5px solid #BBBAB6;
	text-align:right;
	color:#BBBAB6;
}
.title{
	width:100%;
	height:20px;
	color:#fff;
	background:#BBB8B6;
	font-weight:bold;
}
.img{
	width:150px;
	height:150px;
	margin:5px 10px;
	border:1px solid #666;
	padding:1px;
}