/*  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;
}

#content_wrapper {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
  clear: both;
}

#box_top_left {
  float: left;
  width: 480px;
  height: 200px;
  background-color: #ffffff;
  border: 5px solid #FFDABB;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

#box_top_right {
  float: right;
  width: 180px;
  height: 200px;
  background-color: #ffffff;
  border: 5px solid #FFDABB;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

#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;
}
