

body {
   background-color: #000000;
   background-image: url('/images/generic-bg.jpg');
   background-position: center 63px;
   background-repeat: no-repeat;
   margin: 0 auto;
   padding-bottom: 60px;
   width: 1020px;
   color: gray;
 }




/*
* Page Navigation
* ===============
*/

#navigation {
  font-size: 20px;
  width: 625px;
  height: 28px;
  padding-top: 35px;
  padding-left: 395px;
  font-family: 'Jim Nightshade', 'Times New Roman';
  background-image: url('images/navigation-bar.jpg');
  background-repeat: no-repeat;
}
#navigation a {
  color: #a1907c;
  text-decoration: none;
  text-shadow: 2px 2px 4px black;
  padding: 5px 12px;
}
#navigation a:hover {
  color: #ab9c89;
}

a:link,
a:visited {
  color: #a1907c;
}



/*
* Book Page
* ===============
*/


.book {
  padding-top: 40px;
  padding-right: 100px;
  padding-bottom: 0px;
  padding-left: 240px;
}
.book h2 {
  font-family: 'Jim Nightshade', 'Times New Roman';
  color: #ab9c89;
  font-size: 2.0em;
  line-height: 0px;
}

.book img {
  margin-left: -120px;
  float: left;
  margin-top: 0px;
  margin-bottom: -20px;
  border: 5px solid #000;
}




/*
* Characters Page
* ===============
*/

#characters {
  text-align: center;
}

#character h2 {
  font-family: 'Jim Nightshade', 'Times New Roman';
  font-size: 2.5em;
  margin-bottom: 0px;
  color: #aaa;
}



/*
* Author Page
* ===============
*/

#author {
  margin: 0 auto;
  width: 500px;
  padding-left: 210px;
  padding-top: 50px;
}

#headshot {
  float: left;
  margin-top: 15px;
  margin-left: -210px;
}


/*
* Contact Page uses author page style sheet
* ===============
*/




