body {
    font-size: 10pt;
    font-family: Verdana, Arial, sans-serif;
    margin: 0;
    background-color: #FFEFD5; /*PapayaWhip*/
    text-align: justify;
    color: black;
}

h1, h2, h3, h4, h5, h6 {
    color: navy;
}

h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

a {
   text-decoration: none;
   font-weight: bold;
}

li {
     list-style-image: url(/images/quaver.gif);
}

#content ul {
    overflow: hidden; /* make sure bullets are clear of images*/
}

#main {
    margin: 10px auto 10px auto;
    width: 902px;
}
#inner {
    border:1px solid #804000; /*brown*/
    background-color: #FFF9D9;
}

#header {
    width: 890px;
    height: 249px;
    padding: 0 5px;
    margin-top: 5px;
    background-color: #FFF9D9;
    background: url(/images/chrisheader.jpg) no-repeat;
}
#menu {
    width: 900px;
    height: 17px;
    padding-bottom: 5px;
    background-color: #FFDEAD; /*navajowhite*/
    border-bottom: 1px solid #804000; /*brown*/
    text-align: center;
}

#content {
    width: 880px;
    background-color: #FFF9D9;
    padding: 5px 10px;
    min-height: 400px;
    overflow: hidden;
}

#copyright {
    text-align: center;
    font-size: 8pt;
    color: navy;
}

#copyright img {
    border: none;
}

#copyright a {
    text-decoration: none;
    font-weight: normal;
    border: none;
    color: #000080;
}


/* Menu start*/
#nav, #nav ul {
        float: left; /* vital */
        width: 100%;
        list-style: none;
        line-height: 17px;
        background: #FFDEAD; /*navajowhite*/
        font-weight: bold;
        margin: 0;
        padding: 0;
        height: 17px;
}

#nav a {
        display: block;
        width: 150px;
        color: navy;
        text-decoration: none;
        padding: 3px 0 2px 0;
        height: 17px;
}

#nav li {
        float: left;
        padding: 0;
        width: 150px;
        list-style-image: none;
}

#nav li:hover, #nav li.sfhover {
        background: #CD853F; /* peru brown*/
}

/* Menu end */
-->
