@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #FCFCFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}

.oneColFixCtrHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px double #666666;
}

.oneColFixCtrHdr #header {
	padding: 0;
}

img {
}


.oneColFixCtrHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.oneColFixCtrHdr #mainContent {
	background-color: #FFFFFF;
	padding-top: 40px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 40px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	border-top-width: 2px;
	border-top-style: solid;
	padding-top: 10px;
}

a {
	color: #333333;
}

a:hover {
	color: #999999;
}


p {
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}


.oneColFixCtrHdr #footer {
	border-top-width: 1px;
	border-top-style: double;
	border-top-color: #666666;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #CCCCCC;
	font-size: 40px;
	height: 50px;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #666666;
	padding: 15px;
}

.oneColFixCtrHdr #container #header #featured listings {
	float: right;
	height: 40px;
	width: 450px;
}

.oneColFixCtrHdr #container #footer img {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}


.oneColFixCtrHdr #container #header #search for properties {
	float: right;
	height: 40px;
	width: 450px;
}
