body {
  margin-left: 25%;
  margin-right: 3%;
  min-width: 750px;
  max-width: 95%;
  line-height: 1.6;
}
#main {
  float: left;
  width: 100%;
}
#menu {
  position: absolute;
  left: 20px;
  top: 100px;
  width: 20%;
}
#footer {
  clear: both;
}
h2 {
  font-size: large;
  margin: 2em 0em 0em 0em;
  padding: 0.2em 0.5em;
  border-width: thin;
  border-color: white;
  background-color: #FFCC66;
}
