/* footer.css */

#Footer {
  height: 57px;
  width: 925px;
  background: transparent url(/images/content/background_bottom.gif) no-repeat top left;
}

#Footer .Copyright {
  line-height: 55px;
  float: left;
  font-weight: bold;
  padding: 0 10px;
  color: white;
}

#Footer .Copyright a {
  color: white;
  text-decoration: none;
}

#Footer .FooterLinks {
  line-height: 55px;
  float: right;
  color: white;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
#Footer .FooterLinks a {
  color: white;
  text-decoration: none;
  margin: 0 10px;
  cursor: pointer;
}
