* {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}

body {
  background: #ede1ce url(../images/page-bg.png) repeat-x;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #664130;
}

img {
  border-style: none;
}

h2 {
  font-size: 18px;
  line-height: 18px;
  border-bottom: 1px dotted #9c896f;
  margin-bottom: 12px;
  padding-bottom: 8px;
}

a {
  color: #005d78;
  text-decoration: none;
}

a:hover {
  color: black;
  text-decoration: underline;
}

p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 8px;
}

#wrap {
  margin-right: auto;
  margin-left: auto;
  width: 924px;
  position: relative;
  margin-top: 100px;
  height: 600px;
}

#bookcover {
  position: absolute;
  top: 0;
  z-index: 10;
}

#bookcover a {
  text-decoration: none;
}

#bookcover a img {
  border-right-style: none;
  text-decoration: none;
  width: 924px;
}

#images {
  width: 500px;
  position: absolute;
  top: 132px;
  left: 212px;
}

ul#images {
  margin: 0;
  padding: 0;
}

ul#images li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#contact {
  width: 315px;
  margin-right: auto;
  margin-left: auto;
}

#contact form {
  margin: 12px 0 0;
  padding: 0;
}

#contact form label {
  display: block;
  text-transform: uppercase;
  color: black;
  font: 12px HelveticaNeue, ""Helvetica Neue"", Helvetica, Arial, Geneva, sans-serif;
  margin-bottom: 4px;
}

#contact form input.text {
  display: block;
  margin-bottom: 12px;
  padding: 6px;
  border: 1px solid #bca585;
  width: 300px;
}

#contact form textarea.text {
  display: block;
  border: 1px solid #bca585;
  width: 300px;
  padding: 6px;
  margin-bottom: 12px;
}

#footer {
  width: 924px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  height: 100px;
  z-index: 10;
}

#footer ul {
  
}

#footer ul li {
  list-style-type: none;
  display: inline;
  font-size: 12px;
  color: #664130;
  padding-right: 9px;
  margin-right: 6px;
  border-right: 1px solid #bca585;
}

#footer ul li:last-child {
  border-right-style: none;
  border-right-width: 0;
}

#footer ul li a {
  text-decoration: none;
  color: #005d78;
}

#footer ul li a:hover {
  color: black;
  text-decoration: underline;
}