@import url("grid.css");

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

