body {
  margin: 0;
  padding: 0;
  background-color: #F26522;
  color: #F26522;
  font-family: Verdana, sans-serif; 
}

a {
  text-decoration: none;
  color: #F26522;
  font-weight: bold;
}

a:active, a:hover {
  font-weight: normal;
}

#main {
  width: 720px;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

#logo {
  background-color: white;
  height: 132px;
  width: 100%;
  text-align: center;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}

#logo img {
  margin-top: 25px;
}

#logo a img {
  border: none;
}

#menu {
  margin-top: 25px;
  width: 297.5px;
  float: left;
  padding: 25px; 
  background-color: white;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  text-align: right; 
}

#menu li {
  list-style-type: none;
}

#content {
  margin-top: 25px;
  width: 297.5px;
  float: right;
  padding: 25px; 
  background-color: white;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
}