/* NZGO print style sheet */

html {
	background: none !important;
}

#Container {
	background: none !important;
	width: auto !important;
}

#Border {
	width: auto !important;
	margin: 0 !important;
}

#Header {
	background: none !important;
	height: auto !important;
	background-color: #B4D1CA !important;
	width: auto !important;
}
	#Header #Logo {
		float: none !important;
		width: auto !important;
		padding: 10px 15px !important;
	}
		#Header #Logo h1 a {
			background: none !important;
			display: inline !important;
			width: auto !important;
			padding: 0 !important;
		}
	#HomePage #Logo {
		height: auto !important;
	}
		#HomePage #Logo h1 {
			width: auto !important;
		}
	#Header #SearchHolder {
		display: none !important;
	}
	#Header #Banner {
		display: none !important;
	}

#Layout #Sidebar {
	display: none !important;
}

#Layout #Content {
	background: none !important;
	background-color: #ffffff !important;
	float: none !important;
	width: auto !important;
}
	#Layout #Breadcrumbs {
		display: none !important;
	}
	#Layout #Content .typography {
		width: auto !important;
		margin: 15px !important;
	}
	
#Footer {
	display: none !important;
}