body{
	font-family:Arial;
	font-size:13px;
	height:100%;
	background:#e6e7e8;
	color: #000000;
	margin-top: 0px;
}

#site_container {
	width: 1000px;
	margin: 0px auto;
}
#left_shadow {
	width: 5px;
	height: 100%;
	background: url(/img/left_shadow.jpg) repeat-y;
}
#site_content {
	width: 980px;
	margin: 0px;
}
#right_shadow {
	width: 5px;
	background: url(/img/right_shadow.jpg) repeat-y;
}
#header {
	height: 122px;
	background: #ffffff;
	margin: 0px 20px 0px 20px;
}

#logo {
	float: left;
	height: 122px;
}

#head_right {
	float: left;
	width: 360px;
	height: 82px;
	text-align: right;
	margin: 20px 0px 10px 0px;
}

h1 {
	font-size: 30px;
	color: #a12830;
	font-family: Georgia;
	margin: 0px;
}

#content_area {
	margin: 0px 40px;
}

#home_left {
	float: left;
	margin: 240px 0px 0px 20px;
	width: 685px;
}


#home_middle {
	float: left;
	width: 40px;
}

#home_right {
	margin: 130px 20px 0px 0px;
	float: left;
	width: 215px;
}

.footer {
	background: #a12830;
	border-top: 1px solid #d9a9ac;
	height: 23px;
}

#footer_left {
	float: left;
	width: 459px;
	margin: 6px 6px 6px 20px;
	font-size: 11px;
	color: #ffffff;
}

#footer_right {
	float: right;
	width: 459px;
	margin: 6px 20px 6px 6px;
	font-size: 11px;
	color: #ffffff;
	text-align: right;
}

.footer a {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

.news_preview_date {
	font-family: Arial;
	font-size: 10px;
	color: #333333;
}

.news_preview_item {
	padding: 0px 0px 10px 0px;
}

.news_preview_item a {
	font-family: Arial;
	font-size: 14px;
	color: #091647;
}

.news_preview_more {
	width: 195px;
	text-align:right;
	padding: 0px 10px 3px 10px;
}

.news_preview_more a {
	font-family: Arial;
	font-size: 9px;
	color: #091647;
}
