﻿@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	color: #000;
	background-color: #999;
	text-align: center;
	font-family: 宋体, 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
body a {
	text-decoration: none;
}
body a:link,
body a:visited {
	color: #000;
}
body a:hover,
body a:active {
	color: #FF0000;
}

.fd { color: #000000; }
.fb { color: #937534; }
.fr { color: #AC2F0B; }
.fw { color: #FFFFFF; }

.f13 {font-size: 13px}
.f15 {font-size: 15px}
.f18 {font-size: 18px}
.f20 {font-size: 20px; font-weight: bold}
.f24 {font-size: 24px; font-weight: bold}

.st {font-family: "宋体"}
.kt {font-family: "楷体_GB2312"}
.time {font-family: "Times New Roman", Times, serif;}

#wrapper,
#header,
#footer {
	width:960px;
	background:#fff;
	margin-left:auto;
	margin-right:auto;
}

#header {
	margin-bottom:20px;
}


#topnav {
	width: 700px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #F3F3F3;
	font-size: 13px;
}
#topnav a {
	color: #333333;
}

#container {
	width: 918px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	border-left: 2px solid #EEEEEE;
	border-right: 2px solid #EEEEEE;
}

#container h1 {
	color: #AC2F0B;
	font-size: 20px;
	font-weight:normal;
	font-family: "黑体";
	line-height: 36px;
}

#container p {
	font-size: 14px;
	line-height: 25px;
}

.entry {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	line-height: 25px;
	text-align: justify;
	text-justify:inter-ideograph;
}

.entry hr{
	width: 100%;
	padding: 0;
	margin: 0 auto;
	height: 6px;
	color: #F5F5F5;
	border-top: 1px solid #DDDDDD;
}

.pagenav {
	color: #AC2F0B;
	font-size: 13px;
	font-weight:bold;
	line-height: 30px;
	text-align: center;
}
.pagenav a:link,
.pagenav a:visited {
	color: #AC2F0B;
}