  
  #footer {
  font-weight: bold;
  font-size: 14px;
  font-family: Trebuchet MS,Verdana,Arial,Sans,Helvetica;
  color: #999999;
  padding-top:10px;
  border-top-style:solid;
  border-top-color: #666666;
  border-top-width:1px;
  margin-top:55px;
  margin-bottom:25px;
  width:800px;
  }
  
  
   #footer a {
  color: #999999;
       text-decoration: none;
  }
   
   #footer a:HOVER {
  color: #666666;
       text-decoration: underline;
  }
