
#head {
  clear: both;
  text-align: center;
  border-bottom: 3px double black;
  height: 11em;
background-image: url(title.jpg);
background-repeat: no-repeat



}

#left {
  float: left;
  width: 15%;
  min-height: 40em;
}
#right {
  float: left;
  width: 80%;
  border-left: 3px double gray;
  min-height: 40em;
}
#footer {
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
  border-top: 3px double gray;
}