	#news {
		background: #827161;
		width: 770px;
		height: 80px;
		color: #594f45;

		position: absolute;
		top: -43px;
		left: 0px;
		overflow: hidden;
	}
		
	#news img {
		border: 0;
	}
		
	#news h3 {
		text-transform: uppercase;
		color: #FFFFFF;
		font-size: 11px;
	font-weight: normal;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 15px;
		right: 20px;
	}
		
	#news img.news_last {
		position: absolute;
		right: 80px;
		bottom: 0px;
	}
		
	#news img.news_pause {
		position: absolute;
		right: 31px;
		bottom: 0px;
	}
		
	#news img.news_next {
		position: absolute;
		right: 0px;
		bottom: 0px;
	}
		
	#news_innercontainer {
		width: 658px;
		height: 80px;
		background: #bfb4a9;
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
	}

	.news_story {
		float: left;
		width: 600px;
		position: absolute;
		overflow: hidden;
	}
		
	.news_story img {
		float: left;
		margin-right: 15px;
	}
		
	.news_story h4 {
		font-size: 13px;
		font-weight: normal;
		margin: 13px 13px 0 0;
	}
		
	.news_story h4 a {
			color: #594f45;
			text-decoration: none;
	}
		
	.news_story p {
		font-size: 10px;
		font-weight: bold;
		margin: 8px 0 0 0;
	}
		
	.news_story p a {
			color: #594f45;
			text-decoration: none;
	}
		
	.news_story p a:hover {
		text-decoration: underline;
	}