@charset "utf-8";
/* CSS Document */
/*this is for IE*/
#findBooks{
	/*background:url(http://www.bookdibs.com/img/findBooks.jpg) center no-repeat;
	padding-top:230px;*/
	padding-top:20px;
	width:225px;
	text-align:center;
	float:left;
	margin-left:70px;
}
/*this is for other browser*/
html>body #findBooks
{
	/*background:url(../img/findBooks.jpg) center no-repeat;
	padding-top:230px;*/
	width:225px;
	text-align:center;
	float:left;
	margin-left:140px;
	}
	/* above code is css hack for ie*/
#listBooks{
	background:url(../img/listBooks.jpg) top center no-repeat;
	padding-top:230px;
	width:225px;
	float:left;
	text-align:center;
	/*margin-right:220px;*/
	margin-left:150px;
	}	
#referrals{
	width:430px;
	margin-left:20px;
	text-align:center;
	float:left;
	}
	
img {
border:none;
}	
.gridstyle
{
	height:30px;}