 /* CSS Written by Karl Boericke */
 
 body {
   background-color: #fffacd;
   background-image: url(../images/biblebackground.jpg);
   background-repeat: repeat;
   position: relative;
   }
/* Verse Numbers Raised */
  .sup {
  position: relative;
  bottom: 1ex; 
  font-size: 20%;
  }
  .text {
    font-size: 100%;
  }
  #wrapper1 {
   margin-top:50px;
   margin-left:50px;
   margin-right:50px;
   padding-right:50px;
   padding-left:50px;
   border-style:double;
   border-width:5px;
   border-color:#800000;
   position: relative;
   }
   #wrapper {
   line-height: 150%;
   background-color: #fffacd;
   margin: 4%;
   padding:50px;
   border-style:double;
   border-width:5px;
   border-color:#800000;
   position: relative;
   }
#menu {
	/* border-style:single; */
	position: absolute;
      right: 0px;
      top: 20px;
      float: right;
      width: 300;
}
a {
	/* position: absolute; */
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
}

a:hover {
  background-color: #ddd;
  border-radius: 60%;
  color: black;
}

.previous {
  color: black;
  
}

.next {
  color: black;
  
}

.round {
  border-radius: 60%;
}
   #header {
      margin-top:0px;
   }
   #bible {
      z-index: 100;
     
   }
   #joyfulimage {
      z-index: 0;
      position: absolute;
      right: 20px;
      top: 20px;
      float: right;
      width: 300;
      font-family: Comic Sans MS;
      /*border: 1px solid #800000;*/
   }
   .clear {
     clear: both;
   }