body {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
	text-align: center;
	border: 0;
	background-color: #19130C;
}
img {
	border: 0;
}
#wrapper {
	margin: 0 auto;
	width: 333px;
}
body#index h1#homepagetitle, h1#pagetitle {
	padding: 0;
	margin: 0;
	font-size: 1.4em;
	color: #fff;
	text-indent: -100em;
	overflow: hidden;
}
h1#pagetitle {
	background: transparent url(images/title_sub.jpg) top right no-repeat; 
	width: 333px; 
	height: 193px;
}
body#index h1#homepagetitle {
	background: transparent url(images/title_home.jpg) top right no-repeat; 
	width: 333px; 
	height: 310px;
}
#bookcol {
	float: left;
	background: transparent url(images/book_bgd.jpg) top left no-repeat;
}
#bookcol img {
	margin: 40px;
}
#chaptercol {
	float: right;
}
h2 {
	padding: 0 0 10px 0;
	margin: 0;
	color: #fff;
	font-size: 1.2em;
	text-align: right;
}
h2#chaphead {
	text-align: left;
	padding-bottom: 0;
	margin-bottom: 0;
}
#footer {
	clear: both;
	border-top: 1px solid #624027;
}
#footer p {
	padding: 10px 0 20px 0;
	margin: 0;
	color: #fff;
	text-align: left;
}
#footer p a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
ul#chaplist, ul#booklist {
	padding: 0;
	margin: 12px 0 0 0;
	list-style: none;
}
ul#chaplist li a {
	display: block;
	text-align: right;
	padding: 0 20px 5px 0;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: transparent url(images/arrow_white.gif) top right no-repeat;
}
ul#chaplist li a:hover {
	background: transparent url(images/arrow_red.gif) top right no-repeat;	
}
ul#booklist li {
	text-align: left;
	padding-bottom: 10px;
}
ul#booklist li a {
	color: #fff;
	text-align: left;
}
#dropnav {
	text-align: right;
	border-bottom: 1px solid #624027;
	padding-bottom: 10px;
}
