#body
{ 
background-image:url('images/back.gif');
background-repeat: repeat-x;
background-color: #503b18;
}
#header
{
  position: absolute;
  top: 50px;
  width: 770px;
  height: 110px;
  color:black;
  font-size:12px;
  text-align: right;
  font-family:  verdana;
}
#links
{
  position: absolute;
  top: 150px;
  left: 50%;
  width: 800px;
  height: 35px;
  margin-left: -400px;
  text-align:center;
  font-weight: bold; 
  font-family: verdana;
}

#leftcol 
{
  background-image:url('images/index_04.gif');
  background-repeat: no-repeat;	
  position: absolute;
  top: 195px;
  left: 50%;
  width: 168px;
  height: 395px;
  margin-left: -370px;
  font-size: 11px;
  font-family: verdana;
  padding: 5px;

}

#content 
{
  position: relative;
  top: 0px;
  left: 10px;
  width: 600px;
  height: 400px;
  font-family:  verdana;
  padding-left: 10px;
}

#footer
{
  font-family:  verdana;
  font-size: 8px;
  color: white;
  text-decoration: none;
  text-transform: none;
  text-align: center;
}

.class1 A:link {text-decoration: none; color:white; font-family:  verdana; font-weight: bold; }
.class1 A:visited {text-decoration: none; color:white; font-family:  verdana; font-weight: bold;  }
.class1 A:active {text-decoration: none; color:white; font-family:  verdana; font-weight: bold; }
.class1 A:hover {text-decoration:none;  color: white; font-family:  verdana; font-weight: bold; }
