/* dark header */
#header {
	position: relative;
	height: 205px;
	overflow: hidden;
	background: #003333 url(../images/header-bg.png) repeat-x;
}

#sub_header {
	position: relative;
	top: 0;
	height: 50px;
	overflow: hidden;
	background: #003333 url(../images/sub_header.png) repeat-x;

}

#access {
	position: absolute;
	z-index: 10000;
	top: 10px;
	right: 0px;
	width: 200px;
	height: 50px;
	overflow: hidden;
}


#logo {
	position: absolute;
	top: 80px;
	left: 90px;
	display: block;
	width: 221px;
	height: 100px;
	background: url(../images/logo.png) no-repeat;
}
#top {
	z-index: 11000;
	top: 57px;
	height: 205px;
	padding: 0px;
	overflow: hidden;
	margin-left: 383px;

}

