

body {
    background-image : url('site_images/parchment_b.png');
    background-position : top left;
  }


h1 {
    font-family : serif;
    font-size : 30px;
    text-align : center;
  }


h2 {
    font-family : serif;
    font-size : 25px;
    text-align : center;
  }


p {
    font-size: 20px ;
    padding: 10px 10px 10px 10px ;
  }


ul {
    list-style-type : none;
  }


li {
    background-color : #d1bc99;
    font-family : serif;
    font-size : 20px;
    outline-color : #ad906e;
    outline-style : groove;
    outline-width : 2px;
    padding-bottom : 5px;
    padding-left : 5px;
    padding-right : 5px;
    padding-top : 5px;
  }


#mainleft {
    float : left;
    padding-bottom : 10px;
    padding-right : 10px;
    width : 20%;
  }


#maincenter {
    float : left;
    padding-bottom : 10px;
    padding-right : 10px;
    width : 47%;
  }


#mainright {
    float : left;
    padding-bottom : 10px;
    padding-right : 10px;
    width : 25%;
  }


#footer {
    float : left;
    padding-bottom : 20px;
    padding-left : 20px;
    padding-right : 20px;
    padding-top : 20px;
    text-align : center;
    vertical-align : text-bottom;
    width : 75%;
  }

#thumb {
    border-bottom-style : none;
    border-left-style : none;
    border-right-style : none;
    border-top-style : none;
    height : 75px;
    width : 75px;
  }


:link {
    color : #000000;
  }


:visited {
    color : #5c5c5c;
    font-style : italic;
  }


:active {
    color : #ffffff;
  }


:hover {
    color : #df0b0b;
  }


div#content {
    background-color: white;
    background-image: url(glassy-ripple.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }


