#header-global {
	overflow: hidden;
	_overflow: visible;
	_height: 1%;
	}
#site-logo {
	float: left;
	}
#global-nav {
	float: left;
	}
#global-nav ul {
	float: left;
	}
#myncbi-login {
	float: right;
	}

#header-local {
/*	overflow: hidden;*/
/*	_height: 1%;*/
	z-index:99; /* fix for IE: dropdown menu showing under fieldsets */
	}
#prj-logo {
	float: left;
	}
#local-nav {
/*	float: left;*/
	}
#toolbox {
	float: right;
	}
#local-login {
	float: right;
	clear: right;
	_clear: none;
	}
#local-login,
#myncbi-login,
#toolbox {
	float: none; /* Fixing bug in Firefox 1.5, 2.0 */
	_float: right; /* Fixing bug in IE 5, 6 */
	}
	
#local-nav {	
	height: 1%; /* IE fix for consistency */
}
	

#footer-links ul {
	clear: left;
	_float: left;
}


#main {
	float: left;
	width: 75%;
}
#side {
	float: left;
	width: 24.8%;
}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper {
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
}
/* easy clearing */
#content:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both;
	visibility: hidden;
}
#content {
	display: inline-block;
}
/*\*/
#content {
	display: block;
}
/* end easy clearing */
