#masthead {
	clear: both;	
}

#content {
	background: url(../images/interface/idx_content_bg.jpg) repeat-y;

}

#masthead {
	width: 960px;
	height: 316px;
	position: relative; /* ADDED THIS */
    z-index: 1; /* ADDED THIS */ 
}

#main {
	width: 480px;
	float: left;
}

#main p {
	line-height: 160%;		
	text-align: justify;
	margin: 5px 10px 15px 10px;
}

#feat-svc {
	width: 270px;
	float: left;
	padding: 10px 5px;
}

#feat-svc p {
	line-height: 160%;	
	text-align: justify;
	margin: 0 10px 0 10px;
}

#feat-svc p.sub-header {
  clear: left;
}

#feat-svc img {
	float: left;
	padding-right: 10px;
}

#feat-svc .sub-header {
	font-weight: bold;
}

#other-loc {
	margin: 0 0 0 750px;
	padding: 10px 5px;

}

.index-border {
	border-left: 2px solid #cdb794;	
}

#other-loc p {
	line-height: 160%;	
	text-align: justify;
	margin: 0 5px 0 5px;
}

#other-loc .other-img {
	margin: 5px 0 0 5px;
}

.read-more {
	text-align: right !important;
}

.read-more a {
	color: #3c657d;
}