/* footer.css */

#Footer {
 padding: 10px;
  background: transparent url(/images/footer-line.png) no-repeat top center;
  height: 25px;
}

/* FooterLinks */

#Footer .FooterLinks {
  float: left;
  color: blue;
  margin-top: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
#Footer .FooterLinks a {
  padding: 0 4px;
  color: blue;
  text-decoration: none;
  cursor: pointer;
}
#Footer .FooterLinks a:hover {
  text-decoration: underline;
}
