@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	background-color: #000000;
}
a {
	color: #FFFF00;
	text-decoration: underline;
}
a:hover {
	color: #00FF00;
	text-decoration: underline;
}
#outerwrapper {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
	position: relative;
}
#header {
	text-align: center;
	height: auto;
	width: 100%;
}
#nav {
	height: auto;
	width: 100%;
	font-size: 0.8em;
}
.book_title {
	font-size: 3em;
	font-style: italic;
	color: #618D2C;
}
#pages {
	width: 100%;
	text-align: center;
}
#logo {
	position:absolute;
	width:104px;
	height:115px;
	z-index:1;
	left: 114px;
}
#footer {
	text-align: center;
	color: #FFFFFF;
	font-size: 0.7em;
	padding-top: 10px;
	padding-bottom: 10px;
} 
