body {
	background: white;
	background-image: none;
}
.spacer {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
.header {
	font-size: 18px; 
	color: #000000;
	font-style: normal;	 
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-weight: bold;
}
.footer {
	display: none;
}
.mainOutside {
	float: right;
	width: 55%;
}
.sidebarOutside {
	float: left;
	width: 270px;
	text-align: center;
}
.sidebarOutside p {
	text-align: left;
}
.sidebarInside {
	text-align: center;
}
.bookInfo {
	text-align: center;
}
.jacketImage {
	float: left;
	margin-right: 5pt;
}
.buyBox {
	display: none;
}
.photoCaption {
	margin-right: 5pt;
	float: left;
	text-align: left;
	font-size: 10px;
}
.sidebarInside p {
	font-size: 10pt;
	line-height: 9pt;
}
.sidebarInside .title {
	font-style: italic;
	font-size: 12pt;
	font-weight: bold;
}
.sidebarInside .author {
	font-size: 12pt;
}
.screenOnly{
	display: none;
}
.printOnly{
	 width: 650px;
	 display: inline;
}