#page { padding: 0 2em }

ul#tabs {
	background: #015B76 url(../images/menu-bg.png) repeat-x;
}

ul#tabs li.current_page_item a {
	color:#FFFFFF;
	text-decoration:none;
	background:#004053; 
}

#header2 {
	background: #eee;
	padding: 20px;
}

#logo {
	display: block;
	background: url(../images/logo2.png) no-repeat;
	width: 467px;
	height: 69px;
	text-indent: -30000px;
	float: left;
	margin: 30px 45px 0 0;
}

#fish {
	background: url(../images/fish2.png) no-repeat;
	width: 398px;
	height: 131px;
	text-indent: -30000px;
	float: left;
}

#feature_box {
	border-bottom:1px solid #DDDDDD;
}

/*--------------------------------------
/* Clear
/*-------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


