/* Written by Christopher Winter: christopherlwinter@gmail.com */
/* Printable media styles, primarily for Bible readings, schedules and directions, but other elements may be added as needed */
table#layout {
	
	}
#topmenu {
	display: none;
	}
#main { 
	display: inline;
	}
#sidebar {
	display: none;
	}
#leftmenu {
	display: none;
	}
#oldtestament {
	display: block;
	}
#newtestament {
	display: block;
	}
#gospel {
	display: block;
	}
img#campusmap {
	display: inline;
	}
img#drivingmap {
	width: 800px;
	display: block;
	}
#layschedule {
	display: list-item;
	}
#footer {
	display: none;
	}