body {
	backgorund: #fff;
	font-family: Verdana;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #455258;
}
a {
	text-decoration: underline;
	color: #780000;
}
a:hover {
	text-decoration: underline;
	color: #bb0000;
}
h2 {
	font-family: Arial;
	color: #780000;
	font-size: 30px;
	padding: 3px 3px 3px 0px;
	margin: 0;
}
h3 {
	font-family: Arial;
	color: #780000;
	font-size: 15px;
	margin: 0;
	padding: 3px 3px 3px 0px;
}
#all {
	width: 1000px;
	margin: 0 auto;
}
#header {
	position: relative;
	width: 100%;
	height: 385px;
}
#top-header {
	position: relative;
	width: 100%;
	height: 60px;
	background: url(images/logo-top.jpg) no-repeat center bottom;
}
.htop-right {
	position: absolute;
	right: 	0px;
	font-size: 10px;
	height: 60px;
	width: 225px;
	text-align: left;
}
.htop-right img {
	position: absolute;
	bottom: 0;
	right: 20px;
}
#space {
	position: relative;
	width: 1000px;
	height: 215px;
	background: url(images/logo-middle.jpg) no-repeat top center;
}
#left-space {
	position: relative;
	width: 300px;
	height: 215px;
	float: left;
	background: #162a33 top left url(images/left-space.jpg) no-repeat;
}
#right-space {
	position: relative;
	float: right;
	width: 300px;
	height: 215px;
	background: #162a33 top right url(images/right-space.jpg) no-repeat;
}
#bottom-header {
	position: relative;
	width: 100%;
	height: 100px;
	background: url(images/logo-bottom.jpg) no-repeat top center;
}
.left-menu {
	position: absolute;
	width: 200px;
	top: 43px;
	left: 260px;
}
.right-menu {
	position: absolute;
	top: 43px;
	left: 620px;
}
.down-left-menu {
	position: absolute;
	top: 59px;
	left: 300px;
}
.down-right-menu {
	position: absolute;
	top: 5px;
	left: 640px;
}
.left-menu ul, .right-menu ul, .down-left-menu ul, .down-right-menu ul {
	margin: 0;
	padding: 0;
}
.left-menu ul li, .right-menu ul li, .down-left-menu ul li, .down-right-menu ul li {
	padidng: 0;
	margin: 0 10px;
	float: left;
}
#header a {
	font-size: 10px;
	color: #455258;
}
#header a:hover {
	font-size: 10px;
	color: #000;
}
#most-disc {
	position: relative;
	width: 740px;
	height: 240px;
	margin: 0 auto;
}
.md-right {
	display: block;
	float: right;
	font-size: 10px;
	padding: 0px 3px 3px 0px;
}
#page {
	position: relative;
	width: 1000px;
}
#content {
	position: relative;
	padding-left: 80px;
	width: 823px;
	float: left;
}
.post {
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #c7cbcd;
}
.post-text {
	padding: 7px 0px;
}
.post-info {
	display: block;
	font-size: 10px;
	margin-left: 660px;
	height: 15px;
}
#last {
	position: relative;
	float: right;
	width: 97px;
}
#navigation {
	position: relative;
	width: 1000px;
	clear: both;
	font-size: 10px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
}
#footer {
	position: relative;
	width: 985px;
	clear: both;
	margin: 0 auto;
	background: url(images/footer.jpg) no-repeat;
	height: 66px;
}
.copyright {
	display: block;
	height: 66px;
	line-height: 66px;
	float: left;
	color: #fff;
	margin-left: 70px;
}
.make {
	display: block;
	height: 66px;
	line-height: 66px;
	float: right;
	color: #fff;
	margin-right: 30px;
}
.make a {
	color: #00CCFF;
}
.make a:hover {
	color: #fff;
}