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;
  margin-top: -55px;
  background: transparent url('/images/header_bg.jpg') no-repeat top right;
}
div#main_index {
  position: relative;
}
div#left_pane {
  width: 195px;
/*
  padding-left: 15px;
*/
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  height: 100%;
}
div#top {
  position: absolute;
  left: 200px;
  top: 0;
  width:600px;
  height: 40px;
  padding-top: 10px;
  text-align: right;
}
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;
}
span.menu_item {
  padding: 0 12px 0 0;
  font-family: Arial, sans-serif;
}
span.menu_item a:link, span.menu_item a:visited {
  border-left: 2px #ccc solid;
  padding: 5px;
  color: #6a9;
}
span.menu_item a:hover {
  border-left: 2px #99a9a9 solid;
  background-color: #ddefe4;
  text-decoration: none;
  color: #376;
}
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:#f4e2e5;
  background-color:#e0c8cb;
*/
  background-color:#e6dddd;
/*
  background-color:#f6d6c7;
*/
  margin-bottom: 1em;
  display: table;
  width: 250px;
  float: right;
  margin-left: 20px;
}
div#announce h5, div.announce h5 {
  margin: 0;
}
img {
  border: none;
}
img#title_left {
}
img#title {
  position: absolute;
  top: 73px;
}
h2 {
  text-align: right;
  margin-bottom: 0;
}
h4 {
  color: #a91144;
  font-family: 'Times New Roman', serif;
  font-size: 14pt;
  margin-top: 2em;
  margin-bottom: .2em;
}
h4.page_title {
  margin-top: 0;
}
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, 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;
}

p.reviewquote {
	margin-bottom: 0;
}

div.reviewer {
	margin-top: .5em;
	padding-top: 0;
	color: #666;
	margin-left: 2em;
	margin-bottom: 1.5em;
}

div.contents_title {
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  font-size: 10pt;
  font-weight: bold;
  background-color: #e6dddd;
  border-bottom: 1px #b69999 dotted;
  padding: 3px 0 3px 3px;
}

div.contents_item {
  margin: 1em 0 1em 1.5em;
  font-family: Arial, sans-serif;
  font-size: 11pt;
  text-indent: -1em;
}

div.announce {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  margin: 0 3px;
  text-align: center;
}

div.email {
  font-family: Arial, sans-serif;
  color: #666;
  font-size: 9pt;
  text-align: right;
  margin-right: 150px;
  font-style: italic;
}

