a.link_news {
	font-family: arial;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

a.link_news:hover {
	font-family: arial;
	color: #ff0000;
	font-size: 12px;
	text-decoration: none;
}

#header_news {
	position: absolute;
	top: 115px;
	left: 745px;
}

#box_news {
	position: relative;
	margin-top: 67px;
	margin-left: 225px;
	background-color: #315b79;
	width: 600px;
	/*height: 90px;*/
	text-align: left;
	padding: 3px;
	margin-bottom: 40px;
	border: 1px solid #808080;
}

*html #box_news {
	margin-left: 225px;
}

#box_news_item {
	position: relative;
	margin-left: 50px;
	background-color: #315b79;
	width: 480px;
	min-height: 90px;
	text-align: left;
	padding: 3px;
}

*html #box_news_item {
	height: 95px;
}

/*#image_news_thumb {
	position: absolute;
	float: left;
	border: 1px solid purple;
}*/

#box_text_news {
	left: 90px;
	top: 40px;
	width: 380px;
	height: 30px;
}


