/* NAV STUFF */
.itemText { text-decoration: none; color: #FFF; font: 12px Helvetica, Arial; font-weight: normal;}
.itemHover { text-decoration: none; color: #000000; font: 12px Helvetica, Arial; font-weight: normal;}
.itemBorder { border: 0px solid black }

.mainNav {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}
.mainNav A {
	color: #826B50;
	text-decoration: none;
}
.mainNav A:hover {
	color: #FFF;
	text-decoration: none;
}
.mainNavOver {
	color: #826B50;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
.smallSpace {
    text-align: left;
    font-size: 3px;
    background-color: #485e29;
}
/* END NAV STUFF */

BODY {
	font-size: 11pt;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: 100%;
	background: url(/images/bkg.gif) repeat-y center;
}
#container {
	text-align: center;
	height: 100%;
	width: 770px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	background: #FFF;
	vertical-align: middle;
}
h3 {
	font-size: 24px;
	color: #CC0033;
	text-align: center;
}
h1 {
	font-size: 23px;
}
h2 {
	color: #000;
	font-size: 20px;
}
#topBanner {
	background: #826b50 url(/images/logo_topnav.gif) no-repeat left;
	height: 95px;
	text-align: right;
	vertical-align: top;
	padding: 0 10px 0 0;
	font-size: 9pt;
	color: white;
}
#topBanner A {
	text-decoration: underline;
	color: white;
}
#topNav {
	height: 35px;
	background: url("/images/bkg_under_links.gif") repeat-x;
}
#mainContent {
	text-align: left;
	padding: 0 15px;
}
#footer {
	border-top: 1px solid;
	padding-left: 15px;
	padding-right: 15px;
	width: 740px;
	margin: 0px auto;
}
#footer TD {
	font-size: 12px;
}
.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
A, H1, AREA {
	color: #7D94AF;
}
A:hover {
	color: #529CE0;
}
.price {
	color: green;
	font-size: 22px;
	font-weight: bold;
}
.setApart {
	color: green;
	font-weight: bold;
}
HR {
	color: #000;
    background-color: #000;
    height: 1px;
}
#leftColumn, #rightColumn {
	text-align: left;
	width: 350px;
}
#leftColumn {
	padding-right: 10px;
	float: left;
	border-right: 1px dotted;
}
#rightColumn {
	float: right;
}
.signed {
	color: #7D94AF;
	font-weight: bold;
	text-align: right;
}