body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #762829;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-color: #D6B98D;
}

a {
	color: #762829;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.address {
	font-size: 14px;
}
.floorplans {
	font-size: 14px;
	color: #FFFFFF;
}
.floorplans a {
	font-size: 14px;
	color: #FFFFFF;
}
/* Class */
.coupon {
	width: 390px;
	height: 194px;
	background-image: url(images/coupon.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	padding-top: 60px;
}
/* ID */
#coupon {
	height: 194px;
	width: 390px;
	text-align: center;
}

.emailform {
	font-size: 12px;
}
.textlinks a {
	font-size: 12px;
	font-weight: bold;
}
.designby a {
	font-size: 12px;
}
