
/* Template - 3 columns */
#head {
  text-align: center;
  width 90%;
  height: auto;
  background-color:purple;
 /*border-bottom: 5px black double;*/
}

#menu {
  display:none;
  float: left;
  width: 11%;
  }
#middle{
text-align: center;
  float: left;
  width: 60%;
  margin-left: 1%;
  padding-left: 1%;
}
#right{
  float: left;
  width: 23%;
 }

#footer {
  border-top: 5px gray double;
  float: left;
  clear: both;
  width: 90%;
  text-align: center;
}
