#bookscontainer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/books.jpg);
	background-repeat: no-repeat;
	height: 780px;
}

#booksIntro  {
	float: left;
	text-align: left;
	margin-left: 75px;
	margin-top: 25px;
	clear:both;
	width:325px;
}

#book1, #book2, #book3  {
	margin-top: 10px;
}

.floatLeft  {
	margin-right: 10px;
	float: left;
}


#book1 p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-bottom: 10px;
}


#book1 a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-transform:uppercase;
	text-decoration: none;
	color: #000;
	margin-top: -10px;
	font-weight: bold;
}



#book1 a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-decoration: none;
	color: #999;
}
