body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
}
body {
	background-color: #993300;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	/* preload transparent box off-screen */
	background-image: url(images/box_bkgrnd.png);
	background-repeat: no-repeat;
	background-position: -5000px -5000px;
}
a:link, a:visited, a:active {
	color: #660000;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	color: #003366;
}
h2 {
	color: #003366;
	font-size: 140%;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
}
#mainDiv {
	width: 800px;
	margin: 20px auto 0 auto;
}
#blocks1, #blocks2 {
	height: 100px;
	overflow: hidden;
	background-image: url(images/blocks.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#banner {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
#banner, #banner h1, #banner h1 a {
	margin: 0;
	padding: 0;
}
#banner h1 a {
	font-size: .1em;
	text-indent: -5000px;
	display: block;
	height: 76px;
	overflow: hidden;
}
#mainWindow, #banner {
	background-color: #FFF3D1;
	border-left: 4px solid #000000;
	border-right: 4px solid #000000;
}
#mainWindow {
	padding: 0 15px 15px 15px;
}
#mainBook, #authorPod {
	float: left;
	margin-bottom: 1em;
	width: 630px;
}
#mainBookInner, #authorPodInner {
	padding-right: 30px;
	padding-left: 10px;
}
.bookPod, .authorBio {
	margin-top: 1em;
}
.bookPodImgPod, .authorBioImgPod {
	float: left;
	margin: 0 20px .85em 0;
	font-size: .85em;
	font-weight: bold;
	text-align: center;
}
.bookPodImgPod {
	width: 210px;
}
.bookPodImgPod img, .authorBioImgPod img, .bookPodImgPod a img, .authorBioImgPod a img {
	border: 3px solid #000000;
	background-color: #000000;
	margin-bottom: 4px;
	display: block;
}
.bookPod p, .authorBio p {
	line-height: 150%;
}
.subtitle {
	color: #003366;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.specs, .prices, .buyLinks {
	line-height: 150%;
}
.specs strong {
	color: #333333;
}
.otherFormats {
	font-size: .85em;
}
.specs, .prices {
	margin: .25em 0 .25em 0;
}
.prices {
	font-weight: bold;
	color: #333333;
}
.buyLinks {
	clear: both;
	text-align: center;
}
.bookPod ul {
	float: left;
}
.bookPod ul li {
	margin-left: 2em;
	list-style-position: outside;
	list-style-type: square;
}
#booksBar {
	float: right;
	width: 132px;
	font-size: .85em;
	text-align: center;
	margin-bottom: 1em;
}
.navPod {
	margin-top: 1em;
}
.navPod img, .navPod a img {
	display: block;
	border: 2px solid #000000;
	margin: 0 auto 2px auto;
	background-color: #000000;
}
#authorPod {
	clear: left;
}
#footer {
	font-size: .8em;
	text-align: center;
	padding-top: 2px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #330000;
	text-decoration: none;
}
#footer a:hover {
	color: #FF9900;
	text-decoration: underline;
}
#abCred {
	display: none;
}

/* floating div for interior spreads display and slideshow */
.overBox {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
}
table.interiors {
	width: 820px;
	margin: 150px auto 0 auto;
	border: 2px solid #330000;
	border-top-color: #660000;
	border-left-color: #660000;
	background-image: url(images/box_bkgrnd.png);
	background-repeat: repeat;
}
.interiors td {
	padding-top: 50px;
	padding-bottom: 50px;
}
.interiors td img {
	display: block;
	margin: 0 auto 0 auto;
}
.intCaption, .intNav {
	background-color: #330000;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	color: #FFFFFF;
	padding: 4px 0 4px 0;
	width: 700px;
	margin: 0 auto 0 auto;
}
.intNav a:link,
.intNav a:active,
.intNav a:visited {
	color: #FFFFCC;
	text-transform: uppercase;
	font-size: .85em;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
.intNav a:hover {
	color: #FF0000;
}

/* keep these at bottom */
.clear {
	clear: both;
}
.clearDiv {
	clear: both;
}
.nowrap {
	white-space: nowrap;
}
