@charset "utf-8";
/* CSS Document */
#wrapper{
	position:relative;
	width:101%;
	margin-top:inherit;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height:auto;
	top:0px;
	background-position: bottom;
	background-image:url(image/bk-bottom.jpg);
	background-repeat:repeat-x;	
	
}
#logo{
	width:220px;
	height:75px;
	top:20px;
	left:30px;
	padding:0px;
	position: absolute;
	z-index: 200;
	
}
#hander{
	position:relative;
	width:900px;
	height:145px;
	margin-left:auto;
	margin-right:auto;
}
#main{
	position:relative;
	width:900px;
	height:450px;
	margin-left:auto;
	margin-right:auto;

}
#right{
	position:absolute;
	width:300px;
	height:400px;
	top:20px;
	left:570px;
}
.content{
	height:320px;
	padding:0;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	hspace:0;
	vspace:0;
	border:0;
}
#news{
	position:absolute;
	width:520px;
	height:260px;
	top:158px;
	left:30px;
	background-image: url(image/news.jpg);
	overflow: hidden;
}
#banner{
	position:absolute;
	width:520px;
	height:120px;
	top:20px;
	left:30px;
}
#footer{
	position:relative;
	width:840px;
	margin-left:auto;
	margin-right:auto;

}

.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.mailto{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	line-height: 16px;
}
.mailto a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#CC0066;
	text-decoration: none;
	font-size: 12px;
}
