/* Book Pages Specific Rules */
/* first import site wide style sheet */
@import url(sitewide.css);
#content p{
	font-size: .85em;
	line-height: 1.3em;
	padding: 10px;
}	
#content h3 {
	font-family:  "Georgia", serif;
	color: #000000;
	text-align: left;
	padding-bottom: 10px;
	}
#content h4 {
	font-family:  "Georgia", serif;
	color: #92071f;
}
#content ul {
	padding: 5px 10px 5px 10px;
	font-size: .85em;
	line-height: 1.3em;
	text-align: left;
	font-weight: normal;
	list-style-type: none;
}
#content li {
	padding-bottom: .5em;
}
#guestblog ul {
	margin: auto;
	text-align: center;
}
#guestblog h4 {
	text-align:center;
}