/* dark header */
#header {
	position: relative;
	height: 5px;
	overflow: hidden;
	background: #D3D3D3;
}

#logo {
	position: absolute;
	top: 35px;
	left: 25px;
	display: block;
	width:150px;
	height: 66px;
	background: transparent;
}

#top {
	height: 60px;
	padding-top: 35px;
	overflow: hidden;
	margin-left: 395px;
	margin-bottom: 10px;
	margin-right: 25px;
	color: #F1EEE6;
}