@CHARSET "ISO-8859-1";
#news {
	margin: 		30px 0 0 0;
}
#news .heading {
	width:			596px;
	height:			36px;
	margin-left:	-6px;
	padding:		4px 23px 0px 11px;
	background:		url(../images/news-top-bg.png);
}
#news .heading h2 {
	font-size:		125%;
}
#news .posted {
	font-size:		75%;
	margin-top:		-20px;
	color:			#333;
}
#news-site-navi {
	font-size:		85%;
	float:			right;
	line-height:	26px;
}
#news-site-navi .prev {
	margin-right:	10px;
}
#news-site-navi .next {
	margin-left:	10px;
}
#news-site-navi a.disabled {
	color:			#555;
}
#news-site-navi a:hover.disabled {
	text-decoration:none;
}
#news_content {
	margin:	  		5px;
	background:		#e9c07f;
	position:		relative;
	display: inline-block
}
.news h3 a {
	font-size:		16pt;
	color:			#000;
}
#news_content h1 {
	font-size: 14pt;
	font-style: normal;
}
#news_content h2 {
	font-size: 13pt;
}
.news h3 a:hover {
	color:			#640202;
	text-decoration:none;
}
.news .sperator {
	margin:			35px auto;
	clear:			left;
	width:			523px;
	height:			1px;
	border-top:		1px solid #333;
}