/*  CSS Document 

 http://www.organicsanity.com/style.css
 
 Copyright: Terry Didcott 2007    */
 
 body {
  background: #ccffcc;
  margin-top:10px;
  margin-bottom:10px;
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 760px;
  text-align: left;
  background: #ffffff;
  border: 1px solid #006633;
}

#page_header {
  height: 120px;
  background: #ffffcc;
  color: #006600;
  clear: both;
}

#page_footer {
  height: 50px;
  background: #ffffcc;
  clear: both;
}

#page_footer p {
  padding-top:18px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #336633;
  letter-spacing:1px;
}
