body {
  margin: 0px;
  background: #4d001a;
/* background: #4d001a url('/images/bg.gif') repeat-y center; */
}
div#wrapper {
  width: 800px;
  margin: 0 auto;
  background: #fff url('/images/body_bg.jpg') no-repeat bottom right;
  padding-bottom: 25px;
}
div#title_bar {
  position: relative;
}
div#title {
  position: absolute;
  top: 15px;
  left: 250px;
}
div#copyright {
  position: absolute;
  top: 215px;
  right: 0;
  margin-right: 1em;
  color: #999;
  font-family: Arial, sans-serif;
  font-size: 9pt;
}
div#main {
  position: relative;
  background: transparent url('/images/header_bg.jpg') no-repeat top right;
}
div#main_index {
  position: relative;
}
div#left_pane {
  width: 180px;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  height: 100%;
}
div#top {
  position: absolute;
  left: 250px;
  top: 0;
  width:550px;
  height: 40px;
}
div#main_menu {
  text-align: right;
  padding-right: 15px;
  font-family: Arial, sans-serif;
}
div.menu_item {
  font-family: Arial, sans-serif;
  margin-bottom: .8em;
  font-size: 13pt;
}
div#menu_email {
  margin-top: 3em;
  font-size: 9pt;
}
div#content {
  float: left;
  width: 575px;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  border-left: 1px #ccc solid;
  padding-left: 15px;
  padding-bottom: 2em;
}
div#announce {
  padding: 10px;
  border: 1px #e6cdb7 solid;
  background-color:#f6d6c7;
  margin-bottom: 1em;
  display: table;
  width: 250px;
  float: right;
  margin-left: 20px;
}
div#announce h5 {
  margin: 0;
}
img {
  border: none;
}
img#title_left {
}
img#title {
  position: absolute;
  top: 73px;
}
h2 {
  text-align: right;
}
h4 {
  color: #a91144;
  font-family: 'Times New Roman', serif;
  font-size: 14pt;
  margin-top: 2em;
  margin-bottom: .2em;
}
h4.first {
  margin-top: 0;
}
h5.chapter {
  font-size: 12pt;
  margin-top: 2em;
  margin-bottom: .2em;
  padding-top: 2em;
}
h5.first {
  padding-top: 0;
}
a:link {
  color: #376;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #6a9;
  font-weight:bold;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h4 a:link {
  color: #a91144;
}
h4 a:visited {
  color: #a91144;
}
div.meta {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 9pt;
  color: #666;
}
div.tagline {
  font-weight: bold;
  color: #333;
  font-size: 11pt;
}
div.excerpt {
  margin: 1.5em 1em 1em 3em;
  padding: .5em 1em;
  background-color: #f6e3e5;
}
div.more {
  margin-left: 3em;
  font-style: italic;
  margin-top: 2em;
}
div#announce div.more {
  font-size: 8pt;
  text-align:right;
  margin-top: .8em;
  margin-left: 0;
  font-style: normal;
}
div.back {
  margin-top: 3em;
  font-size: 9pt;
  color: #999;
}
div.spacer {
  clear: both;
}
p {
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
div.caption {
  font-size: smaller;
  color: #666;
  text-align: center;
}
div.fineprint {
  font-size: smaller;
  color: #888;
  text-align: left;
}
div.cover {
  padding: 10px;
  margin: 10px;
  border: 1px solid #ccc;
  float: right;
  background-color: #fff;
}
div.coverlist {
  padding: 10px;
  margin: 10px;
  border: 1px solid #ccc;
  float: left;
  background-color: #fff;
}
div.buy {
}
ul.no-top {
  margin-top: 0;
  padding-top: 0;
}
