@charset "UTF-8";
/* H&H Marine */

div.page {
  width:500px;
}

div.header {
  background-color:#FFA500;
}

div.menu {
  background-color:#FFD700;
  height:200px;
  width:100px;
  float:left;
}

div.content {
  background-color:#EEEEEE;
  height:200px;
  width:400px
  float:left;
}

div.footer {
  background-color:
  #FFA500;
  clear:both;
  text-align:center;
}

h1 {
  margin-bottom:0;
}
