@charset "utf-8";
/* ------------------ Static page */
#newsarchive {
	float: right;
	display: inline;
	margin: -35px 15px 0 0;
}
.newsitem {
	float: left;
	display: inline;
	width: 689px;
	margin: 5px 0 10px 16px;
	background: url(../../images/misc/news-item-top.gif) top left no-repeat;
}
.newsitem .content {
	float: left;
	width: 672px;
	padding: 15px 0 10px 17px;	
	background: url(../../images/misc/news-item-bottom.gif) bottom left no-repeat;
}
.newsitem .content .image {
	float: left;
	width: 116px;
}
.newsitem .content .text {
	float: left;
	width: 540px;
}
#content .newsitem .content .text h3 {
	padding: 0 10px 0 20px !important;
}
.newsitem h3 a {
	color: #0B56A7;
}
.newsitem p a {
	color: #727272 !important;
}
.newsitem a:hover {
	color: #000 !important;
}
#backlink {
	float: left;
	padding: 12px 0 0 17px;
}