body {
	color: #000;
	font-size: 10pt;
}

#header-container {
	height: 100px;
	background-color: #fff;
}

#header {
	padding-left: 10px;
	height: 230px;
	background: none;
}

#header h1 {
	color: #1e5e9b;
	font-size: 2.8em;
	top: 25px;
	position: absolute;
	display: block;
}

#header h2 {
	color: #555;
	position: absolute;
	top: 65px;
	font-size: 1.3em;
	display: block;
}

#topnav {
	display: none;
}

#navigation-container {
	display: none;
}
#subnavigation {
	display: none;
}
