/* Home Page Specific Rules */
/* first import site wide style sheet */
@import url(sitewide.css);

#BookLine {
	width: 770px;
	\width: 790px;
	w\idth: 770px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 10px;
}
#BookLine img {
	padding-left: 10px;
	}
.contact ul { 
	padding-left: 15px;
	margin-left: 0;
	list-style-type: none;
	}
.contact li {
	list-style-type: none;
	padding-bottom: 10px;
	font-size: .9em;
	line-height: 1.3em;
	font-weight: bold;
	}
#content p{
	text-indent: 1.5em;	
	font-size: .9em;
	line-height: 1.3em;
	margin-bottom: 1.25em;
	font-weight: bold;
	padding: 10px;
}	