/* CSS Document */

body {background: #000; font-family: Georgia, "Times New Roman", Times, serif;
	color: #bf8456; line-height: 1.3em;}
a {text-decoration: underline; color: #bf8456; border: none;}
a:hover {color: #fff;}

/* Banner for main page */	
#banner {position: absolute; top: 10px; left: 100px;}

/* Banner for sub-pages */
#howl2 {position: absolute; left: 100px; top: 10px;}

/* Nav on main page */
#navbox {position: absolute; left: 259px; top: 333px;}
/* Nav on sub-pages */
#navbox2 {position: absolute; left: 167px; top: 106px;}

#werewolves, #vampires, #others {margin-left: 10px; margin-right: 10px;}
/* Box around writing and thumbnail pics */
#content {
	position: absolute;
	left: 79px;
	top: 209px;
	width: 634px;
	background-color:#000;
	line-height: 1.5em;
	padding: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #bf8456;

	}
	
 #writing {
	position: absolute;
	left: 321px;
	top: 0px;
	width: 336px;
	
}
/* Book cover images on sub-pages */
.cover {position: absolute; left: 3px; top: 5px; margin-right: 10px; }

/* Intro writing on main page to left of nav boxes */
#intro {
	position: absolute;
	left: 75px;
	top: 335px;
	color: #bf8456;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 14px;
	font-style: italic;
	width: 150px;
	padding-left: 8px;
	padding-right: 8px;
	
	margin-right: 10px;
	}

#two {padding-left: 15px; }
#three {padding-left: 25px; }

/* Box below cover images */
#finding {
	font-size: .8em;
	position: absolute;
	left: 5px;
	top: 491px;
	width: 280px;
	padding: 5px;
	border: 1px #442115 solid;
	
}

/* Description of project at bottom of main page */

#footer {
	position: absolute;
	left: 75px;
	top: 650px;
	width: 650px;
	font-size: 12px;
	margin: 10px;
	padding: 5px;
	border: 1px #442115 solid;
}


#footer a {color: #bf8456; text-decoration: underline;}

#footer a:hover {background: #FFDAA7; color: #000;}

