/* Text formatting ------------------------------------ */

.text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.header1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #C18300;
}


/* These are currently only on the 'thevillage_homes.htm' page */

.wideDIV {
	width: 100%;
	}
	
.wideDIV span {
	padding-right: 10px;
	}
	
.wideDIV p {
	padding-right: 10px;
	}

.imageBox {
	width: 180px;
	height: 155px;
	float: right;
	}

.clearBox {
	width: 100%;
	clear: both;
	}
