#featureone {
	background-image: url(imagefiles/featuredhouses/goldeneagle.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 100%;
}

#featuretwo {
	background-image: url(imagefiles/featuredhouses/featuretwo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 100%;
}

#featuretop {
	background-image: url(imagefiles/featuretop.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 106px;
	width: 200px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#featurebottom {
	background-image: url(imagefiles/featurebottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 11px;
	padding-right: 5px;
	padding-left: 5px;
	height: 77px;
	width: 223px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #420100;
	text-decoration: none;
}

/*INDEX FRONT PAGE CODING */
#subtopper {
	background-image: url(imagefiles/subtopper.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 169px;
	width: 100%;
}

#indexwelcome {
	background-image: url(imagefiles/house.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 300px;
	font-size: 13px;
	text-decoration: none;
	color: #160501;
	font-family: "Tempus Sans ITC", Tahoma, "Trebuchet MS";
	text-align: justify;
	width: 100%;
	padding-bottom: 0px;
}

#aboutus {
	background-image: url(imagefiles/aboutus/family.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 225px;
	font-size: 13px;
	text-decoration: none;
	color: #160501;
	font-family: "Tempus Sans ITC", Tahoma, "Trebuchet MS";
	text-align: justify;
	width: 100%;
	padding-bottom: 0px;
}

#plaintext {
	font-size: 13px;
	text-decoration: none;
	color: #160501;
	font-family: "Tempus Sans ITC", Tahoma, "Trebuchet MS";
	text-align: justify;
	width: 100%;
	padding-bottom: 0px;
	padding-right: 4px;
}

#agustabann {
	background-image: url(imagefiles/subdivision/augustabanner.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 82px;
	width: 100%;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #003300;
	border-bottom-color: #003300;
}

#falconbann {
	background-image: url(imagefiles/subdivision/falconbanner.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 82px;
	width: 100%;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #003300;
	border-bottom-color: #003300;
}

