*{
  margin: 0px;
  padding: 0px;
}

ul{padding: 10px 10px 10px 50px}

p {padding: 7px;}

body{
  background: #222;
  /*
     background-image: url('test_background.jpg');
     background-image: url('test_background2.jpg');
     background-image: url('test_background3.jpg');
     background-image: url('test_background4.jpg');
   */
  text-align: center;
  font-family: Arial;
}

#webPage{

  width: 760px;
  margin: auto;
  text-align: left;
  border: solid 2px #393939;
}

#header{
  height: 207px;
  background: url('header.jpg');
  position: relative;
}

#header h1{
  color: #fff;
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 30px;
}

#nav{
  background: url('navbar.gif');
  height: 24px;
  border-top: solid 1px #393939;
  border-bottom: solid 1px #393939;
  text-align: right;
}

#nav a{
  color: #fff;
  display: block;
  height: 19px;
  width: 100px;
  margin-top: 3px;
  padding: 0px 17px;
  text-decoration: none;
  background: url('btn.gif') no-repeat;
  text-align: left;
  float: right;
}

#content{
  background: #000
}

.box{
  margin: 10px;
  border: solid 2px #393939;
  padding-top: 32px;
  background: url('box.gif') repeat-x #fff;
}

#bibleAdd, #items{
  width: 356px;
  float: left;
  height: 200px;
}

#items strong{padding: 5px;}

#bibleAdd img{
  margin: 10px;
  float: left;
}

#larryStory{clear: both;}

#larryStory img{
  margin: 10px;
  float: left;
}

.clear{clear: both;}