.book {
  background-image : url(/sites/default/files/old_images/writings/small-fry/images/background.jpg);
  background-repeat : repeat-y;
  padding : 2em 25em 0em 6em;
  font-family : Georgia;
  line-height : 1.4em;
  color : #330000;
  /*font-size: 16px;*/
  }

.book.jailler {
  background-image : url(/sites/all/themes/gff/jailler-background.jpg);
  line-height: 1.8rem;
  padding: 2em 23em 0em 6em;
}

.bottom {
  background : url(/sites/default/files/old_images/writings/small-fry/images/bottom.jpg) bottom left no-repeat;
  height : 90px;
  margin-top : -4px;
  }
.book h3,
.book .chapter { color : #666; }

html>body #bookend, 
html>body #book {
  padding : 2em 17em 0em 6em;
}