body {
  background-color: #80ABC1;
  width: 1200px;
  color: rgb(255,255,255);
  text-align: center;
  font-family: "Sans-Serif";
  font-size: large;
}

 #head {
  background-image: url("images/kayak.jpg");
  background-repeat: no-repeat;
  background-position: center;
  border: 3px solid white;
  text-align: left;
  padding-left: 5px;
  padding-right: 3em;
  float: left;
  width: 1136px;
  height: 270px;
 }
 
 #logo {
  float: left;
 }
 
 .contact {
  border: none;
  float: right;
 }
 
 #left {
  border-right: 1px white solid;
  border-left: 1px solid white;
  float: left;
  width: 201px;
  padding-left: 2px;
  min-height: 1057px;
 }
 
 #menu li {
  padding-left: 40px;
  list-style-type: none;
  width: 100px;
  text-align: center;
  margin-left: -2.5em;
}

#menu a {
  text-decoration: none;
  color: brown;
  display: block;
  background-color: inherit;
  box-shadow: 1px 1px 1px white;
  margin-bottom: 1em;
}

#menu a:hover {
  background-color: yellow;
  box-shadow: 3px 3px 3px gray;
  border: 1px solid white;
}

#main {
  background-color: #80ABC1;
  float: left;
  margin-left: 1px;
  padding-right: 8px;
  text-align: left;
  border-right: 1px white solid;
  width: 600px;
  height: 1058px;
  padding-left: 1em;
  overflow: auto;
}
 
 #right {
  padding-top: 0px;
  border-right: 1px white solid;
  float: right;
  padding-left: 10px;
  width: 353px;
  min-height: 1035px;
  text-align: center;
}
 
 #footer {
  width: 1200px;
  text-align: center;
  clear: both;
  border-top: 2px solid white;
 }
 