
/*** NEWS APPLICATION ***/

#news_header {
  border-top: 4px double #A59584;
	border-bottom: 4px double #A59584;
	padding: 10px 0;
	margin: 30px 0 20px 0;
	overflow: hidden;
}

#news_header h2 {
  margin:0;
  padding: 2px 0 0 0;
	float: left;
}

.news-block {
  margin: 0 0 8px 0;
  padding: 0 10px 8px 10px;
  display: block;
  overflow: hidden;
  border-bottom: 1px dashed  #A59584; 
}

.news_date {
  float: left;
	width: 60px;
	padding: 10px 10px 0 10px;
	margin-right: 20px;
	text-align: center;
	background: #fff;
	border: 1px solid #A59584;
}

.news_date p {
  text-align: center;
}

.news_month {
	font-size: 18px;
	line-height: 10px;
	}	
.news_day {
	font-size: 38px;
	line-height: 40px;
		color: .647a91;
	}	
.news_year {
	font-size: 18px;
	}	

h3.news_title a {
  color: #000000;
	font-size:16px;
	margin:30px 0 0.6em;
	text-decoration: none;
}

h3.news_title a:hover {
  color: #f47321;