body {
	color:#000;
	background-color:#f5e9b5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}
p, h2 {margin-top:0;}
#wrapper {
	width:812px;
	margin-right:auto;
	margin-left:auto;
	background:url(graphics/background.jpg);
}
#header {
	width:812px;
	height:131px;
	background:url(graphics/header.jpg);
}
#header h1, #header h2 {
	position:absolute;
	top: -1000px;
}
#midbar {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	height:25px;
	color:#fff;
	background-color:#b89a61;
	border-top:2px solid #585240;
	border-bottom:2px solid #585240;
}
#datebox {
	width:250px;
	float:left;
	margin-left:7px;
	font-size:12px;
	padding-top:4px;
}
#main {
	width:800px;
	margin-right:auto;
	margin-left:auto;
}
#content {
	width:612px;
	float:right;
	margin-right:21px;
}
#content a {
	color:#917246;
	background-color:transparent;
}
#content a:visited {
	color:#585240;
	background-color:transparent;
}
#left {
	width:157px;
	float:left;
	margin-left:2px;
}
#left div {
	margin-top:35px;
}

#navmenu {
	padding-top:2px;
	width:157px;
	background-image:url(graphics/navtop.gif);
	background-position:top left;
	background-repeat:no-repeat;	
}
#nav {
	list-style:none;
	margin:0; padding:0;
	background-color:#b89a61;
}
#navmenu li {
	margin-bottom:0;
	width:157px;
	float:left; /*important for ie7 */
	background-color:#b89a61;
	background-image:url(graphics/navbar.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
#nav #top {

}
#nav a, #nav a:visited { 
	display: block;	
	text-decoration: none;
	color: #fff;
	margin:0; padding:0;
	padding-left:5px;	
	width:152px;
	min-width: 152px;
	font-weight:bold;
	font-size:18px;
	line-height:27px;
	font-family:"Times New Roman", Times, serif;
	background-color:transparent;
	background-image:url(graphics/navshad.gif);
	background-position: top left;
	background-repeat:repeat-y;	
	}
#navmenu li a:hover { 
	color:#8f7044;
	background-color:#f5e9b5;
	background-image:url(graphics/navshad.gif);
	background-position: top left;
	background-repeat:repeat-y;
}
#footer {
	clear:both;
	width:800px;
	margin-right:auto;
	margin-left:auto;
	height:42px;
	color:#fff;
	background-color:#b89a61;
	border-top:2px solid #585240;
	font-size:10px;
}
#footer a, #footer a:visited {
	color:#fff;
	background-color:transparent;
	text-decoration:none;
}
#footer a:hover {text-decoration:underline;}
#footer div {
	padding:1px 2px 1px 7px;
}
#footbot {
	width:812px;
	height:6px;
	background:url(graphics/footbot.gif);
}
#d3web {
	float:right;
	text-align:center;
	width:125px;
}
.imgbrdr {border:1px solid #95784d;}
.smallertxt {font-size:80%;}
#left div .paypalbox {
	clear:both;
	margin-top:5px;
	width:149px;
	color:#000;
	background-color: #f5e9b5;
	border:1px solid #930;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	margin-bottom:0;
	padding-top:2px;
}
.salesitem {
	width:100%;
	margin-top:5px;
	margin-bottom:5px;
	min-height:100px;
}

/* CONTACT FORM */
#contact {
	padding:0; margin:0;
}
#contact ul {
	float:left;
	padding:0;
	margin:0;
	list-style:none;
}
#contact li {
	float:left;
	clear:left;
	width: 100%;
	padding-bottom:.25em;
}
#contact label {
	float: left;
	width:5em;
	margin-right:1em;
}
#contact p {
	clear:left;
	margin-top:.25em
	}
#Submit {
		width:auto;
		margin:0 0 0 6em;
		padding:0 2px 0 2px;
		} 