body {
	background-color: #FFFFFF;
	margin: 1em;
}
div.pic {
	float: left;
	height: 146px;
	width: 146px;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
	padding: 15px;
	border-top: 1px solid #999999;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #999999;
	background-color: #336600;
	text-decoration: none;
	list-style-type: none;
}
div.pic img {
	border-top: 1px solid #666666;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #666666;
	text-decoration: none;
}
div.ls img {
	height: 115px;
	width: 144px;
	margin-top: 15px;
	margin-bottom: 16px;
}
div.pt img {
	height: 144px;
	width: 115px;
	margin-right: 14px;
	margin-left: 15px;
}
div.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	height: 75px;
	width: 300px;
	font-weight: bold;
}
div.copy {
	height: auto;
	width: 350px;
	border: 3px none #999966;
	float: left;
	margin: 5px 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	background-color: rgb(95%,95%,80%);
}
#sidebar h2, #sidebar ul {
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 0px;
}
p {
	color: #999966;
	border: none;
	margin: 0px;
	padding: 0px;
}
.chapter {
	color: #999966;
}
div.spacer {
	height: 4000px;
	width: 2px;
	float: left;
	background-color: #0000CC;
}

