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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	background: #fff url(images/splat_bg.jpg) no-repeat center 755px;
	/* if you remove the top box, change 755px to 575px */
	margin: auto;
	color: #0c0c0c;
}
a:link {
	color: #325b9a;
	text-decoration: none;
}
a:visited {
	color: #325b9a;
	text-decoration: none;
}
a:hover {
	color: #146cf2;
	text-decoration: underline;
}
h3 {
	margin: 0;
	padding: 5px 0;
	font-size: 18px;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	margin: 4px 0;
	padding-bottom: 0;
	height: 20px;
	}
.right {
	text-align: right;
}
.auto_margins {
	margin: 10px auto 0 auto;
	width: 777px; 
}
.book_list_top {
	background: #fff url(images/book_list_top_bg.jpg) no-repeat top left;
	min-height: 240px;
	margin: 0;
}
.book_list_bottom {
	background: #fff url(images/book_list_bottom_bg.jpg) no-repeat top left;
	min-height: 240px;
}
.book_box {
	padding: 10px 10px 2px 10px;
	width: 90px;
	border-right: #fff 1px solid;
	height: 236px;
	color: #7c7c7c;
	float: left;
}
.book_box p {
	font-size: 11px;
	margin-bottom: 4px;
}
.border_bottom {
	background: #fff url(images/book_border_bottom.gif) repeat-x bottom left;
	height: 4px;
}
.splat_bg {
	background: #fff url(images/splat_bg.jpg) no-repeat -97px top;
	height: 600px;
	width: 777px;
	clear: both;
	margin: 0 auto;
}
.about_pw {
	float: left;
	margin: 85px 20px 0 140px;
	width: 385px;
	line-height: 18px;	
}
.testimonial {
	float: right;
	margin: 7px 0 0 11px;
	height: 250px;
	width: 221px;
	background: #f9eec6 url(images/box_border_bottom.gif) repeat-x bottom left;
}
.testimonial p {
	padding: 0 20px 0 20px;
	line-height: 18px;
}
.featured_book {
	background: #f1f5fe url(images/feaured_book_bg.gif) no-repeat left top;
	min-height: 100px;
	margin-top: 11px;
}
.featured_cover {
	margin: 16px;
	float: left;
}
.featured_links {
	width: 150px;
	margin: 16px;
	float: right;
}
.featured_links img {
	margin-bottom: 10px;
}
.solid_border_bottom {
	background: #f9eec6 url(images/box_border_bottom.gif) repeat-x bottom left;
	height: 4px;
}
.featured_content {
	width: 460px;
	float: left;
	padding-top: 16px;
	line-height: 16px;
}