/* bpcf style sheet */

  body {
    background-image: url(strip2.png);
    background-position: top left;
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;

    font-family:'Trebuchet MS', Helvetica, Ariel, sans-serif;
    font-size:1em;
    color: #8D0100;
  }


  #header {
    margin: 0px;
    padding: 0px;
    height: 183px;
  }


   #page_container {
     width: 850px;
     margin: auto;
   }

   #header {
     margin-top: 20px;
     padding-bottom: 5px;
     margin-bottom: 0px;
     background-color: #952d2d;
     height: 173px;
   }
   #nav {
     background-color: white;
     padding: 2px 10px 2px 10px;
     border-bottom: solid 5px #952d2d;
   }


   #content {
     /* height: 600px; */
     background-color: white;
     padding: 20px;
     margin-bottom: 20px;
   }


   h1, h3 {
     padding-top: 0px;
     margin-top: 0px;
     text-align: center;
   }

   p, h2, h3 {
     text-align: justify;
   }


   #footer {
     background-color: #E36F6F;
     margin-top: 20px;
     height: 20px;
     font-size: 0.7em;
   }

   A:link {text-decoration: underline; color: black;}
   A:visited {text-decoration: underline; color: black;}
   A:active {text-decoration: underline; color: black;}
   A:hover {text-decoration: underline; color: black;}

   #gutter {
    margin-top: 20px;
    text-align: right;
    font-size: 0.7em;
    float: right;
   }

