/* footer.css */

#Footer {
  height: 27px;
  line-height: 27px;
  background: transparent url(/images/footer.jpg) no-repeat;
}

/* FooterLinks */

#Footer .FooterLinks {
  width: 952px;
  float: left;
  color: #BEE1E6;
}
#Footer .FooterLinks a {
  padding: 0 7px;
  color: #BEE1E6;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

/* Copyright */
.Copyright {
  color: black;
  font-size: 11px;
}

.Copyright a {
  color: black;
  text-decoration: none;
}