.section {
	margin-left : 350px;
}
.section.featured {
	float : left;
	width : 314px;
	
	padding-right : 36px;
	margin-left : 0;
}

p {
	margin-top : 0;
}

hr {
	display : none;
	clear : none;
}

h2 {
	clear : none;

	font-size : 33px;
	line-height : 0px;
	color : #77624c;
    height : 37px;
	
	letter-spacing : -0.03em;
	
	padding : 0;
	border-top : 0 none;
	margin : 0 30px 0 0;
}
h2 strong {
	display : block;
	color : #fff;
}
h2 + p {
	font-weight : normal;
	color : #fff;
	font-size : 15px;
	margin-top:0px;
	padding-right : 80px;
	margin-bottom : 4em;
}

.about {
    margin-top : 128px;
}

.featured {
	float : left;
	margin-bottom : 20px;
}

.featured img {
	display : block;
}

.featured b {
	display : block;
	height : 10px;
	
	padding-left : 10px;
	background : transparent none no-repeat top left;
}
.featured b b {
	background-position : top right;
	padding-left : 0;
}
.featured b.t {
	background-image : url('../../images/splash_border-tl.png');
}
.featured b.t b {
	background-image : url('../../images/splash_border-tr.png');
}
.featured b.b {
	background-image : url('../../images/splash_border-bl.png');
}
.featured b.b b {
	background-image : url('../../images/splash_border-br.png');
}

#content a:link, #content a:visited {
	padding-right : 9px;
	background : transparent url('../../images/href_bullet.png') no-repeat top right;
}