#left {
  float: left;
  width: 48%;
  padding-bottom: 20px;
}

#right {
  float: right;
  width: 48%;
}

#mid {
  float: left;
  width: 2%;
}

#books {
  width: 100%;
  padding-top: 10px;
  border-top: 1px dotted #9ebc5e;
}

h1 { 
 font-family: georgia, serif;
  font-size: 16px;
  font-weight: bold;
  color: #ac4019;
}

h2 { 
 font-family: georgia, serif;
  font-size: 16px;
  font-weight: bold;
  color: #ac4019;
}

h3 { 
  font-family: georgia, serif;
  font-size: 16px;
  font-weight: bold;
  color: #ac4019;
  margin-bottom: -10px;
  text-align: center;
}

h4 { 
  font-family: georgia, serif;
  font-size: 16px;
  font-weight: bold;
  color: #ac4019;
}

h5 { 
  font-weight: normal;
}
