body {
	background: url(/images/bg.gif) repeat-y center fixed #F6F4EE;
	font-family: "Arial", "Helvetica", "新宋体", "宋体";
	font-size: 12px;
	margin: 0 auto;
	width: 874px;
	text-align: center;
}

img {
	border: none;
}

a {
	color: black;
	text-decoration: none;
}

div#header {
	background: url(/images/toptitle.jpg);
	width: 100%;
	height: 130px;
}

div#footer {
	font-size: 12px;
	text-align: center;
}

div#top {
	background: url(images/headtop.gif) no-repeat;
	width: 100%;
	height: 20px;
	padding: 0;
}

div#content {
	width: 750px;
	margin: 15px auto;
	text-align: left;
}

div#pos {
	background: url(images/home.gif) no-repeat;
}

div#pos span {
	background: url(images/pos_next.gif) no-repeat;
	padding-left: 25px;
}

div#pos span#home {
	background: none;
	padding-left: 20px;
}

hr {
	margin: 0;
	height: 0px;
	width: 100%;
	border: none;
	border-top: 1px solid #cdcdcd;
}

div#forum-info {
	margin: 10px 0 10px 0;
	padding: 15px 0 30px 0;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}

div#forum-title {
	float: left;
	font-size: 14px;
	font-weight: bold;
}

div#forum-count {
	float: left;
	font-weight: normal;
	padding: 0 0 0 5px;
}

div#forum-moderator {
	float: right;
}

div.clear {
	clear: both;
}

table#forum-table {
	margin: 10px 0;
	border-top: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
	width: 100%;
}

table#forum-table th{
	height: 40px;
	font-weight: normal;
	text-align: left;
	background: #f2f2f2;
}

table#forum-table td{
	height: 40px;
	border-top: 1px dotted #CDCDCD;
}

input.login {
	border: solid 1px #CDCDCD;
	width: 140px;
	height: 20px;
}

input.loginbutton {
	border: solid 1px #CDCDCD;
	width: 100px;
	height: 30px;
}
