/* CSS Document */

/* Modified for ease of printing */
body {font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.3em;}

a {text-decoration: underline;}
	
#banner {position: absolute; top: 10px; left: 100px;}


/* repositioned for print to appear below intro. text */
#navbox {position: absolute; left: 75px; top: 450px;}

#navbox2 {display: none;}

#werewolves, #vampires, #others {margin-left: 10px; margin-right: 10px;}

.cover {display: none;}

#content {
	width: 6in; /* width changed to inches */
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	}


#intro {
	position: absolute;
	left: 75px;
	top: 335px;
	width: 450px;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 14px;
	font-style: italic;
	padding-left: 8px;
	padding-right: 8px;
	margin-right: 10px;
	}



#finding {
display: none;
	
}



#footer {
	position: absolute;
	left: 100px;
	top: 650px;
	width: 550px;
	font-size: .8em;
	margin: 10px;
	}

