body
  {
  background: #060606 url(images/leaves.jpg) repeat;
  font: 10pt/1.2em Arial, sans-serif;
  padding: 0px;
  margin: 0px;
  text-align: center;
  }

h1 { font-size: 13pt; }
h2 { font-size: 11pt; }
h3 { font-size: 10pt; margin: 1em 0px 0px 0px; }
img { vertical-align: middle; }

a { color: black; }

#container
  {
  background: white url(images/sidebar.png) repeat-y top left;
  width: 767px;
  margin: 0px auto;
  position: relative;
  text-align: left;
  }

#menu
  {
  width: 102px;
  float: left;
  background: url(images/left.png) no-repeat;
  text-align: center;
  font-size: 9pt;
  }

#menu ul
  {
  text-align: left;
  list-style: none;
  margin: 6px 0px 65px 0px;
  padding: 0px;
  list-style: none;
  }

#menu ul a
  {
  text-decoration: none;
  display: block;
  padding: 0px 0px 0px 11px;
  background: url(images/bullet.png) no-repeat 0px center;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  }
#menu ul a:hover { background: #004700 url(images/bullet.png) no-repeat 0px center; color: white; }

#header
  {
  position: absolute;
  top: 0px;
  left: 102px;
  height: 327px;
  width: 665px;
  overflow: hidden;
  }
#header img
  {
  height: 327px;
  width: 665px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  border: 0px;
  }

.content
  {
  padding: 0px 130px 10px 25px;
  padding-top: 327px;
  margin-left: 102px;
  text-align: justify;
  }

#footer
  {
  text-align: center;
  font-size: 8pt;
  padding: 10px 0px 30px 0px;
  margin-left: 102px;
  }

#tower { position: absolute; right: 30px; top: 339px; }

#links { margin: 0px; padding: 0px; list-style: none; }
#links li { margin: 8px 0px; padding-left: 20px; background: url(images/bullet.png) no-repeat center left; }
#links a { text-decoration: none; }