#wrapper {
	margin: 7px 0 25px 150px;
	width: 860px;
}

#masthead {
	width: 604px;
	background: white;
	padding: 4px;
}

#masthead_img {
	background: url('images/header_logo.gif') left no-repeat #fff;
	width: 598px;
	height: 56px;
}

#left {
	float: left;
	width: 604px;
}

#content {
	margin-top: 5px;
	width: 604px;
	padding: 4px;
	background: white;
}

#chapters {
	width: 604px;
	background: white;
	padding: 4px;
	margin-top: 5px;
}

#nav li a:hover {
	background: url('images/black_arrows.gif') no-repeat #000;
	background-position: 586px center;
	padding: 5px;
	color: white;
	text-transform: uppercase;
	vertical-align: 50%;
	text-decoration: none;
	font-weight: bold;
	display: block;
}