body {
	background: #a68551 url(../graphics/bkg.gif);
	margin: 15px;
	background-attachment:fixed;
}

#wrapper {
	width:819px;
	margin:10px auto;
	 position:relative;
}

#cornerL{
	width:11px;
	height:457px;
	vertical-align:top;
	float:left;
	border:0;
	margin:0;
	padding:0;
	background:#96763d;
}

#cornerR{
	width:11px;
	height:457px;
	vertical-align:top;
	float:right;
	border:0;
	margin:0;
	padding:0;
	background:#96763d;
}


#photo {
	background:#96763d;
	margin:0;
	padding:0;
	float:left;
	height:457px;
}
#cornerLsub{
	width:11px;
	height:246px;
	vertical-align:top;
	float:left;
	border:0;
	margin:0;
	padding:0;
	background:#96763d;
}

#cornerRsub{
	width:11px;
	height:246px;
	vertical-align:top;
	float:right;
	border:0;
	margin:0;
	padding:0;
	background:#96763d;
}

#photosub {
	background:#96763d;
	margin:0;
	padding:0;
	float:left;
	height:246px;
}

#content {
	background:#F0D49F;
	margin:0px;
	padding:10px 30px 30px 30px;
	border:solid 11px #96763d;
	border-top:0px;
	border-bottom:0px;
	min-height:130px;
}

#bracket {
	position:absolute;
	top:495px;
	left:35px;
	float:left;
	width:35px;
	height:96px;
	z-index:1;
	background:url(../graphics/bracket.gif) top left no-repeat;
}

#bracketsub {
	position:absolute;
	top:285px;
	left:35px;
	float:left;
	width:35px;
	height:96px;
	z-index:1;
	background:url(../graphics/bracket.gif) top left no-repeat;
}


#walnut {
	position:absolute;
	top:426px;
	right:11px;
	float:right;
	z-index:10;
}
#home {
	width:460px;
	z-index:20;
	position:relative;
	left:0px;
	padding:50px 0px 20px 0px;
}

#home p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height:220%;
	margin:0 0 10px 10px;
}

a, a:visited {
	color: #3E4800;
	text-decoration:underline;
}
a:hover {
	color: #3E4800;
	text-decoration:none;
}


#page ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height:220%;
	margin:0 0 8px 40px;
	padding:0;
}



#page {
	margin:0px 5px 10px 0px;
	padding:0;
}

#page p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height:160%;
	margin:0 0 10px 12px;
}


table.products {
	margin:20px 0px;
}


table.products tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	color:#3F3015;
}

.sideleft {
	background:url(../graphics/side-left.gif) left top repeat-y;
	width: 8px;
}

.sideright {
	background:url(../graphics/side-right.gif) right top repeat-y;
	width: 8px;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	margin:28px 0px 4px 10px;
	color:#3F3015;
	letter-spacing:0px;
	background: url(../graphics/icon-brown.gif) left top no-repeat;
	padding-left:25px;
}


h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	padding-left:25px;
	color:#3E4800;	
	background: url(../graphics/rule-green.gif) bottom center no-repeat;
	height:26px;
	margin:25px 0px 2px 12px;
	padding:0px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	padding-left:25px;
	color:#3E4800;	
	background: url(../graphics/rule-green-white.gif) bottom center no-repeat;
	height:26px;
	margin:5px 0px 2px 12px;
	padding:0px;
}


#footer {
	margin:0;
}


#credit {
	margin:15px 0px 20px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#473416;
	text-align:center;
}

#credit a:link, #credit a:visited {
	color:#473416;
	text-decoration:none;
}

#credit a:hover {
	color:#473416;
	text-decoration:underline;
}

#buttonsub {
	z-index:11;
	padding:0px 5px 0px 40px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	background-color: transparent;
	position:absolute;
	top:221px;
	left:0px;
	width:763px;
	}
	
	
#button {
	z-index:11;
	padding:0px 5px 0px 40px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	background-color: transparent;
	position:absolute;
	top:432px;
	left:0px;
	width:763px;
	}


#button ul, #buttonsub ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#button li, #buttonsub li {
		float: left; /* makes the list horizontal */
		padding: 0;
		margin: 0 8px 0 0;
		display: block;
		}

#button li a, #buttonsub li a {
		display: block;
		padding: 6px 11px 9px 11px;
		background-color: transparent;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a, html>body #buttonsub li a {
		width: auto;
		}

#button li a:hover, #buttonsub li a:hover {
		background-color: #32240b;
		color: #FFF;
		}
		
#button li.active, #buttonsub li.active {
		background-color: #F0D49F;
		border-bottom:solid 1px #F0D49F;
		}
		
#button li.active a, #buttonsub li.active a{
		color: #32240b;
		}

#button li.active a:hover, #buttonsub li.active a:hover {
		background-color: #F0D49F;
		color: #32240b;
		}

#clear {
	clear:both;
}

#rule {
	background: url(../graphics/rule-brown.gif) top center no-repeat;
	width:720px;
	height:14px;
	margin:20px 0px 20px 12px;
	padding:0px;
	text-align:center;
}