body {
  margin: 35px 0px 0px 0px;
  background-image: url(images/back.jpg);
  color: #000000;
  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
  font-size: medium;
}
td.header {
  margin: 0px;
  padding-right: 20px;
  margin-bottom: 40px;
  background-image: url(images/back-light.jpg);
  border-bottom: 3px solid #000000;
  border-top: 3px solid #000000;  
  border-left: none;
  border-right: none;
}
.header_nav {
  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
}
hr {
  margin-top: 35px;
  margin-bottom: 35px;
  color: #000000;
}
img.pic {
  border: 1px solid #000000;
  margin-top: 0px;
  margin-bottom: 20px;
}
td.content {
  padding-top: 30px;
}
a {
  color: #232323;
}
a:hover {
  color: #000000;
}

body.splash {
  margin: 0px;
  background: #000000 url(images/back.jpg) repeat;
}
td.splash {
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
}
td.nav {
  background: #000000 url(images/back-light.jpg) repeat;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}