@charset "UTF-8";
/* CSS Document - books */

.breadCrumb
{
}

#bookTitle
{

	font: bold 22px Arial, Helvetica, sans-serif;
	color: #2176ba;
	margin: 10px 0 0.5em 0;
	
}
#bookDetails
{
}

#bookDetails strong
{
	color: #2176ba;
	
}

#bookDescription
{
}

#bookImage
{
	float: right;
	position: relative;
	margin: 16px 0 4px 4px;
	width: 240px;
	height: 300px;
	
}

#bookImageLong
{
	float: right;
	position: relative;
	margin: 16px 0 4px 4px;
	width: 240px;
	height: 640px;

}

.bookListing
{
	margin-left: 130px;
	text-align: left;
	text-align: center;
}


.bookListing img
{
	border: none;
	margin: 10px;
	
	
}

.bigFormat
{
	width: 10px;
	height: 80px;
}

.examplePoem
{
	text-align: center;
	width: 540px;
	float: right;
	position: relative;

}


