/*
  Header
*/
#header {
  background: #fff1e6;
  border-top: 1px solid #ccccee;
  border-bottom: 1px solid #ccccee;
  padding-top: 3px;
  padding-bottom: 3px;
}

/*
  Footer
*/
#footer-spacer {
  clear: both;
}

#footer {
  clear: both;
  border-top: 1px dotted gray;
  border-bottom: 1px dotted gray;
  padding: 6px;
  margin-bottom: 60px;
  font-size: 85%;
  background: #f0f0e0;
}

#footer-right {
  float: right;
  text-align: right;
}

#footer-right a {
  padding-left: 15px;
  padding-right: 15px;
}

