#newscontainer {
	position:relative;
	left:482px;
	top:-15px;
	width: 440px;
	height: 180px;
	clear: both;
}

#newsbox {
	position:relative;
	top:5px;
	width: 440px;
	height: 170px;
	display: none;
}

.newsitem {
	width: 204px;
	height: 160px;
	background-color: #191919;
	padding: 10px 5px 5px 10px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #3D3B3F;
	float: left;
}

.newstitle {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.newstext {
	width: 204px;
	height: 140px;
	font-size: 11px;
	font-weight: bold;
	color: #D5BEAE;
	overflow: hidden;
}

a.newslink, a.newslink:link, a.newslink:hover, a.newslink:active, a.newslink:visited {
     font-size: 11px;
     font-weight: bold;
     font-style: italic;
     line-height: 7px;
     color: #E3730E;
     text-decoration: none;
}
