#contentBody {
	margin: 0px;
	padding-top: 15px;
	padding-left: 12px;
	padding-right: 10px;
	padding-bottom: 2px;
	/*width: 100%;*/
	/*border: 1px solid #FF0000;*/
}
#contentBody IMG {
	max-width: 300px;
}
.searchResultsList {
	color: #5D3127;
	margin: 0px;
	margin-left: 15px;
}
.searchResultsItem {
	margin-bottom: 15px;
	list-style-image: url(../imgs/icnBulletSearchResults.gif);
}
.searchResultsItem IMG {
	max-width: 80px;
	max-height: 100px;
}
.searchResultsList A, .searchResultsList A:visited {
	color: #5D3127;
	text-decoration: none;
}
.searchResultsList A:hover {
	text-decoration: underline;
}
.bookDetail {
	background-color: #FAFAFA;
	font-size: 0.98em;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	color:;
}
#contentBody H1 {
	margin: 0px;
	font-size: 1.4em;
	color: #3D3D3D;
}
#contentBody H2 {
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.2em;
	font-weight: normal;
	color: #3D3D3D;
}
.body *{
	font-size: 0.98em;
	color: #3D3D3D;
}