p {
	font-family: Garamond;
	text-align: center;
}
img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.thumbnail {
	margin-bottom: 15px;
	border: 1px solid #ddd;
  	border-radius: 4px;
	width:120px;
	box-shadow: 10px 10px 5px gray;
}
img.full_cover {
	margin-bottom: 15px;
	border: 1px solid #ddd;
  	border-radius: 4px;
	width:150px;
	box-shadow: 10px 10px 5px gray;
}
p.book_title {
	font-weight: bold;                
	padding-top: 15px;
}
p.book_teaser {                
}
p.book_excerpt {
	text-align: justify;
	line-height: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 33%;
	padding-right: 33%;
}
p.justify {
	text-align: justify;
	line-height: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 25%;
	padding-right: 25%;
}
p.about {
	text-align: justify;
	line-height: 25px;
	padding-top: 25px;
	padding-left: 25%;
	padding-right: 25%;
}
p.book_details {
	margin: 0;
	padding: 0;
}
hr {
	color:#ccc;
	width:25%;
}
