/* hide various elements */
#mainNav,
#toolBox {
	display: none !important;
}

#header {
	margin: 0;
	height: auto;
}

#logo {
	padding-top: 0px;
	padding-bottom: .2in;
	width: 90%;
}

body, 
#body, 
#header, 
#homeFlash,
#homeNewsSections {
	background: none !important;
}

#body {
	width: auto;
}

.mainContent {
	margin: 0;
	width: 65%;
	_overflow: hidden;
}

.bioMainContent {
	width: 40%;
	margin-left: 2%;
}

#contentSidebar {
	width: 20%;
	margin: 0;
	background: none;
	float: right;	
}

#bioSidebar {
	clear: both;
	float: left;
}

body, #body, #homeFlash {
	margin: 0;
	height: auto;
}

#homeNewsSections {
	margin: 0;
	padding-top: 0;
}

#homeNewsSections div,
#homeNewsSections div ul {
	width: auto !important;
	height: auto !important;
	min-height: 0;
	float: none !important;
	background: none;
}

/* hide PNG logo in IE6 because it has major issues */
#logo span {
	display: none !important;
}
