body 
{
  background-color: #313131; 
  margin: 0;
  font-family: Calibri;
  font-size: 14px;
  color: #000000;
}

A:link {color: #CBC3AD;}
A:visited {color: #CBC3AD;}
A:active {color: #CBC3AD;}
A:hover {color: #CBC3AD;}

.header
{
  cursor: hand;
}

.page_title
{
  background-color: #536048;
  height: 20px; 
  width: 890px; 
  margin: 20px 0px 20px 10px; 
  padding-top: 2px;
  text-align: center; 
  color: #CBC3AD;
  font-size: 14px; 
  font-style: italic;
}

.page_title_bar
{
  width: 500px; 
  background-color: #536048; 
  font-weigth: bold;
}

.footer
{
  position: absolute; 
  top: 1010px; 
  height: 65px; 
  width: 100%;
}




