body {
	margin: 0px;
	height: 100%;
}
p {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #000066;
}
.normal {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: normal;
	color: #000066;
}
.book_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight: normal;
	color: #ffffff;
	padding-left: 10px;
}
.book_blurb {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
.book_price {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-align: justify;
	font-weight: normal;
	padding-bottom: 5px;
}
.book_author {
	font-family: "Californian FB";
	font-size: 20px;
	font-weight: normal;
	color: #e8edf5;
	font-weight: bold;
	padding-left: 10px;
}
.book_mini_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}
.audiobook_section_title {
	font-family: "Trebuchet MS";
	font-size: 21px;
	font-weight: bold;
	color: #4d0705;
}
.audiobook_section_subheadings {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: normal;
	color: #4d0705;
}
.audiobooknav_line {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: normal;
	color: #4d0705;
}
.whitenormal {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}
.chorusbook_section_title {
	font-family: "Californian FB";
	font-size: 39px;
	font-weight: bold;
	color: #ffffff;
}
.chorusbook_section_subheadings {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
}
.topnav_line {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #60ace5;
}
.footer_text {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #0c243a;
	text-decoration: none;
	line-height: 23px;
}
.login_panel_text {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #15334d;
	text-decoration: none;
	line-height: 30px;
}
/* Links */
a:link {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #d58f5e;
	text-decoration: none;
}
a:visited {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #d58f5e;
	text-decoration: none;
}
a:hover {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #f5bf99;
	text-decoration: none;
}
a.topnav:link {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #49677d;
	text-decoration: none;
	line-height: 63px;
}
a.topnav:visited {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #49677d;
	text-decoration: none;
	line-height: 63px;
}
a.topnav:hover {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #a7c8cc;
	text-decoration: none;
	line-height: 63px;
}
a.footernav:link {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #0c243a;
	text-decoration: none;
	line-height: 23px;
}
a.footernav:visited {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #0c243a;
	text-decoration: none;
	line-height: 23px;
}
a.footernav:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #a7c8cc;
	text-decoration: none;
	line-height: 23px;
}
a.leftnav:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	line-height: 30px;
}
a.leftnav:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	line-height: 30px;
}
a.leftnav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #394b5e;
	display: block;
	line-height: 30px;
}
a.audiobooknav:link {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #b31600;
	text-decoration: none;
}
a.audiobooknav:visited {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #b31600;
	text-decoration: none;
}
a.audiobooknav:hover {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #a3655b;
	text-decoration: none;
}
/* CONTENT DIVS */
#books_header {
	margin: 0px auto;
	width: 100%;
	height: 96px;
	position:fixed;
	background-image: url(../images/books/page_graphics/books_header_tile_02.png);
	background-repeat: repeat-x;
	z-index: 7;
	top: 0px;
}
#header_content_left {
	width: 439px;
	height: 62px;
	top: 7px;
	position: fixed;
	left: 20px;
	z-index: 8;
}
#header_content_right {
	width: 389px;
	height: 63px;
	position: fixed;
	top: 10px;
	right: 20px;
	z-index: 8;
	text-align: right;
}
#header_login_panel_wrapper {
	width: 100%;
	height: 30px;
	position: fixed;
	top: 27px;
	z-index: 7;
	text-align: center;
}
#header_login_panel {
	width: 490px;
	height: 30px;
	left: 100px;
	position: relative;
	z-index: 7;
	text-align: right;
	margin: 0px auto;
}
#books_footer {
	margin: 0px auto;
	width: 100%;
	height: 73px;
	position: fixed;
	background-image: url(../images/books/page_graphics/books_footer_tile_28.png);
	background-repeat: repeat-x;
	bottom: 0px;
	z-index: 7;
}
#footer_content_left {
	width: 600px;
	height: 23px;
	position: fixed;
	bottom: 15px;
	left: 20px;
	z-index: 8;
}
#footer_content_right {
	width: 182px;
	height: 36px;
	position: fixed;
	bottom: 7px;
	right: 20px;
	z-index: 8;
}
#information_container {
	width: 85%;
	min-width: 800px;
	height: 100%;
	position: relative;
	padding-bottom: 10px;
	top: 211px;
	left: 217px;
	z-index: 6;
	background-image: url(../images/books/page_graphics/books_white_box_tile.png);
	background-repeat: repeat;
}
#book_thumbnail_container {
	width: 85%;
	min-width: 320px;
	height: 100%;
	position: relative;
	top: 221px;
	left: 217px;
	z-index: 6;
	padding-bottom: 100px;
	padding-top: 2px;
	padding-left: 2px;
	background-image: url(../images/books/page_graphics/books_white_box_tile.png);
	background-repeat: repeat;
}
#right_graphic {
	width: 380px;
	background-image: url(../images/easy_reading/cello_right_graphic.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 1049px;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 2;
}
#content_wrapper {
	width: 1109px;
	height: 100%;
	position: absolute;
	z-index: 3;
	left: 0px;
	float: left;
}
#logo_banner {
	width: 700px;
	height: 130px;
	position: relative;
	background-repeat: no-repeat;
	z-index: 2;
	top: 80px;
	left: 0px;
}
#left_nav_panel {
	width: 205px;
	height: 1078px;
	position: absolute;
	background-image: url(../images/easy_reading/easy_reading_white_box_tile_17.png);
	background-repeat: repeat;
	text-align: center;
	overflow: hidden;
	z-index: 3;
	top: 211px;
	left: 0px;
}
.content_title_bg {
	background-image: url(../images/books/page_graphics/book_title_bg.png);
	background-repeat: no-repeat;
}
.button_bg {
	background-image: url(../images/books/page_graphics/books_button_bg_tile.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#individual_books_table {
	float: left;
	display: inline-block;
}
#individual_books {
	width: 160px;
	height: 260px;
	text-align: center;
	float: left;
	display: inline-block;
}
.author_bg {
	background-image: url(../images/books/page_graphics/books_author_bg.png);
	background-repeat: no-repeat;
}