/* Print styles for Old World Folk Band
 * (c) 2006 Redwing DesignWorks
 *     Design date November 2002
 *     Update to CSS March 2006
 * 
 */


body {	background: transparent; 
	color: black;
	line-height: 1.3; 
	margin:0; padding:0;
	font-family: Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	width: 100%;       /* give IE a basis for subsequent widths. */
	}

#header h1,
#header p  {
	position: relative;
	width: auto;
	background: transparent;
	height: auto;
	}

#header h1 { 
	font-size: 400%; 
	border-bottom: solid 2px black;
	margin: 0; padding: 0;
	}

#navmenu {display: none;}
#bottom-navmenu {display: none;}


#shortpage { display:none; }

.printonly { display:block; }



#canvas { background: transparent;
	color: black;
	padding-left: 0px;
	padding-bottom: 0px;
	}

#content .jumpback {display: none;}

#content #footer p {
	font-size: 6pt;
	color: black;
	background: transparent;
	}


