/* everything we want to hide away */
#navigation, #searchForm, #footer, #topButton, #bodyRightColumn, #address, 
#topBar, #pageTemplate_imgHeader, h3, #bodyLeftColumn
{
	display: none;
}

#pageContainer { width: auto !important; }

/* layout differences */
#bodyCenterColumn, #content
{
	background-image: none;
	overflow: visible !important;
	padding: 0 !important;
}
#bodyCenterColumn { width: auto !important; float: none; }

#content, .list, .listItem
{
	float: left;
	width: auto !important;
	line-height: normal !important;
	float: none;
}

#printLogo
{
	display: block;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #CCC;
}