/* footer.css */

#Footer {
  background: url(/images/header/footer.gif) repeat-x;
  height: 33px;
  width: 945px;
  margin-bottom: 7px;
}

#Footer a {
  text-decoration: none;
  color: white;
  font-size: 12px;
  padding: 0 4px;
}

.copyright {
  text-align: right;
  color: #A5A38C;
  font-size: 10px;
  margin-right: 40px
}

.copyright a {
  text-align: right;
  color: #A5A38C;
  font-size: 10px;
  margin-right: 40px
}

.copyright .graphic a {
  color: black;
}

