/* dark header */
#header {
	position: relative;
	height: 112px;
	overflow: hidden;
	background: #710000 url(../images/header-bg.png) repeat-x;
}

#logo {
	position: absolute;
	top: 42px;
	left: 750px;
	display: block;
	width:350px;
	height: 96px;
	background: url(../images/logo.png) no-repeat;
}

#top {
	height: 60px;
	padding-top: 35px;
	overflow: hidden;
	margin-left: 395px;
	margin-bottom: 10px;
	margin-right: 25px;
	color: #F1EEE6;
}
