body {
  text-align: center;
  background: #f4fde5 url("/images/bg.jpg") top center no-repeat fixed;
  margin-top: 20px;
  margin-bottom: 20px; }

a:link {
  color: #ff6600;
  text-decoration: none; }

a:visited {
  color: #ff6600;
  text-decoration: none; }

a:active {
  color: #ff6600;
  text-decoration: none; }

a:hover {
  color: #ff6600;
  text-decoration: underline; }

#page_wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 760px;
  min-height: 500px;
  text-align: left;
  background: white;
  border: 1px solid #018843; }

#page_header {
  height: 100px;
  background: #9acd34;
  clear: both; }
  #page_header h1 {
    margin: 0px;
    padding-top: 30px;
    padding-left: 25px;
    font-family: verdana, arial, sans-serif;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -1px;
    color: #f4fde5; }

#main {
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 15px;
  margin-right: 15px;
  clear: both; }

#right_side {
  margin-left: 10px;
  float: right;
  width: 140px;
  background-color: white;
  border-left: 1px dashed #018843; }
  #right_side h3 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-family: verdana, arial, sans-serif;
    font-size: 14px;
    color: #018843;
    padding-left: 20px; }
  #right_side p {
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 20px;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    color: #666666;
    line-height: 14px;
    padding-left: 10px; }

#left_side {
  float: left;
  width: 500px;
  background-color: white; }
  #left_side h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: verdana, arial, sans-serif;
    font-size: 18px;
    color: #018843;
    padding: 4px;
    border-bottom: 1px solid #018843;
    clear: both; }
  #left_side h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: verdana, arial, sans-serif;
    font-size: 14px;
    color: #018843;
    padding-left: 4px;
    clear: both; }
  #left_side h5 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    color: #018843;
    padding: 4px;
    clear: both; }
  #left_side p {
    margin-top: 0px;
    margin-bottom: 15px;
    font-family: verdana, arial, sans-serif;
    font-size: 16px;
    color: #666666;
    line-height: 22px;
    padding-left: 4px; }
  #left_side li {
    font-family: verdana, arial, sans-serif;
    font-size: 16px;
    color: #666666;
    line-height: 22px;
    padding-left: 4px; }
  #left_side .post {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #018843; }

#spacer {
  height: 20px;
  clear: both; }
