html {
  background-color: black;
  color: white;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
a img {
  border-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-style: italic;
  color: #fff682;
}
h1 {
  font-size: 2.2em;
  text-align: center; 
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.1em;
}
table.contact td p {
  margin: 0px;
}
a {
  color: #fff682;
}
a:visited {
  color: #d0c958;
}
div#container_overall {
  width: 855px;
  margin: 0px auto;
  background-color: #4f1507;
  border-bottom-color: #220d0c;
  color: #f7931e;
  padding: 100px 65px 0px 65px;
}
#logo {
  float: right;
  margin: -10px 0px 20px 15px;
}
div#nav_top {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-style: italic;
  font-weight: bold;
  font-size: 28px;
  position: absolute;
  margin-top: -60px;
  margin-left: -30px;
}
div#nav_top a {
  color: #f7931e;
  text-decoration: none;
  margin-right: 5px;
  border-left: 3px solid #630c05;
  display: block;
  height: 45px;
  padding-top: 5px;
  padding-left: 9px;
  float: left;
}
div#nav_top a.first {
  border-style: none;
}
div#decoration_top {
  width: 480px;
  height: 342px;
  position: absolute;
  margin-left: 520px;
  margin-top: -100px;
}
div#decoration_bottom {
  width: 318px;
  height: 262px;
  margin-top: -210px;
  margin-left: -65px;
}
div#footer {
  text-align: center;
  margin-left: 318px;
  margin-top: -50px;
}
div#footer a {
  text-decoration: none;
}

