* {
	margin: 0;
	padding: 0;
}

body {
	background: #F6F6F6 url(images/img01.jpg) repeat-x;
	font-family: simsong;
	font-size: 85%;
	color: #555555;
}


h1, h2, h3, h4 {
	margin: 0;
}

h2, h3, h4 {
	margin-bottom: 1em;
	border-bottom: 1px solid #F2F2F2;
	font-weight: normal;
	color: #682D1B;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #AF2A2C;
}

h4 {
	font-size: 1em;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 150%;
	text-align: justify;
}

ul, ol {
	margin-left: 3.5em;
}
.post li {
	list-style-image: url(images/li.gif);
	list-style-type: none;
	margin-bottom: 0.4em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #006699;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

/* Wrapper */

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(images/img02.jpg) repeat-y;
}

#wrapper2 {
	background: url(images/img10.jpg) no-repeat left bottom;
}

/* Header */

#header {
	height: 140px;
	background: #990000 url(images/img03.jpg) no-repeat;
}

/* Logo */

#logo {
	float: left;
	width: 960px;
	height: 110px;
}

#logo h1 {
	margin: 0;
	padding: 40px 0 0 190px;
	text-transform: lowercase;
	font-size: 2.4em;
	font-family: simhei;
	font-weight: normal;
	color: #FFFFFF;
}
#logo h2 {
	margin: 0;
	padding: 0 0 0 190px;
	text-transform: lowercase;
	font-size: 1.2em;
	font-family: youyuan;
	font-weight: normal;
	color: #FFFF99;
	border-bottom: 0px;
}

/* Menu */

#menu {
clear:both;
	float: left;
	width: 960px;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0.4em 60px 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	padding-left: 0.8em;
	text-decoration: none;
	font-size: 0.9em;
	color: #666666;
	background-color: #f1f1f1;
}

#menu a:hover {
	text-decoration: underline;
	color: #990000;
}

/* Page */

#page {
	background: url(images/img04.jpg) no-repeat;
}

/* Content */

#content {
	float: left;
	width: 620px;
	padding: 0 0 0 70px;
}

.post {
	padding-top: 20px;
}

.post .title {
	color: #990000;
	font-family: simhei;
}

.post .title a {
	text-decoration: none;
	color: #37404C;
}

.post .title a:hover {
	text-decoration: underline;
}
p {
	text-align:justify;
}

#pic {
	text-align: center;
	margin-bottom: 1em;
}
table {
	border-left: 1px solid #682D1B;
	border-bottom: 1px solid #682D1B;}
td {
	border-top: 1px solid #682D1B;
	border-right: 1px solid #682D1B;
	padding: 3px;}
/* Sidebar */

#sidebar {
	float: right;
	width: 180px;
	padding: 60px 56px 0 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 1em;
}

#sidebar li {
	margin-bottom: 10px;
	list-style-image: url(images/li.gif);
	list-style-type: none;
}

#sidebar li ul {
font-size: 90%;
}

#sidebar li li {
	margin: 0;
	list-style-image: url(images/li1.gif);
	list-style-type: none;
}
#sidebar li li a {
	margin: 0;
	list-style-image: url(images/li1.gif);
	list-style-type: none;
}
#box {
	background-color: #FFF0D9;
	width: 560px;
	border-bottom: 2px solid #9C242C;
	margin: 1em auto 1em auto;
}
#box p {
	padding: 0 0.8em 0 0.8em;
	font-size: 90%;
}
#box span {
	font-family: Arial Black;
	color: #9C242C;
}
#box h3 {
	color: #FFFFFF;
	background-color: #9C242C;
	margin: 0px;
	text-align: center;
	padding: .2em 0px .2em 0px;
	border-style: none;
	font-weight: bold;
	font-family:youyuan;
	width: 100%;
	font-size: 1.2em;
	margin-bottom: 1em;
}
#box h4 {
	color: #9C242C;
	border-style: none;
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: 1em;
	margin-left: 1em;
	
}
#center {
text-align: center;
margin: 1em;}
#gap
{
margin-top: 15px;}
/* Widebar */

#widebar {
	margin: 0 50px;
	padding: 25px 28px 0 28px;
	background: #F2F2F2 url(images/img11.gif) repeat-x;
}

#widebar #colA {
	float: left;
	width: 260px;
}

#widebar #colB {
	float: left;
	width: 260px;
	padding-left: 45px;
}

#widebar #colC {
	float: left;
	width: 186px;
	padding-left: 45px;
}

/* Footer */

#footer {
	height: 38px;
	background: url(images/img05.jpg) no-repeat;
}

#footer p {
	margin: 0;
	padding-top: 16px;
	text-align: center;
	color: #333333;
	font-size: 0.9em;
	font-family:arial;
}

#footer a {
	color: #666666;
}
