﻿/*站点基础CSS定义*/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #FFFBE8 url('Top.jpg') no-repeat center top;
	margin: 0 auto;
	font-size: 12px;
	font-family: Arial, 宋体, Helvetica, sans-serif;
	color: #333;
}
img {
	border: 0;
}
li {
	list-style: none;
}
ul {
	list-style: none;
}
div {
	margin: 0;
}
a {
	color: #000;
	text-decoration: none;
}
/*基础布局部分*/
#container {
	width: 930px;
	margin: 0 auto;
	margin-top: 250px;
}
#main {
	margin: 0 auto;
	width: 930px;
	padding-bottom: 40PX;
	height: 100%;
	overflow: hidden;
}
.menu {
	padding-left: 22px;
	height: 100%;
	overflow: hidden;
	background: #D71819 url('menu_bg.gif') repeat-x;
}
.menu li {
	float: left;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin-right: 20px;
	color: #FFF4E1;
}
.menu li a {
	color: #FFF4E1;
}
.menu li a:hover {
	text-decoration: underline;
	color: #FFF4E1;
}
/*版权信息*/
#foobar {
	width: 100%;
	text-align: center;
	line-height: 200%;
	color: #000;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px #DDD solid;
}
#foobar span {
	font-size: 12px;
	font-family: Arial;
}

