@charset "utf-8";
body {
	font: 100% "Baskerville Old Face";
	background: #ffc236;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
body.books_inner {
  background: #FFFFFF;
  text-align:left;
}
.oneColElsCtr #container {
	width: 46em;
	background: #ffcb33;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

img {
  border: 0;
}

.book {
  width: 600px;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}

.title {
  text-align: left;
  font-family: "Palatino Linotype",
               Palatino,
               "URW Palladio L",
               "Book Antiqua",
               Baskerville,
               "Bookman Old Style",
               "Bitstream Charter",
               "Nimbus Roman No9 L",
               Garamond,
               "New Century Schoolbook",
               "Century Schoolbook",
               "Century Schoolbook L",
               Georgia,
               serif;  
  font-size: 22px;
}
.body {
  text-align: left;
  font-family: "Gill Sans",
               "Gill Sans Ultra Bold",
               sans-serif;
  font-size: 14px;
}

.book .content {
  width: 375px;
  float: left;
}

a {
  color: #000;
}

.book .image {
  width: 200px;
  float:left;
  text-align:right;
  margin-right: 15px;
}

img.more {
  float:right;
}

.book .divider {
  width:600px;
  padding-top:5px;
  padding-bottom:5px;
  margin-left:auto;
  margin-right:auto; 
  clear:both
}

#content {
  margin-top: 60px;
  width: 950px;
  margin-left: auto;
  margin-right: auto;
}
#content .sideimg {
  width: 300px;
  float: left;
  margin-right: 10px;
}

#content .inner_content {
  float: left;
  width: 600px;
}
iframe {
  position:relative; 
  top:-470px;
  left:70px;
  width: 640px;
}

img, div { 
  behavior: url(../scripts/iepngfix.htc);
}

#footer {
  width: 950px;
  text-align:right;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  font-size: 11px;
}
