body
{
	margin: 0;
	padding: 0;
}
#globalheader
{
	background: #000 url(/images/gb_hthbg.gif);
	position: relative;
	width: 100%;
	height: 30px;
}
body > #globalheader
{
	/* this selector is a hack to hide "fixed" from IE */
	position: fixed;
	top:0;
}
#globalheader img
{
	border: 0px;
}
#globalheader #container
{
	height: 30px;   
	position: relative;
}
#globalheader.full_centered #container
{
	width: 980px;
	margin: 0 auto;	  
}
#globalheader.full_centered #container a	   
{
	float:left;
}
#globalheader #container #navlinks
{
	position: absolute;
	left: 380px;
	top: 0px;
	width: 400px;
	text-align: right;
	border: 0;
}
#globalheader.full_centered #container #navlinks
{
	
	float:right;
	left: 0;		   	
	position: relative;
	right: 0;
	top: 0;
	width: auto;
	
}
#navlinks a
{
	margin: 0;
	float:none;
}
#STATUSZ
{
	font-size: 8pt;
	color: #ffffff;
	font-family: Tahoma;
}
