@charset "UTF-8";
/* CSS Document */

#imgArea.newsArea {
	background-image:url(images/bg_news.gif);
	text-align:left;
	width:498px;
	_width:478px;
	height:475px;
	padding-top:16px;
	
	}
#imgArea.newsArea p {
	line-height:1.2;
	}
	
#imgArea-inner {
	width:442px;
	margin:0 16px;
	height:442px;
	overflow:auto;
	/*border:1px solid #242424;*/
	}
	
#imgArea-inner p{
	margin-bottom:12px;
	}

.newsModule {
	margin:15px auto 40px;
	/*height:411px;*/
	/*border:1px solid #242424;*/
	width:393px;
	}
.newsimg {
	margin-bottom:15px;
	overflow:hidden;
	height:240px;
	width:391px;
	text-align:center;
	background-color:#130F10;
	/*border:1px solid #130F10;*/
	}
.entryBody{
	text-align:left;
	clear:both;
	}
.newsTitle{
	font-size:14px;
	font-weight:bold;
	width:80%;
	float:left;
	line-height:20px;
	margin-bottom:5px;
	}
.newsDate {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	width:20%;
	float:right;
	text-align:right;
	line-height:20px;
	color:#ccc;
	margin-bottom:5px;
	}
