body {
  padding: 0px;
  margin: 0px;
  background-color: #d1d8dd;
  background-image: url(img/bg.png);
  background-repeat: repeat-x;
  background-position: top left;
}

#main {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -375px;
  width: 752px;
}

#header {
  width: 752px;
  height: 202px;
  background-image: url(img/header.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  margin-bottom: 8px;
}

#nav {
  padding: 2px;
  width: 748px;
  height: 22px;
  background-image: url(img/nav.png);
  background-position: top left;
  background-repeat: no-repeat;
  margin-bottom: 8px;
}

#nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#nav li {
  float: left;
}

#nav a {
  font-family: helvetica, arial, sans-serif;
  padding: 4px;
  font-size: 9pt;
  display: block;
  width: 82px;
  height: 12px;
  color: white;
  text-decoration: none;
}

#nav a:hover {
  background-color: white;
  color: #eca425;
}

#textstart {
  width: 752px;
  height: 10px;
  background-image: url(img/textstart.png);
  background-position: top left;
  background-repeat: no-repeat;
  margin-bottom: -16px;
}

#text {
  font-family: Georgia, Times New Roman, serif;
  font-size: 10pt;
  line-height: 1.6em;
  background-image: url(img/bgtext.png);
  background-repeat: repeat-y;
  background-position: top left;
  width: 712px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: -16px;
}

* html #text {
  width: 752px;
}

#footer {
  width: 752px;
  height: 30px;
  background-image: url(img/footer.png);
  background-position: top left;
  background-repeat: no-repeat;  
  padding-top: 20px;
  text-align: center;
  font-family: helvetica, arial, sans-serif;
  font-size: 9pt;
}

.titlefield {
  width: 100%;
  font-size: 18pt;
  border: 0px;
  background-color: #ffffe6;
  margin: 5px;
}