#wrapper {
	text-align: left;
	margin: 0 auto 0 auto;
	width: 1000px;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;	
	overflow: auto;
}

#top_photo {
	width: 1000px;
	height: 240px;
	overflow: hidden;
}

#top_photo img {
	width: 1001px;
}

#news {
	width: 200px;
	border-left: 1px #ccc solid;
	margin-top: 13px;
	padding: 0px 20px 16px 20px;
	display: block;
	position: absolute;
	right: 0;
}

	#news h4 {
		font-size: 14px;
		font-family: trebuchet ms, georgia;
		color: #333;
	}

	#news p {
		font-size: 10px;
		font-family: verdana;
		margin: 4px 0px;
	}
	
	#news em.newsdate {
		font-size: 10px;
		color: #999;
		display: block;
		margin: 12px 0 0 0;
		font-style: normal;
	}
	
	#news a {
		text-decoration: none;
		color: #333;
	}
	
	#latest_news_frontpage {
		width: 200px;
		float: right;
		padding: 0px;
		margin: 0px;
	}

		#latest_news_frontpage h4 {
			font-size: 14px;
			font-weight: bold;
			font-family: trebuchet ms, georgia;
			margin-top: 0px;
		}
