#bodycontainer {
	z-index: 5;
	position: absolute;
	width:82%; min-width:700px; max-width:850px;
	width:expression(document.body.clientWidth < 853? "700px": document.body.clientWidth >=1036 ? "1036px": "82%" ); /*ie5,6 workaround */
	height: 82%; min-height:433px;max-height:578px;/*min-height:431px;max-height:578px;*/
	height:expression(document.body.scrollHeight < 522? "433px": document.body.scrollHeight >704 ? "578px" : "82%" );/*ie5,6 workaround */
	left:9%;
	top:9%;
	overflow: hidden;
	border: 1px solid #C7B471;
	border-top: 1px solid #AE7945;
	text-align:left;
	

}
#content {
	z-index:0;
	position: absolute;
	height: 100%; /*326px; max-height:578px;*/ 
	width: 100%;/*700px;*/
	border: 1px;
	left: 0px;
	top: 89px;	
}

#nav {
	z-index:1;
	position: absolute;
	height: 57px;width: 100%;left: 0px;top: 0px;
	background-color: #033c31;
}
#subnav {
	z-index:1;
	position: absolute;
	height: 32px;width: 100%;left: 0px;top: 57px;
	background-color: #455f40;
}
#snavAbout, #snavForSale, #snavServices, #snavResources, #snavContact {
	 visibility:hidden;position:absolute;top:9px;left:18px;
}
#tagline {
	z-index:2;
	position:absolute;
	right:9px;
	top:0px;
}	
#logo {
	position:absolute;
	top:0px;
	right:0px;
}
.body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:white;
}
.smalltext{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:13px;
}
.bodyhead {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:16px; margin-top:15px;margin-bottom:5px;
}
.bodysubhead {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold; margin-top:5px;
}
.smalltext SUP {font-family:"Courier New", Courier, mono;font-size:7px;line-height:13px;}
A {color:white;text-decoration:none;}
A:HOVER {color:white;text-decoration:underline;}
BODY {	background-color: #530000;}
LI {margin-bottom:5px;}
