* {
  padding: 0;
  margin: 0;
}

body {
  background: url(images/background.png);
}


div#head {
  background: url(images/head.png);
  width: 538px;
  height: 166px;
  margin: 20px 0 0 300px;
}

    div#head h1 {
      display: none;
    }

ul#menu {
  width: 572px;
  background: url(images/content_background.png) repeat-y;
  padding: 0 33px;
  height: 20px;
  margin: 0 0 0 300px;
}

    ul#menu li {
      list-style-type: none;
      float: left;
      font: 12px verdana, helvetica, sans-serif;
      color: #8B8B8B;

    }

    ul#menu li.backslash {
      margin: 0 15px;
    }

        ul#menu li a {
          color: #8B8B8B;
          text-decoration: none;
        }

        ul#menu li a:hover {
          text-decoration: underline;
        }

div#content {
  clear: both;
  width: 476px;
  background: url(images/content_background.png) repeat-y;
  padding: 0 33px;
  text-align: justify;
  font: 11px verdana, helvetica, sans-serif;
  color: #383838;
  margin: 0 0 0 300px;
}

    div#content h2 {
        font: 13px verdana, helvetica, sans-serif;
        font-weight: bold;
        padding: 10px 0 5px 0;
    }

    div#content a {
      color: #FF6600;
      text-decoration: underline;
    }

    div#content a:hover {
      text-decoration: none;
    }

div#bottom {
  background: url(images/bottom);
  width: 671px;
  height: 182px;
  border: none;
  font: 12px verdana, helvetica, sans-serif;
  color: #8B8B8B;
  margin: 0 0 0 226px;
}

div#bottom img {
  border : none;
}
