h1 {
  font-size: 14pt;
  border: black solid 1px;
  width: 50%;
  background-color: #eeeeee;
}

.box {
  background-color: none;

  color: #000000;
  padding: 0px;
  position: absolute;
}

.bar {
  background-color: #000000;
  color: #ffffff;
  cursor: move;
  font-weight: bold;
}

.content {
  padding: 0px;
  border: none;

}

#banner {
  background: midnightblue;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid;
  font: small-caps 40px/40px "Times New Roman", serif;
  color: white;
  text-align: center;
  margin-top: 2px;

}

#verse_box{
 width: 200px;
 border: solid 1px black;
 background-color: aliceblue;
 padding:2px;


 }


#main {

  margin-left: 9em;
  padding-top: 4ex;
  padding-left: 2em;
  background: white;
 
  width:auto
  height:100%;
  display:block;
}

#column{


        height:100%;

}

#side {

  background:firebrick;
  float:left;
  padding-top: 4ex;
  padding-left: 1em;
  padding-bottom: 1em;
  width: 8em;
  color: white;
  height:100%;
}

#side a {
  color: white;
  font-size: small;
}

.signup-form fieldset{ 
  background: aliceblue;

 }

.signup-form legend {
  color: white;
  background: firebrick;
  font-family: sans-serif;
  padding: 0.2em 1em;
}

.signup-form label {
  width: 10em;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block;
  font-weight: bold;
}

.signup-form input{
   width:auto;
 }

.signup-form .submit {
  margin-left: 5.5em;
}
