body {
	color: #000;
	background: url(/pic/Image/bg_pattern.png);
	font: 14px/18px Georgia, Arial, sans-serif;
}

a, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #e50004;
	text-decoration: underline;
}

h2 {
	font: bold 16px/20px Georgia, Arial, sans-serif;
	margin-bottom: 12px;
}

p {
	margin: 0 0 8px;
}

div.grad {
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border: 7px solid white;
	
	background: #e4d8be;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4d8be', endColorstr='#fffdfe'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#e4d8be), to(#fffdfe)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #e4d8be, #fffdfe); /* for firefox 3.6+ */
	background: -moz-linear-gradient(top, #e4d8be, #fffdfe); /* for firefox 3.6+ */
	background: -o-linear-gradient(top, #e4d8be, #fffdfe);
	background: linear-gradient(top, #e4d8be, #fffdfe);
	
	margin-bottom: 24px;
}

#author_2.grad {
	width: 443px;
	padding: 20px 20px 6px;
}

#news.grad {
	width: 443px;
	padding: 20px 20px 4px;
	min-height: 619px;
	background: #e4d8be;
}

#wrapper {
	width: 1004px;
	margin: 20px auto 0;
}

	#wrapper #left_wrp {
		width: 468px;
		vertical-align: top;
		padding-right: 25px;
	}

		#wrapper #left_wrp div.banner {
			width: 468px;
			margin-left: 4px;
			overflow: hidden;
		}

	#wrapper #right_wrp {
		width: 511px;
		vertical-align: top;
	}

		#wrapper #right_wrp #author {
			width: 471px;
			padding: 20px 20px 6px;
			background: #fffffd url(/pic/common/bg-author-outer.jpg) 0 0 no-repeat;
		}

		#wrapper #right_wrp #author_bottom {
			background: url(/pic/common/bg-author-bottom.gif) 0 0 no-repeat;
			height: 14px;
			margin-bottom: 20px;
		}

			#wrapper #right_wrp #news ul {
				margin-left: 24px;
			}

			#wrapper #right_wrp #news div.news {
				padding-bottom: 16px;
			}

				#wrapper #right_wrp #news div.news h2 span.date {
					color: #e50004;
				}

				* html #wrapper #right_wrp #news div.news h2 span.date.ie {
					font-size: 20px;
				}

		#wrapper #right_wrp #news_bottom {
			background: url(/pic/common/bg_news_bottom.jpg) 0 0 no-repeat;
			height: 16px;
			margin-bottom: 20px;
		}

