#header {
	position: relative;
	height: 200px;
	overflow: hidden;
	background: #ffffff url(../images/header-bg.gif) repeat-x;
}
#access {
	position: absolute;
	top: 0;
	right: -20px;
	width: 100%;
	height: 20px;
	overflow: hidden;
}
#access #selectors {
	position: relative;
	height: 8px;
}
#access span {
	background-repeat: no-repeat;
}
#access a {
	text-decoration: none;
}
#access h2 {
		font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
		color: #ffffff;
		font-size: 9px;
}
#logo {
	position: absolute;
	top: 27px;
	left: 0px;
	display: block;
	width:918px;
	height: 173px;
	background: url(../images/logo.gif) no-repeat;
}
#top {
	height: 60px;
	padding-top: 35px;
	overflow: hidden;
	margin-left: 395px;
	margin-bottom: 10px;
	margin-right: 25px;
	color: #999;
}


