body {
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E0C6A5;
	background-image: url(../images/2011/01/strip.jpg);
	background-repeat: repeat-x;
}
.main-colHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #eee1c1;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #eee1c1;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.main-colHdr #header {
	/*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/header-bg.jpg);
	background-position: center top;
	height:160px;
	font-size: 0;
	width: 970px;
	margin:10px 0px 0px -10px;
}
.main-colHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.main-colHdr #header ul {list-style:none;display:inline;position:relative;top:133px;left:0px;padding: 7px 15px 12px 0px;}
.main-colHdr #header li {
	list-style:none;
	display:inline;
}
.main-colHdr #header ul li.first {
	list-style:none;
	display:inline;
	padding-left: 0px;
}
.main-colHdr #header ul li.an a {
	font-weight:bold;
	color:;
	text-shadow: 1px 1px 4px #000;
	font-size:12px;
	background:#527d42;
}

/*.main-colHdr #container #header ul .login a {color:#eee1c1;font-size:11px;padding: 0px 24px 0px 0px;border-right:0px;position:relative;float:right;}*/
.main-colHdr #container #header ul .login a {/*color:#eee1c1;font-size:11px;*/border-right:0px;margin-left:14px;/*float:right;padding: 0px 24px 0px 0px;position:relative;*/}
.main-colHdr #container #header ul .login a:hover {color:#FFF; background: none;}
.main-colHdr #header a {color:#ffffff;text-decoration:none;font-size:12px;font-weight:bold;padding: 7px 12px 13px 12px;	border-right: 1px solid #ffffff
}
.main-colHdr #header a:hover {background:#900;}
.main-colHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #eee1c1;
}
.main-colHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#eee1c1;
}
.main-colHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	font-size:9px;
	color:#666;
}
.properties {}
.properties img {padding: 10px 10px;}
.properties p {}
.properties table{margin: 0px 100px 50px 100px}
#floorplans {height: 250px;}
#floorplans div {float:left;}
#floorplans h3 {padding-left:0px}
.section {
	width: 700px;
	height: 550px;
}
.section2 {
	float:left;
	padding: 0px 0px;
	text-align: center;
}
.section4 {
	float:left;
	width:160px;
	text-align: center;
	padding:0px;
}
.section4 img {border:none;padding:0px;}
/*.section2 img {
	border: 1px solid #333333;
	position: relative;
	left:10px;
}*/
.lft {
	padding: 0 0 15px 0;
	width: 50px;
}
.lft2 {
	padding: 0 0 15px 0;
	width: 250px;
}
.set {	
	/*padding: 0px 0px 0px 0px;
	width: 15px;*/
}

.prop_spec {	
	color:#000000;
	font-size: 12px;
}
.prop_spec .top {
	padding: 25px 0px 0px 0px;
	height: 35px;
vertical-align:bottom;
}
.prop_spec .va {
	vertical-align:top;
	text-align: left;
}
.prop_spec .top2 {
	padding: 25px 0px 0px 0px;
	height:35px;
	vertical-align:bottom;
}
in3 {font-size:16px;}
.prop_spec table {
	margin-left:0px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 12px;
	color: #000000;
	width: 100%;
	text-align:left;
}
.prop_spec img {
	vertical-align: middle;
	border:none;
}
.prop_spec th {
	text-align:left;
	vertical-align:top;
	width: 0px;
	height:5px;
}
.prop_spec td {
	text-align:left;
	vertical-align: top;
	/*border:1px solid black;*/
}
#grn {position:absolute;top:22px}
#grn img {position:relative;top:5px;left:720px;}
.av {color:#009933;font-weight:bold}
.oc {color:#ff0000;font-weight:bold}
.back {margin-top:20px;}
.back a {font-weight:normal;color:#333;font-size:12px;text-decoration:none;}
.back a:hover {text-decoration:underline;}
a img {border:none;}
.announce {width:100%;color:#333;padding:5px 0px;background:#FC6;text-align:center;margin:0px 0px -10px;}
