@charset "UTF-8";
/* CSS Document */

#header-nav,
.subnav,
#debug,
#datechooser,
.backlink,
.menu-sidebar,
.gb-sidebar,
.noprint {
	display: none;
}

.main {
	width: 950px;
}

#header-logobg {
	display: none;
}

#header-logobg-print {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 185px;
	height: 315px;
	z-index: 10;
}

#header {
	position: relative;
	width: 950px;
	height: 160px;
	background-color: #000000;
	text-align: right;
	padding-top: 16px;
}

#header-logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 166px;
	height: 258px;
	padding: 32px 11px 25px 8px;
	z-index: 11;
}

#sidebar {
	position: absolute;
	top: 330px;
	left: 8px;
	width: 166px;
}

#content {
	clear: both;
	position: relative;
	width: 730px;
	padding: 20px;
	margin: 0px 0px 0px 180px;
}