body {
  margin: 0;
  padding: 0;
  font-family: Verdana;
  color: #5C1717;
  font-size: 10pt; 
}
a {  
  color: #5C1717;
}
a:hover, a:active {
  text-decoration: none;
}  
table {
  border: none;
}
td {
  padding: 0;
}
h1 {
  margin: 0;
}
.head {
  background: url(images/bg.jpg) no-repeat top;
  height: 123px;
  vertical-align: middle;
  text-align: center;
  color: #CAAF44;
} 
.menu {
  vertical-align: top; 
  padding-top: 10px;
}
.menu a {
  display: block;
  width: 142px;
  padding-left: 10px;
  height: 22px;
  background: url(images/img2.gif) no-repeat top left;
  color: #3E0C0C;
  font-family: Arial;
  text-decoration: none;
}  
.menu a:hover, .menu a:active {
  text-decoration: underline;
}  
.spacer {
  background: url(images/img1.gif) repeat-y left top;
  vertical-align: bottom;
}
.content {
  background: #FAF7DE;
  border-top: 10px solid #FFF;
  padding: 5px;
  padding-top: 10px;
  vertical-align: top;
}
.content p {
  margin: 0;
  margin-bottom: 15px;
  text-align: justify;
}

.counters {
  background: url(images/img3.gif) no-repeat top left;
  height: 80px;
  padding-top: 70px;
  vertical-align: top;
}       
*html .counters {
  height: 10px;
}                 
