


.feature {
	position: relative;
	margin: 0 0 10em 0;
	padding: 0 310px 0 0;
	}
	
.feature img {
	position: absolute;
	top: 0;
	right: 0;
	}
	
	
.feature .photo {
	position: absolute;
	top: 0;
	right: 0;
	width: 230px;
	height: 231px;
	}
	
.feature .photo img {
	top: 15px;
	left: 15px;
	}
	
.feature .photo .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 230px;
	height: 231px;
	background: url(feature.photo.overlay.png);
	}
	
#page-header {
	position: relative;
	width: 1030px;
	height: 400px;
	margin: 0 -40px;
	background: #eee;
	
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.2);
	}
	
	
#page-header .title {
	position: absolute;
	top: 0;
	left: 0;
	width: 1030px;
	height: 400px;
	}
	
	
#page-header h1 {
	position: absolute;
	left: 100px;
	top: 150px;
	font-size: 1.5em;
	line-height: 1em;
	width: 170px;
	text-align: center;
	}
	
#page-header h1.one-line {
	top: 170px;
	}	
	
#page-header h2 {
	position: absolute;
	top: 120px;
	margin: 0;
	left: 300px;
	width: 210px;
	text-align: center;
	font-size: .8125em;
	line-height: 1.6em;
	}
	
#page-header .readmore {
	position: absolute;
	top: 280px;
	left: 350px;
	width: 100px;
	height: 20px;
	text-indent: -9000px;
	background: url(read-more.gif);
	font-size: 1px;
	line-height: 1px;
	}
	
#page-header .readmore:hover {
	background-position: 0 -20px;
	}	