#books {
	background: #FFFFFF;
	height: 279px;
	width: 526px;
	left: 11px;
	top: 79px;
	text-align: center;
	overflow: auto;
	position: absolute;
}
.book_box {
	width: 486px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #767572;
}
.book_box:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}


.book_box .book-left {
	width: 150px;
	text-align: left;
	float: left;
}
.book_box .book-right {
	float: right;
	width: 336px;
	text-align: left;
}
.book-right h4 {
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-bottom: 20px;
	padding-top: 2px;
}
.book-right p {
	line-height: 140%;
	letter-spacing: 0.1em;
	padding-bottom: 10px;
}
.nonbdr {
	border-bottom-style: none;
}
