#front_page_news {
	float: left;
	width: 409px;
	margin: 0 22px 0 0;
	height: 243px;
	background: #eaeaea;
}

#front_page_news ul {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
}

#front_page_news a {
	color: #212121;
	font-size: 11px;
	text-decoration: none;
	font-family: verdana;
}
#front_page_news a:hover {
	text-decoration: underline;
}

#front_page_news a img {
	border: 0;
}

#front_page_news ul {
	list-style: none;
	width: 100%;
}

#front_page_news li {
	width: 393px;
	padding: 7px 8px 0;
	float: left;
	clear: both;
	height: 23px;
}

#front_page_news li a {
	display: block;
	float: left;
	width: 100%;
}

#front_page_news li.dark_row {
	background: #e0e0e0;
}

#front_page_news li img {
	float: left;
}

#front_page_news .news_title {
	float: left;
	margin: 0 5px;
	clear: none;
}

#front_page_news .news_date {
	float: right;
	clear: none;
}