footer {
  width: 600px;
  height: 16px;
  font-size: 8pt;
  
  border-top-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 0px; 
  border-right-width: 0px;
    
  /* this will set the footer to the bottom of the page and keep it there */
  //position:fixed;
  bottom:0px;
  background-color: white;
    
  padding-top:    8px;
  padding-bottom: 8px; 
  
  border-style: solid; 
  border-color: black;
  
  clear:both;
  
  margin-left: 130px;
  
  text-align: center;
}

#footerLeft {
  display: inline;
  float: left;
}

#footerMiddle {
  display: inline;
  margin: auto;
}

#footerRight {
  display: inline;
  float: right;
}