body {
	font: 100% Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 0;
	background-color: #D9DDD5;
}
hr {
	border: 1px solid #6B8C72;
	height: 3px;
}
#bnr {
	background-color: #889F8A;
	height: 12em;
	position: relative;
}
#bnr_border {
	background-color: #6B8C72;
	height: 2em;
	position: absolute;
	bottom: 0;
	width: 100%;
	border: 1px solid #3b72b8;
}
#bnr_photos {
	width: 990px;
	position: relative;
	margin: auto;
}
#bnr_text {
	width: 15em;
	margin: auto;
	white-space: nowrap;
}
#bnr_title {
	margin-left: 36%;
	padding-top: 1.5em;
}
#book_title {
	font-size: 1.4em;
}
#content {
	width: 990px;
	margin: auto;
}
#left_col {
	float: left;
	width: 250px;
}
#left_quote {
	margin: 25px;
	width: 200px;
	font-size: 0.75em;
}
#narrative {
	margin-left: 250px;
	margin-right: 10px;
	font-size: 0.95em;
	font-weight: bold;
}
.pricing {
	color: #408080;
}
#footer {	
	margin: auto;
	margin-top: 3em;
	width: 990px;
	font-size: 0.75em;
	text-align: center;
}
#addr {
	float: left;
}
#email {
	margin-right: 10px;
	float: right;
}
.photo {
	position: absolute;
	border: 1px solid;
	z-index: 2;
}
.cover_photo {
	border: 1px solid;
	margin-left: 25px;
	margin-top: 1em;
}
.quote {
	width: 25%;
	font-weight: normal;
	font-size: 0.75em;
}
.quoteSource {
	width: 100%;
	text-align: right;
}
.p {
	text-indent: 3.5em;
	margin-bottom: 0.8em;
}
#navigation ul {
	margin-left: 0;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	list-style: none;
	font-size: 0.9em;
}
#navigation ul li {
	background-color: #889F8A;
	height: 25px;
	line-height: 25px;
	cursor: pointer;
	border: 1px solid #3B72B8;
	margin: 5px;
}
#navigation ul li a {
	text-decoration: none;
	color: black;
	display: block;
	width: 100%;
	height: 100%;
}
#navigation ul li a span {
	margin-left: 10px;
}
#navigation ul li:hover {
	background-color: #6B8C72;
	font-weight: bold;
	position:relative;
}
