body {
	background-image: url('images/bg.png');
	background-repeat: no-repeat;
	background-color: #586f3a;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

a {
	text-decoration: underline;
	color: black;
}

#logo {
	position: absolute;
	top: 32px;
	left: 29px;
	display: inline;
}

#wrapper {
	width: 985px;
	margin: 13px 10px 0 10px;
}
	

#subnav {
	color: white;
	font-size: 12px;
	text-transform: uppercase;
	text-align: right;
	font-weight: bold;
}
	
.subnav {
	color: white;
	text-decoration: none;
}

a.subnav:hover {
	text-decoration: underline;
}

#mailing_list {
	margin: 34px 0 0 0;
	float: right;
	font-size: 12px;
	line-height: 10px;
	color: white;
	font-weight: bold;
}

.mailing_list_signup {
	height: 12px;
	padding: 2px;
	width: 180px;
}

#nav {
	float: right;
	margin: 10px 0 0 0;
}

#box {
	margin: 20px 0 0 0;
}

#box_bg {
	background-image: url('images/box_bg.gif');
	width: 945px;
	min-height: 498px;
	padding: 0 15px 0 20px;
	margin: 0px;
}

#box_shadow {
	background-image: url('images/box_right.png');
	background-repeat: repeat-y;
}

#header {
	padding-bottom: 10px;
	color: #455f24;
	font-size:20px;
	line-height: 20px;
	font-weight: bold;
	position: relative;
	top: -5px;
	text-transform: uppercase;
}

#store_pic {
	margin: 0 5px 0 0;

}

#right_20 {
	padding-right: 10px;
}

.efInpt {
	width: 200px;
	border: 1px solid #aaaaaa;
	}

.efInptShort {
	width: 120px;
	border: 1px solid #aaaaaa;
}


.subheader_black {
	font-weight: bold;
	font-size: 14px;
}

hr {
	color: #cfcfcf;
	margin-bottom: 10px;
}

#footer {
	color: white;
	text-transform: uppercase;
	padding: 10px 0 20px 0;
	font-size: 11px;
	text-align: center;
}

.white {
	color: white;
}

/* BLOG */

#content {
	margin:0px;
	padding:0px;
}

.narrowcolumn {
	float:left;
	margin:0px;
	padding:0px;
	width:650px;
}

#sidebar {
margin-left:670px;
width:190px;
}



