.news {
	float:left;
	display:inline;
	width:515px;
	padding:10px;
	background:#ffa616;
	color:#333333;
	font-size:11px;
}
.news h1 {
	margin:0 0 10px 0;
}
.news div {
	float:left;
	display:inline;
	width:515px;
	margin:30px 0 0 0;
}
.news span {
	float:left;
	display:inline;
	width:515px;
	margin:-18px 0 0 0;
	line-height:18px;
}
.news a {
	font-size:12px;
	float:right;
	display:inline;
	color:#333333;
	text-decoration:none;
	background:transparent url(../../images/backs/arrow_news.gif) top right no-repeat;
	padding-right:26px;
	font-weight:bold;
}
.news a:hover {
	color:#FFFFFF;
}
