.whitedude {
	background-color:#FFFFFF;
	left: 235px;
	top: 102px;
	position: absolute;
	height: 250px;
	width: 70%;
	position: absolute;
	background-image: url(../images/dude.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding:10px;
}

p.redtexttitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:bold;
	color:#990000;
	line-height: 32px;
	padding-top: 5px;
	padding-right: 250px;
	padding-bottom: 10px;
	padding-left: 10px;
}
	
	
	
p.greysubtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#333333;
	line-height: 24px;
	padding-top: 20px;
	padding-right: 300px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-style: italic;
}
	
.greybackgd {
	background-color:#333333;
	left: 235px;
	top: 360px;
	position: absolute;
	height: 300px;
	width: 72%;
	padding-top:10px;
}

.greybackgdSec {
	background-color:#333333;
	left: 235px;
	position: relative;
	height: 100px;
	width: 72%;
	padding-top:10px;
}
	
.leftimage {
	background-color:#333333;
	height: 300px;
	width: 312px;
	background-image: url(../images/gated_community.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
}

p.imagestitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
	line-height: 32px;
	font-style: italic;
	text-align: right;
	padding-top: 240px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
	

.rightimage {
	background-color:#333333;
	height: 300px;
	width: 312px;
	background-image: url(../images/commercial.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	float: right;
	clear: right;
}
