@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
	outline:none;
	border:0;
}
body {
	font-family:"微软雅黑", "宋体", Verdana, Geneva, sans-serif;
	font-size:12px;
	
	background:url(../images/bg.gif) repeat-x #7eb9d4;
}
#container {
	width:800px;
	height:100%;
	padding:0px;
	margin:0 auto;
}
#top {
	height:100px;
	margin:0 auto;
}
#top #logo {
	background:url(../images/logo.gif) no-repeat;
	width:340px;
	height:100px;
	float:left;
}
#top #nv {
	float:left;
	color:#d1ebf8;
}
#nv ul {
	list-style:none;
}
#nv li {
	height:20px;
	float:left;
	margin-top:40px;
	margin-left:40px;
}
#nv li a{
	color:#d1ebf8;
	text-decoration:none;
}
#nv li a:hover{
	color:#FFF;
}
#main {
	height:326px;
	width:800px;
	background:url(../images/main.jpg) no-repeat;
	color:#FFF;
	font-weight:bold;
}
#main h2 {
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
#main h3 {
	font-size:14px;
	font-weight:bold;
	margin:30px;
}
#main ul {
	margin:20px;
}
#main li {
	margin:10px;
	margin-left:20px;
	list-style:disc;
}
#main a, a:hover, a:link, a:hover, a:active, a:visited  {
	color:#FFF;
	text-decoration:none;
}
#main a:hover {
	text-decoration:underline;
}
#main .both{
	width:300px;
	height:326px;
	float:left;
}
#main #center{
	width:200px;
	height:206px;
	float:left;
	padding-top:120px;
}
#footer {
	background:url(../images/line.gif) no-repeat;
	height:20px;
	padding-top:5px;
	text-align:center;
	color:#d1ebf8;
}
#footer a{
	background:url(../images/line.gif) no-repeat;
	height:20px;
	padding-top:5px;
	text-align:center;
}