html, body, #header h1, #nav, #nav ul, #comment h2, #comment ol, #comment h3, #comment p, .comment-page, #footer p {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	text-align: center;
	font: 12px/1.6 Georgia,simsun,MS Gothic,Arial;
    background: #6F94A8;
	color: #000;
}
#wrapper {
	width : 900px;
	min-height: 100%;
	margin: 10px auto;
	text-align: left;
	background: #fff url(pic/css/bg_wrapper.jpg) repeat-y left;
	border: 1px #fff solid;
}
* html #wrapper {
	height: 100%;
}
#header {
	height: 60px;
	width: 700px;
	float: right;
	margin-right: 22px;
	display: inline;
	position: relative;
	text-align: center;
}
#header h1 {
	font-size: 14px;
	line-height: normal;
	position: absolute;
	text-align: left;
	bottom: -60px;
	left: 0;
	color: #4988BC;
}
#header img {
	display: block;
	margin: auto;
}
#out-content {
	padding: 0 0 70px;
}
#out-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}
* html #out-content {
	height: 1%;
}
#info {
	line-height: 3;
	text-align: center;
}
#navbar {
	float: left;	
	background: url(pic/css/ff9_think2.jpg) no-repeat center top;
	width: 160px;
	padding-top: 211px;	
	display: inline;
	position: relative;
	top: -60px;
	font-size: 12px;
}
#nav, #nav ul {
	list-style: none;
	text-align: center;
	padding: 0 5px;
		
}
#nav {
}
#nav li a {
	color: #000;
	text-decoration: none;
	display: block;
	width: 100%;
}
#nav strong {
	display: block;
	width: 100%;
	color: Red;
	font-weight: normal;
}
#nav .current ul a {
	background: #fff;color:#000;
	
	
}
#nav a:hover  {
	background: url(pic/css/pointer.gif) no-repeat;
}

#nav .current a{
	background: url(pic/css/pointer.gif) no-repeat;color: #000;
	
}

#nav li {
	border-bottom: 1px #ccc solid;
	position: relative;
	
	
}
#nav li li {
	background: none;
	border-bottom: 1px #fff solid;
}
#nav ul {
	background: #eee url(pic/css/arrow.gif) top no-repeat;	
	margin: 3px 2px 5px 2px;
	padding: 8px 1px 1px 1px;	
	
	
}
#content-box {
	float: right;
	width: 700px;
	margin-right: 22px;
	margin-top: 70px;
	display: inline;
	overflow: visible !important;
	overflow: hidden;
}
#footer {
	height: 54px;
	font: 12px/20px Georgia,simsun,MS Gothic,Arial;
	margin: -54px auto 0;
	width : 900px;
	background: url(pic/css/css-logo.gif) no-repeat left bottom;
	color: #333;
}
#footer a {	
	font-weight: bold;
	color: #333;
}
#footer a:hover{	
	text-decoration: none;
}
#footer p {
	padding-left: 153px;
}
.skip {
	display: none;
}
/* font style */
#comment {
	font-size: 12px;
	color: #666;
	padding-top: 20px;
	clear: none;
	margin-bottom: 54px;
}
#comment h2 {
	font-size: 14px;
}
#comment a {
	color: Maroon;
}
#comment ol {
	list-style: none;
}
#comment ol li {
	border: 1px solid #ccc;
	margin: 10px 0;
	padding: 10px;
}
#comment h3 {
	font-size: 12px;
	display: inline;
}
.comment-time {
	display: inline;
	margin-left: 24px;
}
.comment-page {
	text-align: right;
}
#searchForm {
	font-size: 12px;
	text-decoration: none;
	margin-top: 5px;
}

#Submit1 {
	font-size: 12px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ccc;
	width:100px;
	margin-top: 5px;
}
#keyword {
	border: 1px solid #ccc;
	width:70px;
}
#SAREA{
	font-size: 12px;
	}
.post-area{
	width: 650px;
	clear: none;
	margin-bottom: 20px;}
.post-area textarea{
	width: 500px;
	height: 100px;
	margin: 6px;
}