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

body{
	text-align:center;
	background-image:url(layout/top_gradient.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#b9ce9d;
	font-family: Georgia, "Times New Roman", Times, serif;
	} 

a {
	text-decoration:none;
	}

div.center {
	position:relative; 
	text-align:center;
	top:0px; 
	width: 1024px;
	margin-left:auto; 
	margin-right: auto;
	} 
	
div.center div {
	text-align: left;
	} 

#bg_main{
	width:955px;
	height:100%;
	position:relative;
	float: left;
	z-index:0;
	background: transparent url(layout/bg_repeat.gif) repeat-y center top;
	margin-top:0px;
	}

#nav {
	float: right;
	position:relative;
	z-index:999;
	width:auto;
	height:30px;
	margin-top:-190px;
	margin-right:155px;
	text-align:right;
	color:#00a99d;
	font-size:17px;
	word-spacing:5px;
	}

.nav a{
	color:#FFFFFF;
	text-decoration:none;
	}

.nav a:hover{
	color:#dce7ce;
	text-decoration:none;
	}

#content {
	float:left;
	position:relative;
	z-index:50;
	width:550px;
	height:100%;
	padding-left:215px;
	margin-top:-115px;
	}

#excerpt {
	width:91%;
	padding: 10px 25px 25px 25px;
	height:400px;
	overflow:auto;
	background-color:#f1f7e8;
	margin-bottom:-2px;
	}

#reviews {
	width:91%;
	padding: 10px 25px 25px 25px;
	height:300px;
	overflow:scroll;
	background-color:#f1f7e8;
	margin-bottom:-2px;
	}

p {
	font-size:15px;
	color:#571e00;
	line-height: 24px;
	margin-bottom:-2px;
	}
	
p.vertical {
	vertical-align:top;
	}

.plinks a{
	color:#00a99d;
	text-decoration:none;
	}
	
.plinks a:hover{
	color:#02d4c5;
	text-decoration:none;
	}

h1 {
	color:#005952;
	font-size:19px;
	text-transform: uppercase;
	letter-spacing:4px;
	text-align:center;
	font-weight:lighter;
	}

h2 {
	color:#005952;
	font-size:17px;
	margin-bottom:-5px;
	padding-top:15px;
	font-weight:lighter;
	}

h3 {
	color:#005952;
	font-size:17px;
	text-transform: uppercase;
	letter-spacing:1px;
	font-weight: bold;
	text-align:center;
	line-height:24px;
	}

#featured_books{
	width:150px;
	padding:10px 10px 25px 10px;
	font-size:14px;
	color:#005952;
	float:left;
	line-height:32px;
	text-align:center;
}

.books a{
	color:#00a99d;
	text-decoration:none;
	text-align:center;
	}

.books a:hover{
	color:#02d4c5;
	text-decoration:none;
	text-align:center;
	}

#copyright{
	width:100%;
	float:left;
	height:25px;
	text-align:center;
	color:#8baa64;
	font-size:11px;
	padding-top:30px;
	}

#blog_links{
	width:100%;
	float:left;
	padding-top:30px;
	text-align:center;
	}

img {  
	border-style: none;
	}

img.alignright {
	float:right; 
	margin:0 0 25px 25px;
	}
	
img.alignleft {
	float:left; 
	margin:0 25px 25px 0;
	}
	
img.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	}

ul {
	list-style-type:circle;
	font-size:15px;
	color:#571e00;
	line-height: 24px;
	}

.caption{
	text-align:center;
	font-size:13px;
	color:#005952;
	line-height: 24px;
	margin-bottom:15px;
	}

hr {
	width:80%;
	color:#02d4c5;
	size:1;
	}

form {
	padding-left:100px;
	}