#news {
	position: relative;
	float: left;
	clear: both;
	width: 528px;
	background: #F7A11A;
	margin: 30px 0px 0px 0px;
}
#news_icon {
	position: absolute;
	background: url(../../images/news_icon.png) no-repeat top right;
	width: 528px;
	height: 52px;
	top: -15px;
	right: -8px;
}
#news_title {
	position: relative;
	float: left;
	clear: both;
	width: 513px;
	margin: 0;
	padding: 15px 0px 15px 15px;		
	font-weight: bold;
	font-size: 16px;
	background: #F7A11A;
	border-bottom: 2px solid white;
	color: white;
}
#news_text {
	position: relative;
	float: left;
	clear: both;
	width: 513px;
	margin: 0;
	padding: 15px 0px 15px 15px;		
	background: #F7A11A;
	color: white;
	font-size: 12px;
}
#news_entry {
	position: relative;
	float: left;
	clear: both;
	width: 513px;
	margin: 0;
	padding: 5px 0px 5px 5px;		
	background: #F7A11A;
	color: white;
	font-style: italic;
	text-align: right;
}
#news_image {
	position: relative;
	float: left;
	clear: none;
	margin-right: 10px;
}
#news_image img {
	width: 100px;
	height: 100px;
}
.news_image_hidden {
	display: none;
}

