* {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "Times New Roman", "Times", times, serif;
  font-size: 15px;
  line-height: 1.5em;
  color: #2d1801;
}


body {
  height: 100%;
  background-color: #004813; 
  text-align:center;
  background-image: url(/images/background_home.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}

h2 {
 font-size: 17px;
 font-weight: bold;
 padding-bottom: 15px;
}

img {
  border: 0px;
}

a {
  font-size: 11pt;
  font-weight: bold;
  text-decoration: none;
  color: #b3362a;
}
a:hover {
 text-decoration: underline;
}

.b, b {
 font-weight: bold;
}

p {
 padding-bottom: 20px;
}

p.last {
 padding-bottom: 0px;
}

.small {
 font-size: 10pt;
}

.tiny {
 font-size: 10px;
}

ul li {
 list-style-position: inside;
}

#bodydiv {
}

#top_section {
  z-index: 1;
  height: 250px;
  margin: 0 auto;
  width: 845px;
}

#top_pic{
  width: 226px;
  height: 226px;
  margin-top: 24px;
  float: left;
}

#top_right{
  float: right;
  width: 619px;
  height: 250px;
}

#title {
  width: 619px;
  height: 137px;
}

#menu_bar {
  overflow: hidden;
  width: 599px;
  height: 46px;
  padding: 3px 0 0 20px;
  text-align: left;
  background-repeat: no-repeat;
  background-image: url(/images/template/menu_bar.png);
}

.menu_item {
  float: left;
  line-height: 49px;
  padding-right: 10px;
  padding-left: 10px;
}

.menu_item a {
  display: block;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 0 0px;
}

.menu_item a:hover{
  color: #fff829;
  text-decoration: none;
  background-position: 0 -46px;
}

.menu_item a#navbar_forum {
 width: 50px;
 background-image: url(/images/navbar_forum.png);
}
.menu_item a#navbar_abouttheauthor {
 width: 140px;
 background-image: url(/images/navbar_abouttheauthor.png);
}
.menu_item a#navbar_excerpts {
 width: 67px;
 background-image: url(/images/navbar_excerpts.png);
}
.menu_item a#navbar_booklist {
 width: 76px;
 background-image: url(/images/navbar_booklist.png);
}
.menu_item a#navbar_purchase {
 width: 72px;
 background-image: url(/images/navbar_purchase.png);
}




.menu_item_spacer {
  float: left;
  height: 46px;
}

#description {
  width: 619px;
  height: 64px;
}

#middle_section {
  margin: 0 auto;
  width: 845px;
  margin-top: -64px;
  z-index: 0;
}

#sides {
  width: 833px;
  margin-left: 12px;
  text-align: center;
  background-image: url(/images/sides.png);
}

#main {
  width: 821px;
  margin: 0 auto;
  padding-top: 64px;
  background-repeat: no-repeat;
  background-position: center -186px;
  background-image: url(/images/inner_background_fixed.jpg);
  background-color: #819f77;
}

#content {
  width: 741px;
  height: 521px;
  margin: 20px 0 0 0;
  padding: 20px 40px;
  overflow: auto;
  text-align: left;
}

.contentish {
  width: 741px;
  padding: 20px 40px 0 40px;
}

img.subheader {
 display: block;
 margin: 0 0 20px -20px;
 border: none;
}

#bottom_section {
  margin: 0 auto;
  width: 845px;
  z-index: 0;
}

#bottom {
  margin-left: 12px;
  width: 833px;
  height: 34px;
  background-image: url(/images/bottom.png);
}



.btn {
 height: 23px;
 margin: 0;
 padding: 0;
}
.btn * {
 display: block;
 float: left;
 height: 23px;
}
.btn .left {
 width: 6px;
 background-image: url(/images/btn_left.png);
 background-repeat: no-repeat;
}
.btn .mid {
 line-height: 23px;
 padding: 0 10px;
 background-image: url(/images/btn_mid.png);
 background-repeat: repeat-y;
 font-family: Helvetica, Arial, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #000;
 text-align: center;
 text-decoration: none;
}
.btn a.mid:hover {
 text-decoration: none;
}

.btn .right {
 width: 6px;
 background-image: url(/images/btn_right.png);
 background-repeat: no-repeat;
}








#golden_window {
  width: 528px;
  height: 344px;
  text-align: right;
  margin-left: 22px;
  padding: 0;
  background-repeat: no-repeat;
  background-image: url(../images/golden_window.jpg);
}

#golden_window_content {
  padding: 17px 20px;
  line-height: 19px;
}
#golden_window_content p {
 padding-bottom: 10px;
}
#golden_window_content p, #golden_window_content p * {
  font-size: 16px;
  line-height: 1.3em;
}
#golden_window_content a {
  font-weight: bold;
}





/*******************/
/* Google Checkout */
/*******************/

.override #googlecart-widget-head {
 background-color: #d6e1bb;
}
