#body {
	width: 570;
	margin-bottom: 7px;
}

#leftColumn {
	width: 190px;
	border-right: 1px dotted #ccc;
	padding: 15px 7px 10px 0px;
}

.main #rightColumn {
	float: right;
	width: 180px;
	padding: 20px 7px 10px 15px;
	border-left: 1px dashed #ccc;
	margin-top: 9px;
}

#centerColumn {
	padding: 20px 15px;
	border-right: 1px dotted #ccc;
	width: 100%;
}

#featuredBook {
	padding: 22px 20px 15px 30px;
	border-bottom: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
	
	border-left: 3px solid #832;
	
	background-color: #f0ebc1;
	
	background-repeat: no-repeat;
	background-image: url(/images/texturebg.jpg);
	background-position: 60px 0;
}

#featuredBook img {
	float: left;
	margin-right: 20px;
}

#book {
	padding: 10px 10px;
	margin-bottom: 3px;
	
	width: 560px;
	
	background-repeat: no-repeat;
	background-image: url(/images/texturebg3.jpg);
	background-position: left top;
	
	border-left: 3px solid #832;
}

.main {
	border-top: 1px solid #823;
}

.endorsements p 
{
	margin-bottom: 13px;
}