/*#################################### 
BOOK CONTAINER AND RELATED CSS STRUCTURE
####################################*/
.bookbox{
	margin:0 20px 0 0;
	
	}
#books .textcontent{
	margin:0 0 0 36%; 
	}
#books .textcontent h3{
	color:#632A00;
	font-size:100%;
	}
#books .textcontent span{
	font-size:90%;
	}
#books .textcontent p{
	margin:10px 0 10px 0;
	}
#books .bookcontent{
	width:34%;
	margin:0 0 0 0px;
	text-align:left;
	min-height:1px;
	}
#books .center {
	 
	}
.grid_2 .gridbox {
	width:49.99%;
	}