body {
	background-image:url('../img/rusty_bg.jpg');
	background-position:0px -8px;
}
a { color:#7e421d; }
a:hover { color:#5e220d; }
#grid {
	background-image:url('../img/news_grid.png');
	background-repeat:no-repeat;
	background-position:-6px 0px;
}
#splash {
	position:absolute;
	background-image:url('');
	background-repeat:no-repeat;
	width:980px;
	height:394px;
}
#content {
	background-color:#cfc5b2;
	background-image:url('../img/news_content_bg.jpg');
	color:#7e421d;
    top:1px;
    left: 191px;
}
#xtra {
	position:absolute;
	top:10px;
	left:10px;
	background-image:url('../img/news_logo.png');
	background-repeat:no-repeat;
	width:247px;
	height:366px;
	z-index:40;
}
#news-latest-pic img {
/*	position:absolute;
	top:0px;
	left:591px;*/
	display:block;
	float:left;
}

.news-latest-container {
	height:196px;
}
.news-latest-container, .news-single-item {
	position:relative;
	left:191px;
	top:0px;
	width:591px;
	overflow:auto;
	overflow-x:hidden;
	z-index:40;
}
.news-latest-content, .news-single-content {
	position:absolute;
	left:196px;
	top:0px;
	width:350px;
	height:166px;
	padding: 10px 10px 20px 35px;
	background-color:#cfc5b2;
	background-image:url('../img/news_content_bg.gif');
	color:#7e421d;
}
.news-latest-content {
	overflow:hidden;
}
.news-latest-morelink {
	margin-top:0.75em;
	text-align:right;
}





