#nav_main, #breadcrumbs, #column_navigation, .hideme, #persistent, #search, #baseline ul, #footer, #accessory_modules, #login, .totop {
	display: none !important;
}
#featured_content {
	background: none !important;
	border: 0;
	margin: 0;
	height: auto;
}
#featured_content .message {
	color: #185394;
	position: static;
	padding-left: 15px;
	width: auto;
}
#featured_content .component {
	position: static;
	padding: 0 15px;
	width: auto !important;
}
#masthead {
	border-bottom: 5px solid #17A2A2;
	margin-bottom: 10px;
}
#logo_primary {
	position: static;
}
#column_main, #container {
	float: none;
	display: block;
	width: auto !important;
	zoom: normal; /* needed to offset iehacks and push container below featured_content message */
}
#page, #baseline {
	margin: 0;
	background: none !important;
}

/* turn off duplicate border */
body.popup #column_main {
	border-top: 0;
}
body.popup #masthead {
	margin-bottom: 0;
}

/* IE6 doesn't print with the appropriate width, believe 100% tables may cause stretching */
* html #page {
	width: 660px;
}

