/* News */
.news {
	border: 1px solid #787878;
	text-align: justify;
	margin-bottom: 5px;
}

.news .avatar {
	float: left;
	margin: 2px 5px 5px 0;
	border: 1px solid black;
	width: 70px;
	height: 70px;
}

.news_header {
	background: #1669a3 url('/images/news_header_bg.gif') repeat-x;
	border-bottom: 1px solid #787878;
	padding: 2px 4px 2px 4px;
	font-size: 1.2em;
}

.news_header a {
	text-decoration: none;
	color: #FFF;
}

.news_header a:hover {
	text-decoration: none;
	color: #CCC;
}

.news_center {
	padding: 4px;
	text-align: justify;
	color: #333;
	background: #e5e5e5 url('/images/news_center_bottom.gif') repeat-x bottom;
}

.news_footer {
	clear: both;
	display: block;
	margin-top: 5px;
	padding-top: 2px;
	border-top: 1px solid #787878;
}

.news_center a {
	text-decoration: none;
	color: #497094;
}

.news_center a:hover {
	text-decoration: none;
	color: #35536e;
}

.news_center p {
	margin-bottom: 3px;
}