/**
 * footer.css
 *
 * Cascading Style Sheet for the page footer.
 *
 * @author    Brian Conner <bpconner@gmail.com>
 * @copyright 2006 Chautauqua Hills Camp
 * @package   chcamp.org
 */

#footer {
  clear:both;
  background-color: #996600;
  color:#BBB66A;
  font-size:9pt;
  height:3%;
  text-align:center;
  line-height:150%;
}
#footer a {
  text-decoration:none;
  color:#BBB66A;
}