body {
    text-align: center;
    background: #000;
    margin: 0;
    padding: 0;
    font-family: Arial, "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    font-size: 85%;
    }
    
#wrapit {
    width: 750px;
    margin: 0px auto;
    padding: 0;
    text-align: left;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    background: #fffeed url(./img/line.jpg) repeat-y 50% 0;
}

#header{
    margin: 0;
    padding: 0;
    width: 750px;
    height: 200px;
    background: #fff url(./imgs/banner.jpg) no-repeat center;
}

#nav{
    margin: 0;
    padding: 5px 0 0 0;
    width: 750px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background: #fff url(./imgs/nav.jpg);
}

#contentwrapit {
    width: 750px;
    margin: 0 auto;
    padding: 0;
}

/* Includes fix for IE5/Win */ 

#left {
    padding: 10px;
    margin: 0;
    float: left;
    voice-family: "\"}\"";
    voice-family: inherit;
}

/* Be nice to Opera */

html>body #left {
    width: 95%;
}

#footer {
    position: relative;
    clear: both;
    margin: 0;
    padding: 0;
    text-align: left;
    border-top: 1px solid #000000;
    background: #fff url(./imgs/foot.jpg) no-repeat;
    width: 750px;
    height: 39px;
}
#nav ul {
    margin: 0;
    padding: 0 0 8px 0;
    font-family: Arial, "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    font-size: 120%;
    font-weight: bold; 
    text-align: center;
}

#nav li {
    margin: 0;
    padding: 10px;
    display: inline;
    list-style-type: none;
}

#nav a:link {
    color: #000;
    text-decoration: none;
    border: 0;
}

#nav a:visited {
    color: #000;
    text-decoration: none;
    border: 0;
}

#nav a:hover{
    color: #336699;
    text-decoration: none;
    padding-bottom: 1px;
}

#nav a.active, #nav a:active {
    color: #000;
    text-decoration: none;
    padding-bottom: 1px;
}

#chapter_section {
    font-weight: bold;
}

#chapters {
    margin: 0;
    padding: 0 0 8px 0;
    font-family: Arial, "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    font-size: 100%;
    font-weight: bold; 
    text-align: center;
}   

#chapters li {
    margin: 0;
    padding: 3px;
    display: inline;
    list-style-type: none;
}       

#chapters a:link {
    text-decoration: none;
    padding: 3px;
}

#chapters a:visited {
    text-decoration: none;
    padding: 3px;   
}

#chapters a:hover {
    text-decoration: none;
    padding: 3px;
}

#chapters a.active{
    text-decoration: none;
    padding: 3px;
}

    
a:link {
    color: #000;
    text-decoration: underline;
    border-bottom: 1px #336699;
}   

a:visited {
    color: #000;
    text-decoration: underline;
    border-bottom: 1px #336699;
}

a:hover {
    color: #336699;
    text-decoration: underline;
}

a:active {
    color: #336699;
    text-decoration: underline;
    border-bottom: 1px #336699;
}
