#sidenav {
	position: absolute;
	top: 15px;
	right: 10px;
	z-index: 3;
	width: 200px;
	background: #003251;
}

#sidenav .sidetop {
	color: #002d4a;
	width: 220px;
	height: 45px;
	background: url('../images/sidetop.png') center no-repeat;
	position: relative;
	left: -10px;
	z-index: 6;
}

ul#tabs {
	margin: -35px 0 0px 0;
	height: 32px;
	text-align: center;
	padding: 0;
}

ul#tabs li {
	background: url('../images/bottom-tab.png');
	margin: 0 5px 0 0;
	width: 242px;
	height: 32px;
	bottom: 0;
	float: left;
	list-style: none;
}

#content-page {
	background: white;
	width: 100%;
	position: relative;
	top: 15px;
	padding: 0 0 75px 0;
	-moz-box-shadow: 0px 0px 30px black;
}

#con-mid-page {
	min-height: 375px;
	height: auto;
	color: #00121F;
	width: 750px;
	padding-left: 15px;
}