html, body {
  background-color: #af0101;
  color: black;

  font-family: Arial, Helvetica, sans-serif;
  size: 16px;
  font-weight: normal;

}
a:link {
  color: #af0101;
  text-decoration: none;
}
a:visited {
  color: #8c0000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}


#head {
  width: 820px;
  margin: 0 0 0 -410px;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 20px;
  left: 50%;
  padding: 0;
}
#head h1 {
  margin: 0 0 10px 4px;
  padding: 0;
  font-size: 1pt;
}
#head img {
  margin: 0; padding: 0; border: none;
  display: inline; 
}

#nav {
  position: absolute;
  top: 99px;
  left: 50%;
  width: 822px;
  margin: 0 0 0 -410px;
  padding: 0;
  border-width: 0;
  z-index: 3;
}
#nav ul {
  margin: 0;
  padding: 0;
  border: none;
}
#nav li {
  margin: 0 10px 0 0;
  list-style-type: none;
  display: block;
  float: left;
  border: 1px solid #fff;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: 15px;
  line-height: 19px;
  border-bottom: none !important;

}
#nav .here, #nav a:hover {
  background-color: #ffc !important;
  color: #000 !important;
  text-decoration: none !important;
}

#nav a, .here {
  display: block;
  margin: 0;
  padding: 3px 5px 3px 5px;
  background-color: #af0101;
  color: #fff;
}



#mainframe {
  position: absolute;
  top: 128px;
  left: 50%;
  margin: -3px 0 0 -410px;
  z-index: 1;
  width: 822px;
}

#content {
  border: 1px solid #fff;
  text-align: left;
  background-color: #ffc;
  margin-top: 0;
  padding: 20px;
}

#imgframe {
  margin: -20px -20px 10px -20px;
}
#imgframe img {
}

h2 {
  font-size: 1.2em;
  font-weight: bold;
  color: #af0101;
  margin: 30px 0 10px 0;
}
h2:first-child {
  margin-top: 10px !important;
}

h3 {
  font-size: 1.2em;
  color: #000;
  font-weight: bold;
  margin: 30px 0 10px 0;
}
h3:first-child {
  margin-top: 10px !important;
}

#footer {
 /* position: absolute;
  top: 200px;
  left: 50%;
  margin: 0 0 0 -420px;
  width: 820px; */
  margin: 20px 0 0 0;
  text-align: right;
  border-top: 1px solid #fff;
  padding: 5px 0 0 0;
  font-size: 0.8em;
  height: 30px;
  color: #fff;
}
#footer p {
  margin: 0;
}
#footer img {
  border: none;
  padding-top: 2px;
}

#footer a, #footer a:link {
  color: #fff;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}


#news h2 {
  border-bottom: 1px solid #cca !important;
  margin-top: 50px;
}

hr {
  border: none;
  border-bottom: 1px solid #cca;
}