
body {
  background-image: url('images/top-bg.png');
  background-color: white;
  background-repeat: repeat-x;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
  font-size: 13px;
  color: #6f6f6f;

}
#header {
  height: 306px;
  position: relative;
  width: 1000px;
  margin: 0 auto;
  }
#page-wrapper {

  width: 100%;
}

#header-left {
  float:left;
}

#header-right {
  float:right;
}
#header-bottom-outer {
  background-color: #fdfaef;
  height: 96px;
  width: 100%;
  border-top: 1px solid #828586;
  border-bottom: 1px solid #828586;
  padding-top: 15px;
}

#header-bottom {
      width: 1000px;
      margin: 0 auto;
}

#header-bottom h2 {
  font-size: 18px;
  font-weight: bold;
  color: #cf4b28;
  text-transform: uppercase;

}

#inner-page {
  width: 1000px;
  margin: 0 auto;
  padding: 10px;
}

#inner-page h1 {
  font-size: 20px;
  font-weight: bold;
  color: #6f6f6f;

}

#footer-wrapper {
      background-color: #fdfaef;
      width: 100%;

       border-top: 1px solid #828586;

}

#footer {
    width: 1000px;
    margin: 0 auto;
   font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
   font-size: 18px;
   font-style: italic;
   padding: 15px 0 25px 0;
}
.clear { clear: both; }

.book-grid {
  position: relative;
  width: 1000px;
}

.book-div-item {
  float: left;
  width: 175px;
  margin-right: 45px;

}

.book-description {
  height: 80px;
  margin-left: 5px;
}

.book-image img {
  border: 1px solid #cccbcb;
}
