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

#PageWrapper {
	width: 1000px;
	margin: 0 auto;
	}
	
#HeaderWrapper {
	height: 240px;
	}
	
#Logo {
	float:left;
	width: 360px;
	height: 174px;
	padding-top: 15px;
	}
	
#Quotes {
	width:360px;
	height: 100px;
		}
	
#Nav {	
	width: 1000px;
	height: 40px;
	padding-top: 5px;
	clear: both;
	}
	
#ContentWrapper {
	min-height: 400px;
	margin-top: 30px;
	}
	
#Footer {
	height: 110px;
	}
	
#NavFloorplans {
	width: 200px;
	}
	
	
#FloorplansButton {
	width: 200px;
	height: 25px;
	background-color: #CBDECB;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 3px;
	margin-bottom: 2px;
	text-decoration: none;
	}
