/* Style Sheet */

  #footer {  
    clear: both;  
    height: 2.5em;  
    background-color: #d8d8c8;
    border-top: 5px solid #333;  
    margin: 10px 0 0 0;  
  }
  #footer p {
    text-align: left;
    vertical-align: bottom;
    font-size:0.7em;
    margin-top: 3px;
    margin-left: 15px;
    color: #666666;
  }