/* Print Style Sheet for sacredheartng.org.uk */
	
/* Page components */
#wrapper {
	position: absolute;
	left: 0px;	
	top: 0px;
	width: 100%;
	height: 100%;
}

#pageheader {
	display: none;
}
	
#icon {
	display: none;
}

#header {
	display: none;
}

#page {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0px;
}

#menu {
	display: none;
}

#contentbox {
	margin-left: 0px;
	width: auto;
	height: 100%;
	border: 0px;
}