@charset "utf-8";
@import url("base.css");
#header {
	float: left;
	width: 964px;
	background: url(../images/border1.png) repeat-x bottom;
	padding-bottom: 9px;
}
#text_container {
	background: #fffffc url(../images/content_bg_top.jpg) no-repeat left top;
	float: left;
	width: 964px;
	padding-top: 18px;
}
#text {
	float: left;
	width: 964px;
	color: #515151;
}
#text_bottom {
	background: url(../images/content_bg_bottom.jpg) no-repeat;
	float: left;
	height: 85px;
	width: 964px;
}

div.col_left {
	float: left;
	width: 607px;
	margin-left: 22px !important;
	margin-left: 11px;
	text-align: left;
}
div.col_right {
	float: left;
	width: 291px;
	margin-left: 22px !important;
	margin-left: 11px;
}
h6.breadcrumbs {
	font: normal 12px/38px Georgia, "Times New Roman", Times, serif;
	float: left;
	width: 607px;
	border-bottom: 1px solid #dadada;
}
.col_left a {
	color: #9c6038;
	text-decoration: none;
}
.col_left a:hover {
	text-decoration: underline;
}

.col_left  p {
	font: 12px/22px Georgia, "Times New Roman", Times, serif;
	color: #515151;
	text-align: left;
	margin-top: 18px;
}
.list_article span a {
	color: #515151;
}

.col_left  h1 {
	font: italic normal 15px/22px Georgia, "Times New Roman", Times, serif;
	color: #515151;
	text-align: center;
	margin-top: 18px;
}
.col_left  h2 {
	font: italic normal 12px Georgia, "Times New Roman", Times, serif;
	color: #515151;
	margin-top: 18px;
}
.list_article {
	float: left;
	width: 607px;
	margin-top: 0px;
	padding-bottom: 18px;
	border-bottom: 1px solid #dadada;
}
.list_article span {
	font-size: 17px;
}
div.col_right ul {
	float: left;
	width: 291px;
	margin-top: 12px;
	border-top: 2px solid #9c6038;
	background: url(../images/news_archive_bg.png) repeat-x 0px 0px;
}
div.col_right ul li {
	float: left;
	width: 291px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dadada;
}
div.col_right ul li a {
	font-size: 12px;
	line-height: 32px;
	text-decoration: none;
	background: url(none);
	display: block;
	float: left;
	height: 32px;
	width: 291px;
	border-bottom: 1px solid #fffffc;
	color: #9c6038;
}
div.col_right ul li a:hover {
	background: #e3dcc0;
}
