@import url(206css.css);

body  {background: #30231D top left no-repeat fixed;
      font: 14px Tahoma, Times, 'Times New Roman', serif;
      text-align: center;
}

#header {padding: .2em;
 		 width: 80%;
         margin: auto;
         background: #F6F1DD;
         font: 2em Georgia, Times, 'Times New Roman', serif;
         border: 2px solid #E75231;
}


/**This controls the main body of the page**/
#content {margin: auto;
          width: 75%;
          padding: 4% 5%;
          background: #F6F1DD;
          border: 6px ridge #E75231;
          text-align: left;
          line-height: 150%;
}


#content h2 {margin-top: 10px;
}


