@charset "UTF-8";
body {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #A1AF86;
	padding-top: 30;
	padding-right: 30;
	padding-bottom: 30;
	padding-left: 30;
}
.oneColElsCtr #container {
	width: 46em; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 030px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
}
.oneColElsCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: "Times New Roman", Arial, sans-serif;
}
.floorplan {
	background-position: center;
	float: none;
}
