/* footer.css */

#Footer {
  color: #EAEBDB;
  text-align: center;
  background: transparent;
  line-height: 22px;
  margin: auto;
  width: 870px;
  border-bottom: 2px solid white;
  font-size: 12px;
  margin-top: -22px;
  padding: 0 40px;  
}

#Footer a {
  color: #EAEBDB;
  font-size: 10px;
  text-decoration: none;
  padding: 5px; 
  font-weight: bold; 
}

.copyright {
  margin: auto;
  width: 944px;
  text-align: right;
  font-size: 10px;
  color: #595959;
}

.copyright a {
  color: #595959;
  margin-right: 10px;
  font-size: 11px;
  text-decoration: none;  
}
