#centralColumn .news-list {
	width: 541px!important;
	width: 551px;
}
#centralColumn .news-list p { margin: 5px 0; }
#centralColumn .news-list .header {
	width: 100%;
	font-weight: bold;
	color: #000000;
	text-align: left;
	background-color: #FCECDF;
	border: 1px solid #F8D6BB;
	padding: 4px;
}
#centralColumn .news-list .news-item {
	width: 100%;
	border: 1px solid #F4F4F4;
	margin: 1px 0 0 0;
	padding: 4px;
	float: left;
}
#centralColumn .news-list .news-title, #centralColumn .news-list .news-text { width: 82%; float: left; }
#centralColumn .news-list .news-date, #centralColumn .news-list .news-image { width: 17%; float: right; }

#centralColumn .news-list .news-title {
	font-size: 12px; 
	font-weight: bold;
	margin: 0 0 5px 0;	
}
#centralColumn .news-list .news-title a:link, #centralColumn .news-list .news-title a:visited { text-decoration: none; }
#centralColumn .news-list .news-title a:hover { text-decoration: underline; }

#centralColumn .news-list .news-date {
	font-size: 9px; 
	color: #666666; 
}
#centralColumn .news-list .news-image table { margin: 5px 0 0 0; float: right; }

#centralColumn .news-list .undertitle-date { width: 100%; clear: both; font-size: 9px; color: #666; }

.news-single .news-title {
	font-size: 14px;
	font-weight: bold;
	color: #DC2E06;
}
.news-single .news-date {
	font-size: 10px;
	color: #666666;
}
.news-single .news-author {
	margin: 5px 0 10px 0;
} 

#rightColumn .news-archive, #rightColumn .news-list {
	margin: 0 0 20px 0;
}
#rightColumn .news-archive .header, #rightColumn .news-list .header {
	font-size: 12px;
	font-weight: bold;
	color: #F96815;
	text-align: left;
	text-transform: uppercase;
	background-image: url(../images/back_block_headers_right.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 10px 0 0 0;
	padding: 20px 0 0 30px;
}
#rightColumn .news-list .news-item {
	margin: 5px 0;
}
#rightColumn .news-list .news-item p {
	margin: 5px 0;
}
#rightColumn .news-list .news-title {
	font-family: Tahoma, sans-serif;
	font-size: 10px; 
	font-weight: bold;
	color: #DC2E06;
}
#rightColumn .news-list .news-title a:link, #rightColumn .news-list .news-title a:visited {text-decoration: none;}
#rightColumn .news-list .news-title a:hover {text-decoration: underline;}

#rightColumn .news-list .news-title  span {
	font-family: Tahoma, sans-serif;
	font-size: 9px!important; 
	color: #666666;
}
#rightColumn .news-list .news-text {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	color: #582101;
}

#rightColumn .news-list .news-more {
	text-align: right;
}
#rightColumn .news-list .news-more a:link, #rightColumn .news-list .news-more a:visited {
	font-family: Tahoma, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #DC2E06;
	text-decoration: none;
}
#rightColumn .news-list .news-more a:hover {
	text-decoration: underline;
}
