body {
	background: #ffffff;
	color: #000000;
	border: 0;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
}

/* ----- general ----- */
.spacer {
	clear: both;
	margin:0px;
	padding:0px;
}

.hidden {
	display: none;
}

/* ----- HEADER STYLES ----- */
#header {
	border-bottom: 4px #666666 solid;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	color: #000000;
	background: #333333;
	margin: 0;
	padding: 0;
	/* box model hack. greets to Tantek Celik. */
	height: 66px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 62px;
}
	/* be nice to opera */
html>body #header {
	height: 62px;
}

#logo {
/*	float: left; */
	text-align: left;
	width: 192px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	left: 0px;
}

#textlink {
	display: inline;
	position: relative;
	top: 0px;
	float: right; 
	background-image: url("/schemes/midnight/img/midnight_globalnav_widget.gif");
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
	text-align: right;
	height: 17px;
	width: 17px;
}

#textlink #hidden {
	display: inline;
}

#globalnav {
	white-space: nowrap;
	display: inline;
	width: auto; 
	background: #000000;
	color: #ffffff;
	border-bottom: 2px #666666 solid;
	top: 0;

	float: right;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	vertical-align: middle;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 2px;
	padding-right: 5px;
	/* box model hack. greets to Tantek Celik. */
	height: 17px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 15px;
}
	/* be nice to opera */
html>body #globalnav {
	height: 15px;
} 

#globalnav a {
	color: #ffffff;
	text-decoration: none;
	background: #000000;
}

#globalnav a:hover {
	color: #999;
	text-decoration: none;
}

h1 {
	white-space: nowrap;
	overflow: visible;
	position: absolute;
	top: 30px;
	left: 205px;
	font-size: 20px;
	width: 520px;
	color: #ffffff;
	background: #333333;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Impact, Haettenschweiler, sans-serif;
	font-weight: normal;
	font-style: normal;
}

