@import url("overall.css");
div.page_title {
	font-size: 20px;
	color: #000;
	background: url(../images/news_title.png) no-repeat;
	width: 897px;
	height: 45px;
	display: block;
	padding: 90px 0 0 60px;
}
div.content_title {
	display: table;
	background: url(../images/news_title_line.png) no-repeat 0 bottom;
	width: 928px;
	margin: 10px 20px;
	height: 50px;
	padding-bottom: 15px;
}
div.content_title span {
	display: block;
	float: left;
	height: 50px;
}
div.content_title span.title {
	width: 860px;
	color: #89230b;
	font-size: 15px;
}
div.content_title span.date {
	width: 67px;
	color: #4c533f;
	font-size: 11px;
	padding-top: 15px;
	text-align: right;
}
div.content div.text {
	padding: 20px;
	display: block;
	width: 920px;
	line-height: 22px;
	color: #302421;
}
div.news_list {
	background: url(../images/news_list_bk.png) repeat-y;
	width: 937px;
	display: table;
	margin-left: 15px;
	margin-bottom: 15px;
}
div.news_list div.title {
	width: 937px;
	height: 40px;
	font-size: 15px;
	color: #672235;
	padding: 24px 0 0 34px;
	background: url(../images/news_list_title.png) no-repeat;
	display: block;
}
div.news_list ul {
	list-style: none;
	width: 840px;
	color: #3d3939;
}
div.news_list li {
	background: url(../images/news_list_icon.png) no-repeat;
	padding: 1px 0 10px 25px;
}
div.news_list li span.date {
	color: #9a0832;
}
div.page_nav {
	width: 900px;
	text-align: center;
	display: block;
}
div.page_nav img {
	margin-left: 5px;
	margin-right: 5px;
}