@charset "gb2312";
* {
	margin: 0px;
	padding: 0px;
}

#wrap {
	margin: auto;
	width: 1019px;
	background-image: url(images/bg.gif);
}
#header {
	margin: auto;
	width: 970px;
}
#menu {
	text-align: center;
	height: 26px;
	vertical-align: middle;
	background-image: url(images/menu_bg.jpg);
}

#menu ul li{
	display: inline;
	font-family: "宋体";
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding-left: 5px;
}
#menu ul {
	padding-top: 5px;
}
#main {
	width: 970px;
	margin: auto;
}
#footer {
	margin: auto;
	clear: both;
	width: 970px;
	background-image: url(images/link_bg.jpg);
	height: 40px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
}
#sidebar {
	float: left;
	width: 195px;
	overflow: hidden;
	background-image: url(images/left_bg.jpg);
}
#body {
	float: right;
	width: 775px;
	overflow: auto;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

.list ul li{
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	list-style-image: url(images/dot23.gif);
	text-indent: 1em;
	padding: 4px;
	letter-spacing: 0.5ex;
	list-style-position: outside;
}
.list1{
	margin: auto;
	width: 96%;
	font-size: 13px;
}

.list1 ul li{
	font-family: "宋体";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	list-style-image: url(images/dot23.gif);
	padding: 3px;
	list-style-position: outside;
	text-align: left;
	text-indent: 1.5em;
}
.list1 td{
	font-family: "宋体";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	list-style-image: url(images/dot23.gif);
	padding: 3px;
	list-style-position: outside;
	text-align: left;
}
#title {
	font-family: "宋体";
	font-size: 22px;
	color: #0000FF;
	text-align: center;
	margin: auto;
	line-height: 150%;
	font-weight: bold;
}

#title1 {
	font-family: "宋体";
	font-size: 12px;
	color: #0000FF;
	text-align: center;
	margin: auto;
	line-height: 150%;
}

#timetitle {
	font-family: "宋体";
	font-size: 12px;
	color: #666666;
	text-align: center;
	margin: auto;
	line-height: 150%;
}

#content,#content p {
	font-family: "宋体";
	font-size: 14px;
	line-height: 150%;
	color: #000000;
	text-align: left;
	margin: auto;
	width: 95%;
}
