@charset "UTF-8";
body {
	margin: 0; /* 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: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #900;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
h1 a {
	color: #900;
	text-decoration: underline;
}
p a {
	color: #900;
	font-weight: bold;
}
a {
	color: #900;
}
.plista   {
	color: #ffcc00;
	text-decoration: underline;
	font-weight: bold;
}
.oneColFixCtrHdr #container {
	width: 990px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer p a {
	color: #fc0;
}
.oneColFixCtrHdr #nav {
	height: 28px;
}
.oneColFixCtrHdr #header {
}
.oneColFixCtrHdr #mainContent {
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	color: #000;
	padding: 10px;
	clear: both;
}
.searchmls {
	border: thin dotted #ffcc00;
}
.oneColFixCtrHdr #footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	height: 136px;
	margin-top: 10px;
	clear: both;
	position: relative;
	padding-right: 300px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 5px;
	color: #fff;
	font-size: 80%;
}
.oneColFixCtrHdr #sitemap {
	color: #fff;
	font-size: 90%;
	float: right;
	padding-right: 10px;
	width: 480px;
	text-align: right;
	clear: none;
}
.oneColFixCtrHdr #searchmls {
	float: left;
	padding-left: 10px;
	font-size: 90%;
	color: #fff;
	width: 490px;
}
.fltrt {
	float: right;
}
.fltlft {
	float: left;
	margin-right: 20px;
}
.profile {
	clear: right;
	overflow: auto;
	font-size: 90%;
	border: thin dotted #ffcc00;
	margin: 10px;
	padding: 20px;
}
.oneColFixCtrHdr #container #rightColumn h2 {
}
.oneColFixCtrHdr #container #rightColumn h3 a {
	color: #FC0;
	text-decoration: underline;
}
.listing {
	clear: right;
	overflow: auto;
	font-size: 90%;
	border: thin dotted #ffcc00;
	margin: 10px;
	padding: 20px;
}
.oneColFixCtrHdr #container #rightColumn h2 a {
	color: #ffcc00;
}
.oneColFixCtrHdr #container #rightColumn h1 {
}
.social {
	margin-right: 10px;
}
.ad   {
	text-align: center;
	margin-left: 330px;
}

