/*
 * Styles for the footer, horizontal bar at the bottom of the page. *
 *
 */

div.footer  {
  width: 850px;
  height: 20px;
  background-color: #487ca1;
  float: left;
  clear: left;
  margin-top: 8px;
  
  border-top-color: #3f515f;
  border-top-style: solid;
  border-width: 1px;
  border-bottom-color: #3f515f;
  border-bottom-style: solid;
}

div.footer div {
  background: url(../images/footer/footer_left.png) left no-repeat;
  min-width: 4px;
  min-height: 20px;
}

div.footer div div{
  background: url(../images/footer/footer_right.png) right no-repeat;
}

div.footer div div div{
  background: transparent;
}

div.footer div div div p{
  padding-top: 1px;
  margin: 0px;
  font-size: 14px;
  color: white;
  text-align: center;
}


