body {
	color: #ffffff;
	background: #f5ffae;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 5px;
	text-align: center;
}

#main {
/* contains everything */
	width: 770px;
	margin: 0 auto;
	border: 1px solid #544741;
	background: #000 url(images/mainbodybg.gif) top left repeat-y;
}

#header {
/* contains the top nav text and mountain scene */
	position: relative;
	width: 770px;
	height: 77px;
	text-align: right;
	color: #fff;
	background: #002416 url(images/sitetop.jpg) top left no-repeat;
}

#header-logo {
/* div for the logo */
	float: left;
	margin: 1px 0px 0px 1px;
}

#header-name {
	float: left;
	color: #fff;
	font-size: 18pt;
	font-weight: bold;
}

#header-nav {
	position: absolute;
	right: 0px;
	bottom: 0px;
	text-align: right;
	font-size: 12pt;
	/*margin-top: 58px;*/
}

#header-nav a {
/* nav links in header */
	margin: 60px 3px 2px 3px;
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}

#header-nav a:hover {
	text-decoration: underline;
}

#topbar {
/* top seperator bar */
	width: 770px;
	height: 10px;
	color: #fff;
	background: #544741 url(images/sitebartop.gif) top left repeat-x;
}

#mainbody {
/* contains central information */
	width: 770px;
	padding: 0;
	margin: 0;
}

#side {
/* contains side/sub nav */
	width: 210px;
	height: 273px;
	padding: 0;
	margin: 0;
	float: left;
	color: #fff;
	background: transparent url(images/siteside.jpg) top left no-repeat;
	text-align: left;
}

#side p {
	padding: 2px 5px 5px 5px;
	font-size: 9pt;
	font-weight: bold;
}

#side ul {
	list-style: none;
	margin: 5px 5px 5px 3px;
	padding-left: 0;
	display: block;
}

#side ul li {
	padding: 5px;
	display: block;
}

#side ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 2px;
	background: #be8432 url(images/subnavgrad.gif) top left repeat-y;
}

/*#side ul li a:hover {
	color: #fff;
	background: #be8432;
}*/

#midbar {
/* mid seperator bar */
	width: 8px;
	height: 273px;
	padding: 0;
	margin: 0;
	float: left;
	background: transparent url(images/sitebarside.gif) top left repeat-y;
}

#body {
/* contains main information */
	float: left;
	width: 552px;
	/*height: 273px;*/
	padding: 0;
	margin: 0;
}

#bodytop {
	color: #fff;
	background: #c6c49b url(images/bodybgtop.jpg) top left no-repeat;
	padding: 0;
	margin: 0;
	width: 552px;
	height: 11px;	
}	

#bodytxt {
	margin: 0;
	padding: 2px 4px 4px 8px;
	color: #fff;
	background: #c6c49b url(images/bodybg.jpg) top left repeat-y;
	text-align: left;
}

/* Holly hack for IE bug where text was disappearing */
*html #bodytxt {
	height: 0.01%;
}

#bodytxt h2 {
/* page title */
	font-size: 14pt;
	font-weight: bold;
	margin: 0px 5px 5px 0px;
}

#bodytxt h3 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0px;
/*	border-bottom: 2px solid #fff; */
}

#bodytxt a {
	color: #eabe8f;
}

#bodytxt a:visited {
	color: #c88b48;
}

#bodytxt a:hover {
	color: #eade8f;
}

#botbar {
/* bottom seperator bar */
	width: 770px;
	height: 11px;
	clear: both;
	color: #fff;
	background: #544741 url(images/sitebarbot.gif) top left repeat-x;
}

#bottext {
/* bottom text for front page */
	color: #a57e6d;
	background-color: #001709;
	padding: 5px;
	text-align: center;
}

#footer {
/* contains promo material */
	width: 770px;
	height: 100px;
	/* old height: 161px */
	color: #fff;
	background: #005e3a url(images/sitebot2.jpg) top left no-repeat;
}

#footer-salescopy {
	padding-top: 5px;
	font-size: 18pt;
	font-weight: bold;
}

#footer-salescopy a {
	color: #fff;
}

#footer-text, #footer-credit, #footer-credit a {
	color: #00340f;
	text-align: right;
	font-size: 8pt;
	padding-right: 2px;
	width: 770px;
	margin: 0px auto;
}

#header-contact {
	display: none;
}

#packet-download {
    border: 1px solid #fff;
    padding: 4px;
    font-size: 12pt;
    background-color: #266b13;
}

#packet-download a:link, #packet-download a:visited {
    color: #c4dcbb;
}

#frontimagetext {
    width: 552px;
    position: absolute;
    color: #fff;
    font-size: 20pt;
    height: 273px;
    font-weight: bold;
}

.soldbar {
	background-color: red;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	width: 540px;
}

