/* MAIN STRUCTURE */
body {
	margin: 0;
	padding: 0;
	font: 12px Arial, Verdana, Times;
	color: #707070;
}
#container {
	width: 760px;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: underline;
	color: #707070;
}
/* END MAIN STRUCTURE */



/* TOP NAV BAR */
#nav {
	background: #72664C;
	margin: 0;
	padding-left: 200px;
	height: 58px;
}
#nav li {
	margin: 0;
	padding: 32px 15px 8px 15px;
	top: 32px;
	display: inline;
	position: relative;
	border-left: 1px solid #D6D0C4;
}
#nav li a {
	font: 15px Georgia, Verdana, Arial;
}
#nav li a:link, #nav li a:visited {
	color: #D6D0C4;
	text-decoration: none;
}
#nav li a:hover, #nav li a:active {
	color: #FFFFFF;
	text-decoration: none;
}
/* END TOP NAV BAR */



/* HEADER/BOOK COVER */
#header {
	background: url(images/maintop.png);
	height: 186px;
	width: 760px;
}
#header .quote {
	display: block;
	width: 200px;
	position: relative;
	left: 200px;
	top: 25px;
	color: #FFFFFF;
	font: 15px Georgia, Verdana, Arial;
}
#header .bookcover {
	position: absolute;
	z-index: 10;
	top: 81px;
	left: 220px;
}
/* END HEADER/BOOK COVER */



/* HEADER/BOOK COVER */
#header {
	background: url(images/maintop.png);
	height: 186px;
	width: 760px;
}
#header .quote {
	display: block;
	width: 220px;
	position: relative;
	left: 200px;
	top: 25px;
	color: #FFFFFF;
	font: 14.5px Georgia, Verdana, Arial;
	line-height: 18px;
}
#header .bookcover {
	position: absolute;
	z-index: 10;
	top: 81px;
	left: 20px;
	border: 0;
}
/* END HEADER/BOOK COVER */

/* MAIN CONTENT */

#maincontent {
	display: block;
	margin: 0 0;
	padding: 10px;
	float: none;
}

#readitblob {
	background: #222222;
	border: 3px #000000;
	position: absolute;
	display: none;
	margin: auto;
	width: 500px;
	
}

/* END MAIN CONTENT */

#footer {
	display: block;
	padding: 0 15px;
	font-size: 10px;
	text-align: right;
	float: none;
}

.page_info {
	width: 300px;
	margin: 10px 50px;
	padding: 5px;
	border: 1px dotted #72664C;
}
table.styled {
	background: #7E713C;
	border-spacing: 1px;
}
table.styled td {
	background: #EEEEEE;
	padding: 2px;
}
table.styled th {
	background: none;
	padding: 5px;
	color: #EEEEEE;
}
td.bottom {
	text-align: center;
	padding: 5px;
}