.main-header {
  background: url('/images/hdr-main.jpg') no-repeat;
  height: 96px;
}

.sub-header {
  background: url('/images/hdr-colorbar.gif') no-repeat;
  height: 15px;
}

.sidebar {
  width: 158px;
  float: left;
}

.sidebar .content {
  margin: 5px 0 5px 5px;
  background: url('/images/nav-box-top.gif') no-repeat;
  padding: 15px 0;
}

.body {
  float: right;
  width: 580px;
}

.body .header {
  background: url('/images/pg-hdr-img-main.jpg') no-repeat;
  padding-top: 69px;
}

.body .content {
/*        background: url('/images/watermark.gif') no-repeat 95% 5%; */
  padding: 5px;
  padding-right: 15px;
  margin-bottom: 50px;
}

.footer {
  clear: both;
  font-size: 80%;
  height: 100px;
}
.footer .logo {
  float: left;
  width: 180px;
  text-align: center;
}
.footer .content {
  float: left;
}

.footer a:link     {color:#933; text-decoration:none;}
.footer a:visited  {color:#933; text-decoration:none;}
.footer a:active   {color:#933; text-decoration:none;}
.footer a:hover    {color:#633; text-decoration:underline;}
