#menudiv {
  position: static;
  
  overflow: visible;
  
  float: left;
  
  margin-right: 20px;
  margin-bottom: 20px;
  
  border-right: solid 1px;
  border-bottom: solid 1px;
}

#content {
  position: static;
  
  overflow: visible;
}

#header {
  border: none;
  
  text-decoration: underline;
}
