div#page-footer {
  background-color: #ccc;
  color: #666;
  font-size: 9px;
  clear: both;
}

div#page-footer ul {
  background-color: #fff;
  color: #999;
  text-align: right;
  padding: 6px 0;
}
div#page-footer ul li {
  display: inline;
  border-right: 1px solid #999;
  padding: 0 9px;
}
div#page-footer ul li a { color: #999; }
div#page-footer ul li.last-child { border: 0 none; }

div#page-footer div.last-child p { padding-bottom: 1em; width: 954px; }
div#page-footer div.last-child p+p { color: #999; }

div#page-footer ul.first-child {
  background-color: #e8e8e7;
  padding: 4px 1px;
  height: 17px;
  text-align: left !important;
}
div#page-footer ul.first-child img {
  vertical-align: middle;
  margin-right: 10px;
}
div#page-footer ul.first-child li {
  border-right: 0 none !important;
  padding: 0 !important;
}

