	#news {
		position: relative;
		overflow: hidden;
		text-align: left;
	}
		
	#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 H1 {
		color: #25383c;
		font-family: Georgia, Times New Roman, Serif;
		font-size: 26px;
		font-style: italic;
		font-weight: normal;
		letter-spacing: -1px;
		padding: 2px 0px 5px 0px;
	}
	#news DIV {
	}
		
	#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: 500px;
		height: 120px;
		position: absolute;
		top: 15;
		left: 20;
		overflow: hidden;
	}

	.news_story {
		float: left;
		position: absolute;
	}
		
	.news_story img {
		float: right;
		margin-left: 15px;
	}
		
	.news_story h4 {
		font-size: 13px;
		font-weight: normal;
		margin: 13px 13px 0 0;
	}
		
	.news_story h4 a {
			color: #594f45;
			text-decoration: none;
	}
#footer a {padding:0; margin:0;}
