/* Print styles */

header, #header {
	display: block;
	height: 155px;
}

#utilWrap, #searchWrap, nav, #navWrap, #headerRight, #sectionNav, footer, #footerWrap, #sectionFooterWrap, #breadcrumbs, #headerLeft {
	display: none;
}

#mainGrid {
	margin: 0px auto;
	width: 670px;
	background-color: #FFF;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none
	-webkit-box-shadow: none;
	zoom: 0; /* must have this hack for the property below */
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#FFF', Direction=135, Strength=3);
}

#sectionContent {
	float: left;
	width: 100%;
}

#sectionContent {
    float: none;
    background-color: #FFF;
    min-height: 650px;
    padding: .9375em;
    border: none;
}
