body, #TopShadow, #MiddleShadow, #BottomShadow, #Footer   { 
	background: none !important;
}

#PageContainer {
	width: auto;
}

#PageContainer.Home  {
	width: 831px; 
	/* Homepage will print better if we just let the browser scale it. Plus it stops IE7 crashing on print preview */
}

#MainContent {
	width: 440px;
}

.DoNotPrint, #TopNav, .Results #SearchContainer { 
	display: none !important;
}

#Top {
	border-bottom: 3px #2d2a6a solid;
	margin-bottom: 10px;
}

#Footer {
	width: 100%;
	clear: both;
	border-top: 1px #ccc solid;
}

.Results #SearchResults {
	width: auto;
	float: none;
	margin-top: 20px;
}






