@charset "utf-8";
body {
	font: 100% Tahoma, Geneva, sans-serif;
	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: #000000;
	background-color: #000;
}
.oneColFixCtr #container {
	width: 1080px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}
.oneColFixCtr #mainContentMain {
	background-image: url(../images/90plusbackground.png);
	height: 950px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
}
.oneColFixCtr #mainContent {
	background-image: url(../images/90plusbackground_watermark.png);
	height: 950px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
}
#hbar {
	background-image: url(../images/horizontal_rule.png);
	position: absolute;
	top: 149px;
	z-index: 1000;
	height: 20px;
	width: 100%;
	left: -9px;
}

#nav {
	font-family: "Adobe Caslon Pro";
	font-style: normal;
	font-weight: bold;
	position: relative;
	left: 100px;
	top: 415px;
	text-align: right;
	width: 100px;
	font-size: 15px;
	line-height: 40px;
}
.oneColFixCtr #nav img {
	margin-bottom: 10px;
	margin-top: 10px;
}

.navChosen {
	color: #000;
	background-image: url(../images/nav_plus.png);
	background-position: right center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.oneColFixCtr #nav a:link {
	text-decoration: none;
	color: #FFF;
}
.oneColFixCtr #nav a:active {
	color: #000;
	text-decoration: none;
}
.oneColFixCtr #nav a:visited {
	text-decoration: none;
	color: #FFF;
}
.oneColFixCtr #nav a:hover {
	color: #000;
}

.heading {
	font-family: "Adobe Caslon Pro";
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	font-size: xx-large;
}

.text {
	font-family: "Adobe Caslon Pro";
	font-size: 16px;
	color: #000;
	font-weight: normal;
	line-height: 22px;
}
.oneColFixCtr #orange {
	background-image: url(../images/orange_vertical.png);
	float: left;
	width: 4%;
	background-repeat: repeat-y;
	background-position: center center;
	height: 500px;
}

.oneColFixCtr #search_lots {
	font-size: 10px;
}
.sideLots {
	font-size: 10px;
	color: #FFF;
	padding: 5px;
	margin-top: 80px;
}

.oneColFixCtr .sideLots a {
	text-decoration: none;
	color: #FFF;
}
.oneColFixCtr .sideLots a:hover {
	color: #FFF;
	text-decoration: underline;
}
.horizonalRule {
	background-color: transparent;
	width: 100%;
	position: relative;
	top: 170px;
	background-image: url(../images/horizontal_rule.png);
	background-repeat: repeat-x;
	height: 22px;
	z-index: 1000;
	visibility: visible;
}
#email_signup{
	background-color: transparent;
	
	position: relative;
	top: -260px;
	left: 202px;
}

.oneColFixCtr #twoColumns {
	clear:left;
	position:relative;
	top:-120px;
	left:250px;
	padding:5px;
	color:#ff9900;
	width:612px;
	float:left;
	font-weight:bolder;
	background-color: #fff;
	background-image: url(../images/watermark.png);
	background-repeat: no-repeat;
	background-position: 200px 100px;
	overflow: hidden;
	height: auto;
}
.oneColFixCtr #admin a {
	color: #000;
	text-decoration: none;
}
.oneColFixCtr #admin a:hover {
	color: #CCC;
	text-decoration: underline;
}
#searchBox{
position:relative;
top:-224px;
left:269px;
color:#ff9900;
float:left;
width:170px;
font-weight:bolder;
}
#searchBox8{
position:relative;
top:-100px;
left:270px;
color:#ff9900;
float:left;
width:170px;;
font-weight:bolder;
}
#twitter{
overflow:visible;
text-align:center;
background:#000;
width:176px;
height:0;
}
#sms_club{
	overflow:visible;
	position:relative;
	top:735px;
	left:902px;
	background:#000;
	width:0;
	height:0;
}
.navPlus {
	position: relative;
	left: 205px;
}


#mainContentInner{
background:#fff;
position:relative;
top:-105px;
left:250px;
padding:10px;
color:#ff9900;
width:601px;
float:left;
font-weight:bolder;
background-image: url(../images/watermark.png);
background-repeat: no-repeat;
background-position: 200px 100px;
}

#post a:link,#post a:visited, #twoColumns a:link,#twoColumns a:visited,#mainContentInner a:link,#mainContentInner a:visited{
	color:#F90;
	text-decoration:none;
}
#post a:hover,#twoColumns a:hover,#mainContentInner a:hover{
	color:#000;
	text-decoration:underline;
}
.oneColFixCtr #footer {
	font-size: 12px;
	color: #000;
	clear: both;
}
.oneColFixCtr #footer a {
	font-size: 12px;
	color: #999;
	text-decoration: none;
}
.oneColFixCtr #footer a:hover {
	font-size: 12px;
	color: #000;
	text-decoration: underline overline;
}
