/*
Print CSS

Lose the LH navigation
Remove page footer, replace with simple (c) www.choir2000.org
*/



table { 
empty-cells: hide;
}

td.sidebar {
	display: none;
	visibility: collapse;
}

tr.pagebody > td {
	float: left;
	margin-left: 3%;
	margin-right: 3%;	
}


.footer {
	display: none;
}

body:after {
    content: "\A9  Choir 2000, 2001-2006";
    display: block;
    margin-top: 2em;
    text-align: center;
}
