/*basic elements*/ * {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif, "宋体";
	font-size: 12px;
	color: #000;
	background: #8E0016;
}

img {
	border: 0;
	vertical-align: text-bottom;
}

h2 {
	width: 973px;
	line-height: 26px;
	background: #B4002F url(images/title_bg.jpg) repeat-x;
	font-size: 12px;
	font-weight: bold;
}

h2 span {
	width: 973px;
	display: block;
	background: url(images/title_text_1.jpg) no-repeat top left;
}

/*change title background image*/
h2 #titleText2 {
	background: url(images/title_text_2.jpg) no-repeat top left;
}

h2 span span {
	width: 957px;
	padding-right: 16px;
	display: block;
	background: url(images/title_right.jpg) no-repeat top right;
	text-align: right;
}

h2 a {
	color: #fff;
	text-decoration: none;
}

/*layout divs*/ #main {
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 983px;
} #header {
	padding-top: 10px;
	background: #A50040;
} #header p {
	padding-top: 10px;
	background: #C00000;
} #letter {
	width: 973px;
	margin-bottom: 10px;
	padding: 5px;
	background: #A60040;
	position: relative;
} #letter #pic {
	display: block;
	width: 148px;
	height: 118px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 999;
} #letterLeft {
	float: left;
	display: block;
	width: 181px;
	background: #A60040;
	padding-right: 5px;
} #letterRight {
	width: 777px;
	padding: 5px;
	float: right;
	background: url(images/bg-1.jpg);
	color: #fff;
} #letterRight h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
} #letterRight p {
	line-height: 18px;
	text-indent: 25px;
} #letterRight a {
	text-decoration: none;
	color: #fff;
} #letterRight #authorName {
	width: 627px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	margin-top: 20px;
} #middle {
	position: relative;
	margin-bottom: 10px;
} #middleIn {
	width: 953px;
	height: 340px;
	padding: 15px;
	background: #fff url(images/bg-5.gif);
	text-align: left;
} #middleIn #middleImg1 {
	position: absolute;
	top: 0;
	right: 0;
} #middleIn #middleImg2 {
	position: absolute;
	top: 108px;
	right: 0;
} #middleIn #middleImg3 {
	position: absolute;
	top: 318px;
	right: 0;
} .middleUl {
	width: 953px;
} #middleIn ul {
	padding: 0;
	margin: 0;
	list-style: none;
} #middleIn li {
	float: left;
} #middleIn li a {
	width: 118px;
	height: 155px;
	text-align: left;
	color: #000;
	display: block;
	text-decoration: none;
}#middleIn li span {
	display: block;
} #reader, #readerMore {
	clear: both;
	width: 973px;
	padding: 5px 5px 0 5px;
	margin-bottom: 8px;
	background: #EFF3F4;
} #readerList {
	width: 973px;
	margin: 18px 0 0 0;
} #readerMoreList {
	width: 973px;
	margin: 10px 0 0 0;
} #middleBanner {
	margin-bottom: 10px;
} #middleBanner-l {
	float: left;
} #middleBanner-r {
	float: right;
}#bottomBanner {
	width: 983px;
} #bottomBanner a {
	display: block;
} #bottomBannerLeft {
	margin-bottom: 8px;
	float: left;
} #bottomBannerRight {
	margin-bottom: 8px;
	float: right;
} #footer {
	clear: both;
	padding: 20px 0;
	text-align: center;
	color: #fff;
	background: #B4002F;
}

/*specific divs*/ #letterRight a {
	display: block;
	margin-bottom: 5px;
} #letterRightLast {
	margin-bottom: 0;
} .readerListItem {
	width: 320px;
	height: 223px;
	float: left;
} .readerListItem .readerListImg {
	display: block;
	width: 143px;
	float: left;
	margin-bottom: 35px;
} .readerListItem dl {
	float: right;
	width: 151px;
	padding: 0 12px;
	line-height: 16px;
} .readerListItem dl dt {
	font-size: 14px;
	font-weight: bold;
} .readerListItem a {
	text-decoration: none;
	color: #626665;
} .readerListItem dt a {
	color: #000;
} .readerListItem .all {
	color: #FF0801;
} .readerListItem dt a:hover {
	color: #FF3333;
} .readerListItem dd a:hover {
	color: #000;
} .readerListItem dd .all:hover {
	color: #FF0801;
} #readerMoreList ul {
	list-style: none;
	width: 316px;
	margin-right: 12px;
	float: left;
} #readerMoreList #readerMoreListRight {
	margin-right: 0;
	float: right;
} #readerMoreList .alternationRow {
	background: #E0E0E0;
} #readerMoreList li {
	height: 25px;
} #readerMoreList li a {
	display: block;
	line-height: 25px;
	padding-left: 15px;
	color: #000;
	text-decoration: none;
} #readerMoreList li a:hover {
	color: #DA0001;
	font-weight: bold;
	background: #FFCFDD;
} #footer p {
	line-height: 25px;
} #footer a {
	color: #fff;
	text-decoration: none;
} #footer a:hover {
	text-decoration: underline;
} .clear {
	clear: both;
}

