.padding {
	height: 35px;
	clear: both;
}

.col1_fixed {
	width:360px;
	margin-right: 55px;
	float:left;
}

.col2_fixed {
	width: 545px;
	float: right;
}


#news_list ul {
	margin-top: 10px;
}

#news_list ul li {
	list-style: none;
}

#news_list ul li a {
	text-decoration: none;
}

#news_list ul li a.desc_news {
	display: block;
	font-size: 24px;
	color: #553424;
	line-height:24px;
	/*margin-bottom: 5px;*/
}

a.more_news {
	font-size: 14px;
	font-family:arial;
	font-weight:bold;
	text-transform: uppercase;
	}
	a.more_news,
	a.more_news:link,
	a.more_news:visited {
		color:#D5BDA4;
	}
	a.more_news:focus,
	a.more_news:hover,
	a.more_news:active {
		color:#456387;
	}


#news_details  {
	margin-top: 12px;
	color: #553424;
}
#news_details a.button { display:inline; }

#news_details .image {

}

#news_details #subtitles {
	color: #D5BDA4;
	font-size: 10px;
	text-transform: uppercase;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

#news_details #subtitles #sub_cat {
	float: left;
}

#news_details #subtitles #sub_date {
	float: right;
}



#news_details h2 {
	font-family: Times New Roman, Serif;
	font-weight: normal;
	font-size: 28px;
	color: #553424;
	margin-top: 10px;
}

#news_details #news_desc {
	margin-top: 10px;
	margin-bottom: 12px;
}