body {
  padding: 20px;
  font: 14px/18px Arial, sans-serif;
  color: #444;
  background: repeat-x top left url(gradient.png) #fff;
}

* img {
  border: 0;
}

#header, #tagline {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#tagline {
  margin-top: 30px;
}

#authors {
  display: block;
  position: relative;
  left: 50%;
  margin-top: 10px;
  margin-left: 95px;
}

#content {
  width: 827px;
  margin-left: auto;
  margin-right: auto;
}

#header_purchase_info {
  display:block;
  background:url(purchase_info.png);
  width:255px;
  height:33px;
  position: absolute;
  left: 50%;
  top: 260px;
  margin-left:15px;
  overflow: hidden;
  text-indent:-10000px;
}

.sidebar {
  float: right;
  width: 300px;
}

em {
  font-style: normal;
  background: #fff694;
}

.sidebar .headline {
  margin: 15px 0 10px 0;
}

.sidebar p.important {
  font-weight: bold;
}

.spread {
  margin: 30px 0 15px 0;
  text-align: center;
}

div.video {
  border: 1px solid #f0f0f0;
  width: 400px;
}

.section {
  position: relative;
  clear: both;
  width: 827px;
  margin: 30px 0 15px 0;
}

img.headline {
  margin: 0 0 30px 0;
}
img.book-contents {
  margin: 20px 0 15px 0;
}

#content p, ul {
  width: 450px;
  background: #fff;
}

#content div.sidebar ul {
  width: 300px;
}

ul.checklist {
  padding: 0;
  margin: 0;
}

ul.checklist li {
  list-style: none;
  padding-left: 30px;
  padding-top: 2px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 18px;
  color:#176817;
  background: no-repeat top left url(checkmark.png);
}

ul.notsogood {
  margin-left: -20px;
  padding: 10px;
  border: 1px solid #c63e48;
  background: #e8caca;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

ul.notsogood li {
  list-style: none;
  padding-left: 30px;
  padding-top: 2px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 18px;
  color:#c63e48;
  background: no-repeat top left url(notsogood.png);
}

div.border {
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 12px;
  width: 827px;
}

div.border.small {
  width: 560px;
}

h1 {
  font:24px/28px Clarendon, Georgia, serif;
  font-weight: bold;
  color: #CB1723;
  margin: 20px 0 8px 0;
}

h2 {
  font:24px/28px Clarendon, Georgia, serif;
  font-weight: bold;
  color: #CB1723;
  margin: 20px 0 8px 0;
}

h3 {
  font:20px/24px Clarendon, Georgia, serif;
  font-weight: bold;
  color: #CB1723;
  margin: 30px 0 8px 0;
  width: 400px;
}

p {
  line-height: 22px;
}

a {
  color: #CB1723;
}

p.copyright {
  font-size: 12px;
  line-height: 18px;
  color: #888;
  margin-top: 50px;
}

ul {
  font: 14px/22px Arial, sans-serif;
  margin: 0 0 0 20px;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style-image: url(list-item.png);
}

blockquote {
  position: relative;
  float: right;
  width: 300px;
  top: 0;
  font-size: 16px;
  line-height: 22px;
  margin: 5px 0px 15px 20px;
}

blockquote.inline {
  float: none;
  margin: 30px 10px 0px 10px;
}

blockquote span.quote {
  display: block;
  padding: 13px;
  color: #444;
  border: 1px solid #e0e0e0;
  background: repeat-x top left url(quote.png) #f0f0f0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-style: italic;
  font-family: Georgia;
}

blockquote span.author {
  display: block;
  margin-top: -1px;
  background: 33px top no-repeat url(quote_indicator_gray.png);
  padding: 18px 10px 0 10px;
  font-style: normal;
  color: #444;
  line-height: 18px;
}
blockquote span.occ {
  display: block;
  font-size: 12px;
  margin: -1px 10px 0 30px;
}
blockquote img {
  display: block;
  width: 36px;
  height: 36px;
  float: left;
  margin:-2px 10px 0 15px;
}

blockquote.external span.quote {
  background: #f37221;
  color: #fff;
  text-align: center;
  font-style: normal;
  border: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-family: Arial;
}

blockquote.external span.author {
  font-style: normal;
  font-weight: bold;
  margin: 0 0 0 15px;
  color: #000;
  background: no-repeat 15px top url(quote_indicator.png) transparent;
  padding-top: 25px;
}