body {
  margin: 0px;
  padding: 0px;
  background: #ddd url('../images/background.jpg') no-repeat top center;
}

div#page {
  width: 875px;
  margin: 0px auto;
}

div#logo {
  background: transparent url('../images/arrivi.jpg') no-repeat top center;
  width: 350px;
  height: 316px;
  margin: 35px 0px 20px 0px;
}

div#callout {
  background: transparent url('../images/callout.jpg') no-repeat top center;
  width: 350px;
  height: 181px;
}

div#footer {
  color: #fcc;
  color: #d9cdb7;
  font-family: Georgia, serif;
  font-size: 8pt;
  padding: 8px;
}

div#main_content {
  padding: 7px;
  padding-top: 0px;
  font-family: Arial, sans-serif;
  color: #600;
  font-size: 11pt;
}

div#page div#nav {
  margin: 47px 0px 5px 0px;
}

div#page div#content {
  position: relative;
  background: transparent url('../images/content_area.jpg') no-repeat top center;
  width: 875px;
  height: 584px;
}

div#page div#content div#left_side {
  position: absolute;
  width: 350px;
  margin: 0px 0px 0px 35px;
  text-align: center;
}

div#page div#content div#right_side {
  position: absolute;
  right: 35px;
  top: 35px;
  width: 420px;
  height: 510px;
  overflow: auto;  
}

a {
  color: #562d19;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}
