@charset "utf-8";
/* CSS Document */

body {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	margin: 30px;
	padding: 0;
	text-align: center;
	background-color: #A29959;
}

#container {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	width: 800px;
	height: 1200px;
	background: #ffffff;
	margin: 0 auto;
	text-align: left;	
}

#leftside {
	width: 15px;
}

#header {
	width: 800px;
	height: 172px;
}

#middle {
	width: 770px;
	margin-top: 15px;
}

#middletopaddress {
	color: #666666;
	float: left;
	margin-left: 130px;
	margin-top: -970px;
	font-size: 30px;
	font-weight: bold;
}

#facebook_widget {
	margin-left: 175px;
	margin-top: -560px;
	float: left;
}

#exterior_photo {
	float: left;
	width: 288px;
	height: 164px;
	margin-left: 100px;
	margin-top: -895px;
}

#office_photo {
	float: left;
	width: 288px;
	height: 164px;
	margin-left: 400px;
	margin-top: -895px;
}

#living_photo {
	float: left;
	width: 288px;
	height: 164px;
	margin-left: 100px;
	margin-top: -725px;
}

#dog_photo {
	float: left;
	width: 288px;
	height: 164px;
	margin-left: 400px;
	margin-top: -725px;
}

#rightside {
	width: 15px;
	margin-left: 785px;
	float: left;
	margin-top: -995px;
}

#footer_duplex {
	width: 800px;
	height: 54px;
	margin-top: -15px;
	z-index: -1;
}

#facebook_duplex {
	position: absolute;
	float: left;
	margin-left: 700px;
	margin-top: -35px;
	z-index: 1;
}

#buttons_duplex {
	height: 35px;
	width: 800px;
	float: left;
	margin-top: -545px;
}

#twobed_button_duplex {
	height: 35px;
	width: 170px;
	float: left;
	margin-left: 36px;
}

#threebed_button_duplex {
	height: 35px;
	width: 218px;
	float: left;
	margin-left: 18px;
}

#twobedwalkout_button_duplex {
	height: 35px;
	width: 312px;
	float: left;
	margin-left: 18px;
}

#footage {
	height: 25px;
	width: 800px;
	float: left;
	margin-top: -500px;
}

#twobedfootage {
	font-weight: bold;
	font-size: 20px;
	margin-left: 48px;
	color: #666666;
}

#threebedfootage {
	font-weight: bold;
	font-size: 20px;
	margin-left: 260px;
	margin-top: -25px;
	color: #666666;
	float: left;
}

#walkoutfootage {
	font-weight: bold;
	font-size: 20px;
	margin-left: 540px;
	margin-top: -25px;
	color: #666666;
	float: left;
}

#twobedprice{
	font-weight: bold;
	font-size: 16px;
	margin-left: 55px;
	color: #666666;
}

#threebedprice {
	font-weight: bold;
	font-size: 16px;
	margin-left: 275px;
	margin-top: -20px;
	color: #666666;
	float: left;
}

#walkoutprice {
	font-weight: bold;
	font-size: 16px;
	margin-left: 560px;
	margin-top: -20px;
	color: #666666;
	float: left;
}

#floorplans_duplex {
	height: 179px;
	width: 800px;
	float: left;
	margin-top: -470px;
}

#twobed_floorplan_duplex {
	margin-left: 44px;
	width: 157px;
	height: 179px;
	float: left;
}

#threebed_floorplan_duplex {
	margin-left: 35px;
	width: 157px;
	height: 179px;
	float: left;
}

#twobedwalkout_floorplan_duplex {
	margin-left: 77px;
	width: 157px;
	height: 179px;
	float: left;
}

#prices {
	height: 25px;
	width: 800px;
	float: left;
	margin-top: -285px;
}

#unitinfo {
	height: 203px;
	width: 800px;
	float: left;
	margin-top: -250px;
}

#twobedinfo {
	float: left;
	margin-left: 35px;
	height: 203px;
	width: 170px;
}

#threebedinfo {
	float: left;
	margin-left: 20px;
	height: 267px;
	width: 218px;
}

#walkoutinfo {
	float: left;
	margin-left: 20px;
	height: 267px;
	width: 312px;
}

	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}




