@page {
	size: auto;
}

#everything {
	width: 100%;
}

.noprint {
	display: none;
}

/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/*	TOP is where the banner "All Saints Anglican Parish" appears in <h1>	*/
/*	and not much else														*/
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
#top {
	left: 0px;
	top: 0px;
	width: 100%;
}

/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/*	MIDDLE has two components: the navbar and the actual body of the page	*/
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
#middle {
	padding-bottom: 0px;
	left: 0;
	top: 0;
	width: 100%;
}

/*--------------------------------------------------------------------------*/
/*	MIDDLE-NAVBAR															*/
/*--------------------------------------------------------------------------*/
#middle-navbar {
	display:none;
}

/*--------------------------------------------------------------------------*/
/*	MIDDLE-BODY																*/
/*--------------------------------------------------------------------------*/
#middle-body {
	top: 10px;
	left: 0px;
	width: 100%;
}

/*--------------------------------------------------------------------------*/
/*	BOTTOM																	*/
/*--------------------------------------------------------------------------*/

#bottom {
	padding-top: 20px;
}
