/* CSS Document */

#bookBox {
	float:left;
	background:url(../images/boxes/bookMain.jpg) no-repeat top center;
	width:240px;
	height:230px;
	margin-left:50px;
	padding-top:30px;
}
#bookBox p {
	text-align:right;
	font-size:1.8em;
	margin-right:7px;
	margin-top:7px;
}
#bookBox p a {
	color:#34264f;
	text-decoration:none;
}
#bookBox p a:hover {
	color:#34264f;
	text-decoration:underline;
}

#indexPlay {
	float:left;
	margin-left:60px;
}


#bookReview {
	width:240px;
	height:165px;
	padding-top:30px;
	margin-bottom:20px;
}
#bookReview p {
	text-align:right;
	font-size:1.8em;
	margin-right:7px;
	margin-top:7px;
}
#bookReview p a {
	color:#34264f;
	text-decoration:none;
}
#bookReview p a:hover {
	color:#34264f;
	text-decoration:underline;
}