body {
  background: #333 url('bg.jpg') no-repeat top center;
  font: 11pt Arial, Helvetica, sans-serif;
  margin: 25px 0 0 0;
  padding: 0;
  text-align: center;
  color: #963;
}
a, a:active, a:visited, a:hover {
  color: #963;
  font: 11pt Arial, Helvetica, sans-serif;
  text-decoration: none;
}
a img {
  border: none;
}

#top {
  width: 25px;
  height: 25px;
  float: left;
  position: relative;
  top: -2px;
  left: -2px;
}
#right {
  width: 10px;
  height: 10px;
  float: right;
  position: relative;
  top: -2px;
  left: 2px;
  clear: right;
}
.one {
  background: #cff;
}
.two {
  background: #ccc;
}
.three {
  background: #9cc;
}
.four {
  background: #699;
}
.five {
  background: #663;
}
.six {
  background: #963;
}
.seven {
  background: #333;
}

#content {
  background: #9cc url('logo.jpg') no-repeat top;
  padding: 0;
  width: 757px;
  margin: 0 auto;
  border: 2px solid #bff2f2;
  min-height: 560px;
  text-align: left;
}
#content p {
  line-height: 1.2em;
  margin: 0 1em 1em 1.5em;
}
#content .us {
  position: relative;
  float: left;
  left: -50px;
}
#content h1 {
  font: 11pt Arial, Helvetica, sans-serif;
  color: #cff;
  margin: 2em 0 .2em .5em;
}
#content h2 {
  font: 11pt Arial, Helvetica, sans-serif;
  color: #633;
  text-decoration: underline;
  margin: 0 0 .3em 1em;
}

img.pf {
  border: 10px solid #bff2f2;
  width: 60px;
  height: 60px;
  margin: 10px 12px;
  float: left;
}
img.pf:hover {
  border-color: #fff;
}

.nav {
  position: relative;
  z-index: 10;
  font: 10pt Arial, Helvetica, sans-serif;
  height: 155px;
  margin: 110px 0 0 15px;
}

.nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 125px;
  position: relative;
  background: none;
}

.nav ul.one li {
  background: #963;
  opacity: .6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
}
.nav li {
  height: 25px;
  margin-bottom: 1px;
}
* html .nav li {
  margin-left: -16px;
  margin-lef\t: 0;
}
.nav table {
  position: absolute;
  border-collapse: collapse;
  top: 0;
  left: 0;
  z-index: 100;
  font-size: 1em;
  width: 0;
  height: 0;
}

.nav a, .nav a:visited, .nav a:hover, .nav a:active {
  display: block;
  text-decoration: none;
  height: 25px;
  line-height: 25px;
  width: 125px;
  color: #fff;
  text-indent: 3px;
  background: transparent;
}

* html .nav a:hover {
  background: #855c33;
}

.nav :hover > a {
  color: #fff; 
  background: #855c33;
}

.nav ul ul {
  visibility: hidden;
  position: absolute;
  top: -1px;
  left: 126px;
}
.nav ul ul a, .nav ul ul a:active, .nav ul ul a:visited {
  font-size: 8pt;
  color: #000;
}
.nav ul ul a:hover {
  color: #fff;
  font-size: 8pt;
  background: #5c3333;
}
.nav ul li:hover ul, .nav ul a:hover ul {
  visibility: visible;
  background: none;
}
.nav ul.two {
  top: 26px;
}
.nav ul.two li {
  background: #6c8181;
  margin-bottom: 1px;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
}
.nav ul.three {
  top: 51px;
}