.news_date {
	background-color: #C00;
	color: #FFF;
	margin-right: 5px;
	font-weight: bold;
	font-size: 12px;
	padding-left: 2px;
}
.news_href {
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
}
#news {
	border: 1px solid #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFB7;
	background-image: url(../images/fon_news.gif);
	background-repeat: repeat-x;
	background-position: top;
	float: right;
	width: 400px;
	margin-left: 10px;
}

