@charset "UTF-8";


#news {
	margin: 5px 0 20px;
	width: 972px;
	height: 105px;
	background: url(../images/news_bg.gif) no-repeat left top;
}

#news,
#news a,
#news a:visited {
color: #737373;
text-decoration:none;
}
#news a:hover {
color: #f00;
text-decoration:none;
}

#news h2 {
	float:left;
	margin-left:50px;
	padding-top:40px;
}
#news ul {
	float:left;
	margin-left:50px;
	padding-top:25px;
	text-align: left;
}


#news #copyright {
float: right;
margin: 70px 15px 0 0;
color: #555;
font-size:90%;
}
