body {
	font: 12px/16px Arial, Helvetica, sans-serif; margin: 0px; padding: 0px; color: rgb(65, 65, 65); font-size-adjust: none; font-stretch: normal; 
}
img {
	border: currentColor;
}
a {
	color: rgb(134, 26, 26);
}
a:hover {
	color: rgb(0, 87, 66);
}
h1 {
	margin: 0px; padding: 0px;
}
h2 {
	margin: 0px; padding: 0px;
}
h3 {
	margin: 0px; padding: 0px;
}
h4 {
	margin: 0px; padding: 0px;
}
h5 {
	margin: 0px; padding: 0px;
}
h6 {
	margin: 0px; padding: 0px;
}
h1 {
	text-align: center; color: rgb(186, 44, 44); line-height: 24px; font-size: 18px; font-weight: normal;
}

.link {
	color: rgb(0, 148, 112); font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none;
}
.link:hover {
	color: rgb(0, 48, 36); font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none;
}

.right {
	margin: 0px; padding: 0px 0px 20px;  float: left;
}
.right .banner {
	background-position: 50% 50%; width: 775px; height: auto; background-repeat: no-repeat;
}
.right .gray_box {
	margin: 15px 0px 10px 15px; padding: 10px; border-radius: 10px; border: 1px solid rgb(227, 227, 227); width: 385px; float: left; min-height: 362px; -moz-border-radius: 10px;
}
.right .news_box {
	background: url("images/news_box_bg.gif") repeat-y; margin: 15px 0px 15px 10px; width: 295px;  float: left;
}
.right .news_box h2 {
	background: url("images/news_box_title.gif") no-repeat; height: 34px; text-align: center; line-height: 34px; font-size: 14px;
}
.right .news_box .news_foot {
	background: url("images/news_box_foot.gif") no-repeat;
	left: 0px;
	width: 295px;
	height: 29px;
	bottom: 0px;
	display: block;

}
.right .news_box .article {
	padding: 10px 15px; width: 255px;
}
.right .news_box .article a.title {
	color: rgb(243, 134, 24); font-weight: bold; text-decoration: none;
}
.right .news_box .article a.read_more {
	color: rgb(27, 128, 218); font-size: 11px; text-decoration: none; white-space: nowrap;
}
.right .clear {
	width: 100%; height: 1px; clear: both; float: left;
}

