h1 {color:#496827;}
/* Header */
#header {
	border-top: 5px solid #8c816f;
}
#header #logo a {
	color:#496827;
}
#header-area {
	background-color: #8c816f;
}

/* Navigation */
#nav {
	background: url(../images/nav-bg-green.png) repeat-x top;
}
#nav ul li:hover, #nav ul li.nav-selected {
	background-color:#496827;
}
#nav li ul {
	background-color:#496827;
}
#nav li li:hover {
	background-color:#3d5720;
}

/* Feature */
#feature .grid_16 .inner {
	border-bottom:5px solid #597d30;
}

/* Sections */
#sections {
	background: url(../images/sections-bg-brown.jpg) repeat-y center top !important;
}
#sections h3 {
	border-bottom:3px solid #8c816f;
}

/* Wrapper */
#wrapper .container_16 {
	background: url(../images/content-divider-brown.gif) repeat-y;
}

/* Breadcrumbs */
#breadcrumbs {
	background-color: #ebe3d5;
}

/* Sub Navigation */
ul.sub-nav li a {
	background: url(../images/arrow-green.png) no-repeat;
}

/* Footer */
#footer {
	border-top:1px solid #8c816f;
}
#footer .inner {
	background-color:#8c816f;
}

/* Misc */
.button {
	background: url(../images/arrow-green.png) no-repeat;
}
.box {
	background-color:#ebe3d5;
}