body{
	margin: 0px;
	padding: 0px;
	background: #F5F5EB;
	color: #77481A; /*brown*/
	font-family: Georgia, Times New Roman, Times, serif;
	text-align: center;
}
h1, h2, h3, p{
	margin: 20px;
}
h1{
	font-size: 18pt;
	font-weight: normal;
	color: #596A2F;
}
h2, .h2{
	font-size: 16pt;
	font-weight: normal;
	color: #98A031;
}
h3, .h3{
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #596A2F;
}
.categoryhdr{
	padding: 5px;
	background: #596A2F;
	color: #ECEBD7;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
}
p, li{
	font-size: 75%;
	line-height: 175%;
}
li{
	margin-right: 20px;
}
a{
	color: #4E5E27;
}
a:hover{
	color: #A7A32A;
}
img{
	display: block;
	border: 0px;
}
hr{
	margin: 10px;
	height: 1px;
	background-color: #A7A32A;
	border: 0px;
}
#page{
	margin: 0px auto;
/*	max-width: 932px;
	width:expression(document.body.clientWidth > 932? "932px": "auto" ); /* IE Max-Width Hack */
	width: 752px;
	text-align: left;
	background: #F2F1E4;
/*	border: 1px solid #BEB977;*/
	background: #ECEBD7 url(images/bg_pattern.gif) repeat-x top left;
}
#header{
	padding-top: 30px;
	padding-bottom: 1px;
/*	height: 270px;*/
}
#header_content{
	margin-left: auto;
	width: 300px;
	text-align: center;
}
#header img{
	margin: 0px auto;
}
#header_content p{
	margin: 15px;
}

#mainnav, #subnav{ font-size: 10pt; font-weight: bold; }
#mainnav table, #subnav table{ margin: 0px auto; }
#mainnav a, #subnav a{ display: block; padding: 8px 16px; text-decoration: none; }

#mainnav{ background: #596A2F; }
#mainnav a{ background: #596A2F; color: #F2F1E4; }
#mainnav a:hover{ background: #98A031; }

#subnav{ background: #98A031; }
#subnav a{ background: #98A031; color: #F2F1E4; }
#subnav a:hover{ background: #DCD7B4; color: #77481A; }

#pageheader{
	padding-top: 50px;
	background: #ECEBD7 url(images/bg_pageheader.gif) repeat-x top;
}
#pageheader table{
	margin: 0px auto;
	width: 90%;
}
#pageheader img{
	margin: 0px auto;
}

#chocolatenav{
	padding: 1px;
	background: #DCD7B4 url(images/bg_chocolatenav.gif) repeat-x bottom;
}
#chocolatenav h1{
	color: #F2F1E4;
}
#chocolatenav table{
	margin: 0px auto 0px;
	width: 90%;
}
#chocolatenav img{
	margin: 0px auto;
}
#body{
	width: 100%;
	text-align: left;
}

.content{
	padding: 10px;
}
#right_column{
	width: 300px;
	background: #DCD7B4;
/*	border-left: 1px solid #BEB977;*/
}

#wholesale{
	margin: 20px;
	padding: 5px;
	background: #98A031;
	color: #F5F5EB;
	text-align: center;
}
#wholesale p{
	margin: 5px;
}




#footer{
	padding: 1px;
	background: #84521F;
	color: #ECE9D8;
	text-align: center;
}
#footer p{
	margin: 15px;
}
#footer a{
	color: #ECE9D8;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#credit{
	margin: 5px;
	font-family: Verdana;
	font-size: 70%;
	color: #B9B38A;
}
#credit a{
	color: #B9B38A;
	text-decoration: none;
}
#credit a:hover{
	color: #77481A;
	text-decoration: underline;
}