.news_pic {
	background: url(../img/news_pic.gif) no-repeat;
	height: 150px;
	width: 729px;
	margin: 3px 0 0 0;
}

.title {
	float: left;
	background: url(../img/news_title.gif) no-repeat;
	height: 25px;
	width: 61px;
	
	margin: 13px 0 0 15px;;
}

#news_area {
	height: 230px;
	width: 666px; 
	
	border-top: 1px solid #CCC;
	overflow: auto;
	padding: 10px 30px 0 30px;
	
	text-align: left;
}

#news_area .date {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold; 
	color: #363636;
}

#news_area .news_text {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #363636;
}


#footer {
	background: url(../img/footer_news.gif) no-repeat;
	height: 60px;
	width: 768px;
}


