
#header {
	position: relative;
	height: 100px;
	overflow: hidden;
	background: #01273B url(../images/header-bg.png) repeat-x;
}


#logo {
	position: absolute;
	top: 23px;
	left: 250px;
	display: block;
	width:500px;
	height: 66px;
	background: url(../images/logo.png) no-repeat;
}

#top {
	height: 101px;
	padding-top: 35px;
	overflow: hidden;
	margin-left: 395px;
	margin-bottom: 10px;
	margin-right: 25px;
	color: #F1EEE6;
}