@CHARSET "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #ff6000;
}

body {
	background-color: #a8e0ff;
}

.main {
	width: 1000px;
	margin: 0px auto;
	background-color: #FFFFFF;
}

.header {
	background: url("header.jpg") no-repeat;
	height: 160px;
	overflow: hidden;
}

.menu {
	background: url("menu.jpg") repeat-x;
	height: 31px;
	line-height: 31px;
	overflow: hidden;
	text-align: center;
	font-family: "微软雅黑", sans-serif;
}

.menu>a {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 17px;
	background: url("menu_line.jpg") left no-repeat;
}

.menu>a:first-child {
	background: none;
}

.main>.footer {
	background: url("footer.jpg") repeat-x;
	text-align: center;
	padding: 20px;
	line-height: 2em;
	margin-top: 10px;
	font-family: "微软雅黑", sans-serif;
	font-size: 12px;
	color: #616161;
}