body.custom {
    background: #324c1c;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #324c1c;
    border: 0.4em solid #3e3e3a;
}

.custom #page {
    background: #fff;
}

.custom #header { border-bottom:none;
height:140px;
padding-top:0;
padding-bottom:0;
background:url('images/banner5.jpg')
center left no-repeat; }

.custom #header #logo { display:none; }

.custom #header #tagline { display:none; }

}

/*change the background color of everything on the nav bar except tabs*/
.custom ul#tabs { background: #ffffff; }

/*change the background color of unselected tabs*/
.custom ul#tabs li a { background: #e75b2a; }
/*change the font color of unselected tabs*/
.custom ul#tabs li a { color: #ffffff }

/*change the background of color the selected tab*/
.custom ul#tabs li.current_page_item a { background: #304c1b }
/*change the font color of the selected tab*/
.custom ul#tabs li.current_page_item a { color: #ffffff }

.custom #image_box { 
background: #ffffff none repeat scroll 0 0;
}