/*Change Nav Bar color*/
ul#tabs {background:#272725;font-weight: bold}
/*Change Font Color of Tabs*/
ul#tabs li a {color:#fff;}
/*Color of Not Active Tabs*/
ul#tabs li{background:transparent;}
/*Color of Tab and Text at Roll Over*/
ul#tabs li a:hover {background: #7EA08F;text-decoration: none;font-weight: bold; color:#fff}
/*Color of Tab and Text when Selected*/
 ul#tabs li.current_page_item a, ul#tabs li.current-cat a {background: #7EA08F;text-decoration: underline; color:#7EA08F font-weight: bold}

.custom #header {background: url(images/FIM_Header.png) no-repeat; height: 200px; width: 950px;}
 /**/       
.custom #header {border-bottom: none; }

/*---:[ Set 1: solid background with no borders around your "page" area ]:---*/
body.custom { background: #272725; padding:2em; }
.custom #page { background: #fff; }

/*CHANGE SIDEBAR COLORS & POSITION*/
.custom #sidebars {background-color: #7EA08F ; margin-top:-4.45em; height:120em;
}

/*Change Footer Color*/
.custom #footer {background-color: #272725 ; }

.custom #after_sidebars { background-color: #7EA08F; }
	
	
		