
   #book_header .columns {
	width: 310px;
	padding: 50px 0;
	margin: 0 0 0 20px;
	text-align: left;
	float: left;
}
   #book_header .columns h1 {
	text-align: center;
	color: #545454;
}

   #book_header #column1 {
	margin-right: 25px;
}

   #book_header #column2 ul {
	margin: 10px 0 0 20px;
}

	#book {
		float: right;
		background: transparent url(/images/wide/book/book_cover.jpg) top left  no-repeat;
	    width: 152px;
	    height: 236px;
	}

	#buy_button {
		float: right;
		clear: right;
		width: 248px;
		height: 150px;
		margin-top: -10px;
	}

	#buy_button p {
		margin-top: -20px;
		margin-left: 10px;
		color: #545454;
		line-height: 14px;
	}


	#reviews {
		font-family: Georgia;
	}

	#reviews h1 {
		padding: 0;
		margin: 3px;
	}

	.review_text {
		font-family: Georgia;
		text-align: center;
        position: absolute;
        display: block;
        width: 380px;
        height: 150px;
		font-size: 18px;
		line-height: 22px;
		color: #545454;
		margin: 0 auto;
		padding: 0 0 0 50px;
		
	}

	.review_text small {
		font-weight: bold;
		font-size: 12px;
	}
	
	
	
