body {
   align: center;
   background: #ddd;
   font-family: 'Lucida Grande',sans-serif;
   font-size: 0.8em;
}

#wrap {
   width: 900px;
   background: #eef;
   margin-left: 3%;
   margin-right: 7%
}

#sidebar {
   width: 175px;
   float:left;
   border-right: dotted;
   margin: 20px;
   background: #eee;
}

#sidebar ul {
   list-style-type: none;
}

#sidebar li {
   margin-top: 0.5em;
}

#footer {
   clear: left;
   text-align: center;
}

#main {
   margin-left: 210px;
}

p {
   margin-top: 1%
}

p.verse {
   margin-left: 3%
}

.example {
   margin-left: 3%
}

h2 {
  margin-top: 25px;
  margin-bottom: 0px;
}

h3 {
   margin-bottom: 0px;
}

img {
   border-style: none;
}
