/* CSS Document */
a
{
	font-family:ºÚÌå;
	font-weight:500;
	text-decoration:none;
	color:Black;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url(../Images/body_bgn.gif);
}
#frame{
	width: 890px;
	margin: 0px auto;
	padding-bottom:20px;
}
#header{
	position:relative;	
	height:120px;
	background-color:#FFFFFF;
	margin-top:16px;
}
#part1{
	margin:10px 10px 5px 10px;
	background-image:url(../images/e_header_bg.jpg);
	height:107px;
}
#logo{
	margin-top:11px;
	width:755px;
	height:60px;
	float:left;
}
#change{
	width:95px;
	height:45px;
	float:left;
	margin:26px 10px 0px 5px;
}
#nav{
	float:left;
	width:793px;
	margin:14px 10px 0px 20px;
}
#banner{
	width: 880px;
	height: 186px;
	padding-left:10px;
	background-color:#FFFFFF;
}
#web_body {
	width: 890px;
	height: 680px;
	background-color:#FFFFFF;
}
#left{
	width: 189px;
	height: 525px;
	float:left;
	display:inline;
	margin-left:10px;
}
#right{
	margin-left:210px;
	margin-right:10px;
}
#search,#rtitle{
	margin-top:10px;
}
#rcontent{
	background-color:#f1f8d4;
	width:640px;
	margin-top:5px;
}
#bt{
	background-color:#FFFFFF;
	height:100px;
}
#bottom{
	background-image:url(../images/e_index_bottom.gif);
	height:80px;
	margin:10px;
}
#list001
{
	list-style:none;
	padding:0;
	margin: 5px 25px 5px 15px;
	font:Arial, Helvetica, sans-serif;
}
#list001 li 
{
	height:30px;
	line-height:30px;
	margin-top:10px;
	border-bottom:#FFFFFF 1px dotted;
}
#list001 li a
{
	font-size:14px;
	color:#333333;
	text-decoration:none;
	display:block;
}
#list001 li a:hover
{
	font-size:14px;
	color:#000000;
	text-decoration:none;
	background-color:#f8fce5;
}