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 Simsun, Verdana, sans-serif;
	background: #fff url(images/bg000000.gif) repeat;
	color: #000;
}
#wrapper {
	width : 760px;
	min-height: 100%;
	margin: auto;
	text-align: left;
	background: #fff url(images/sidebar0.gif) repeat-y left;
}
* html #wrapper {
	height: 100%;
}
#header {
	height: 60px;
	width: 560px;
	float: right;
	margin-right: 22px;
	display: inline;
	position: relative;
	text-align: center;
}
#header h1 {
	font-size: 12px;
	line-height: normal;
	position: absolute;
	text-align: left;
	bottom: -60px;
	left: 0;
	color: #9F3B33;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#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(images/think200.jpg) no-repeat center top;
	width: 153px;
	padding-top: 250px;
	margin-left: 2px;
	display: inline;
	position: relative;
	top: -60px;
	font-size: 12px;
}
#nav, #nav ul {
	list-style: none;
	text-align: center;
	background: none;
}
#nav {
	padding-bottom: 1px;
	background-image: url(images/dot00000.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#nav li a {
	color: #594A44;
	text-decoration: none;
	display: block;
	width: 100%;
}
#nav strong {
	display: block;
	width: 100%;
	color: Red;
	font-weight: normal;
}
#nav a:hover, #nav .current ul a:hover {
	background: #FFF;
}
#nav .current {
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-image: url(images/current.gif);
}
#nav .current ul a {
	background-color: #FFF;
}
#nav .current ul a:hover {
	background-image: url(images/hover.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#nav a:hover {
	background-image: url(images/hover.gif);
	background-repeat: no-repeat;
}

#nav li {
	background: url(images/dot00000.gif) repeat-x top;
	position: relative;
	padding-top: 1px;
}
#nav li li {
	background: none;
}
#nav ul {
	background-color: #FFFFFF;
}
#content-box {
	float: right;
	width: 560px;
	margin-right: 22px;
	margin-top: 70px;
	display: inline;
	overflow: visible !important;
	overflow: hidden;
}
#footer {
	height: 54px;
	font: 12px/20px Verdana, Simsun, sans-serif;
	width : 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/footbg.gif);
	background-repeat: repeat-y;
}
#footer a {
	color: #000;
}
#footer p {
	padding-left: 153px;
	position: relative;
}
.skip {
	display: none;
}
/* font style */
#comment {
	font-size: 12px;
	color: #666;
	padding-top: 20px;
}
#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 #Submit1 {
	font-size: 12px;
	text-decoration: none;
	background-color: #F8F5E6;
	border: 1px solid #9F3B33;
}
#searchForm #keyword {
	border: 1px solid #DDD;
}
#searchForm #SAREA {
	font-size: 12px;
}
