body {
	margin: 20px auto 20px auto;
	padding: 0px;
	background: #ffffff url(../images/bkgrnd.gif) repeat-x 0px 97px;
	text-align: center; /* IE tweak */
}
#header {
	margin: 0px auto 5px auto;
	width: 900px;
	text-align: left;
}
#content {
	width: 900px;
	height: 380px;
	margin: 0px auto;
	background: transparent;
	z-index: 1;
}
/*** Nav bar Styles ***/
#nav {
	float: left;
	width: 127px;
	margin-right: 20px;
}
#navitems {
	background: url(../images/menu_bkgrnd.gif) repeat-y;
	color: #63585f;
	width: 127px;
	margin: 0px;
	font: 12px/18px arial, helvetica, sans-serif;
	z-index: 6;
}
#navitems a {
	text-decoration: none;
	color: #63585f;
}
#navitems a:hover, #navitems .on {
	text-decoration: none;
	color: #ffffff;
}
/*** Main Text Styes ***/
#maintext {
	float: right;
	font: 12px/16px arial, helvetica, sans-serif;
	text-align: left;
	color: #63585f;
	width: 750px;
	height: 380px;
	overflow:hidden;
}
#maintext a {
	color: #63585f;
}
#maintext a:hover {
	color: #b0b579;
	text-decoration: none;
}
#maintext hr {
	border: 1px dotted #fff;
	margin: 20px auto;
}
#maintext input, select, textarea {
	margin-bottom: 3px; 
	padding: 2px;
	border: 0px;
	background: #fff;
}
#maintext ul {
	display: inline;
	list-style: disc outside url(../images/disc.gif);
	marker-offset: 15px;
}
#maintext li {
	margin: 0 0 5px 50px;
}
.pricehead {
	text-transform: uppercase;
	font-weight: bold;
}
.pricesubhead {
	font-weight: bold;
}
#gallery {
	margin: auto 0 auto -50px;
	vertical-align: middle;
	text-align: center;
	font: 12px/20px arial, helvetica, sans-serif;
}
#gallery a {
	color: #63585f;
	text-decoration: none;
}
#gallery a:hover {
	color: #b0b579;
	text-decoration: none;
}
#maintext h1 {
	color: #88604f;
	display: inline;
	font: bold 14px arial, helvetica, sans-serif;
}
#maintext h2 {
	color: #ffffff;
	display: inline;
	font: 12px arial, helvetica, sans-serif;
	text-transform: uppercase;
}
#pricinglist {
	text-align: center;
	line-height: 22px;
}
/*** Scrollbar styles ***/
#scroller {
	width: 715px;
	height: 350px;
	float: left;
	margin-top: 15px;
}
#scrollContent {
	width: 715px;
	text-align: left;
}
#scrollBar {
	float: right;
	width: 16px;
	height: 350px;
	cursor: pointer;
	margin-top: 15px;
}
#scrollBack {
	float: right;
	width: 16px;
	height: 10px;
	background: url(../images/scroll_top.gif) no-repeat;
}
#scrollKnobContainer {
	float: right;
	width: 8px;
	height: 325px;
	margin-bottom: 2px;
	margin-right: 4px;
	background: #B6A8AA ; /* url(../img/scrollBar.gif) */
}
#scrollKnob {
	width: 8px;
	background: #ffffff url(../img/scrollKnobBg.gif);
}
#scrollForward {
	float: right;
	width: 16px;
	height: 10px;
	background: url(../images/scroll_bottom.gif) no-repeat;
}
/*** Footer Styles ***/
#footer {
	margin: 20px auto 20px auto;
	text-align: center;
	width: 900px;
	min-height: 67px;
}
#footer .footertext {
	float: left;
	width: 570px;
	font: 12px/16px arial, helvetica, sans-serif;
	color: #9c9294; /* 9c9294 63585f */
	text-align: left;	
}
#footer .logotype {
	float: right;
	margin-right: 35px;
}


