@charset "utf-8";
body{ 
	background:#0E4E29;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

iframe {
	border:0px;
}

#rightframe {
	float:right;
	height:1300px;
	width:300px;
}

#headerframe {
	width:100%;
	height:150px;
	background:#fff;
}

img{ 
	border:0px;
	margin:0;
}

h1,a {
	color:#841226;
}

h1 {
	font-size:12pt;
}

h2 {
	font-size:12pt;
	font-family:"黑体";
	color:#841226;
	border-top:1px #CCC solid;
	padding:20px 0px 5px 20px;
	text-align:left;
	clear:left;
}

a{ 
	text-decoration:none;
}

a:hover{ 
	color:#841226;
	text-decoration:underline;
}

#wholepage { 
	width:960px;
	margin:0px auto 0px auto;
	background:#fff;
}

#header{ 
	border-bottom:1px #fff solid;
	background:#fff;
	
}

#header ul {
	margin:0;
	background:url(img/navback.jpg) repeat-x;
	height:32px;
	text-align:center;
	
}

#header li { 
	list-style:none;
	float:left;
	padding:10px;
	margin-right:15px;
}

#header li a { 
	color:#fff;
	font-size:10pt;
	padding:5px;

	
}

#header li a:hover { 
	color:#841226;
	background:#fff;
	text-decoration:none;
	border-bottom:1px #10592E solid;	
}

img#subtitle {
	margin-left:55px;
	margin-bottom:5px;
}

#content {
    background:right repeat-y url(img/barback.gif);
}

#toolsbar{ 
	width:300px;
	text-align:center;
	float:right;
	background:#ECEFF2;
}

#toolsbar img {
	margin:5px;
}

#maincontent{
	padding:25px;
	width:610px;

}

.poster, .comment, .commentposter {
	color:#ccc;
	width:100%;
}
	
.poster {
	border-top:1px #CCC solid;

}



.comment {
	border-bottom:1px #CCC solid;
	margin-top:10px;
	margin-bottom:10px;
	
}

.commentlist {
	border:1px #ccc solid;
	background:#FEFFDF;
	padding:5px;
	color:#10592E;
	margin-bottom:3px;
}
a.commentlink {
	color:#ccc;
	background:url(img/commentsicon.jpg) no-repeat;
	padding-left:20px;
}

ul.commentform {
	margin-top:10px;
}

ul.commentform li {
	list-style:none;
	margin:2px;
}

ul.commentform input,textarea {
	border:1px #10592E solid;
}

ul.commentform textarea {
	height:150px;
	width:500px;
}

input.postbotton {
	border:0px;
}

ul.commend{
	margin-top:0;
	float:left;
	text-align:left;
}

ul.commend li {
	list-style:url(img/star.jpg);
	margin:5px;
}

#footer {
	text-align:center;
	padding:5px;
	clear:both;
}

#footerframe {
	width:100%;
	height:570px;
	clear:both;
	border:0px;
}

	


