@charset "utf-8";
#top {
	background-image: url(images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	height: 300px;
	position: relative;
}
#logo {
	margin-top: 25px;
	margin-left: 27px;
}

#contain {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}
#nr {
	text-align: left;
	margin-left: 220px;
	padding-left: 20px;
	margin-right: 50px;
	height: 150px;
	color: #990000;
}
#nr .line {
	background-color: #999999;
}



#footer {
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	width: 1000px;
	text-align: center;
	margin-top: 25px;
	clear: both;
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
}
#mune {
	width: 600px;
	height: 52px;
	margin-top: 122px;
	margin-left: 364px;
}
#nr a {
	color: #990000;
	text-decoration: none;
}
#nr a:hover {
	color: #000000;
}
#contain h1 {
	color: #CC0000;
	font-size: 20px;
	font-family: "华文行楷";
	padding-left: 225px;
	height: 40px;
}

