   
* {
    margin: 1px;
    padding: 1px;
    border: 1px;
    }
    #allcontent {
        width: 100%;
    }
    #primarycontent{
        width: 60%;
        float:left;
        border-right:solid 1px #4E0102;
        border-left: solid 1px #4E0102;

   
        }
    #secondarycontent{
       
        width: 18%;
       
        float:right;
        
        left: 5%;
       }  
    #footer{
        text-align: center;
        width: 100%;
        float:left;

    }
body {

   
    font-family: Georgia, serif;
    background-color: #ffffff;
    float: left;
    }
    h1 {
        font-family: Georgia, serif;
        color:rgb(4, 0, 0);
    }
    h2,h3, h4 {
    text-align: center;
    font-family: Georgia, serif;
    color: #170d7166;
    }
    h1 {
    text-align: center;
    }
    h2 {
    border-top: solid 2px #4E0102;
    border-bottom: solid 2px #4E0102;
    padding-top: 1em;
    }
    em {
        font-weight: bold;
    }
    #contact {
        font-family: Georgia, serif;
        color: #170d7166;
        border-top: solid 2px #4E0102;
        padding-top: 1em 
        
                
    }

    #navigation {
        text-align:center;
        font-family: Georgia, serif; font-size: 100%;
        background-color: aliceblue;
        float: left;
        width: 20%;
        
    }
    li {
        display:list-item;
        list-style-type: none;
        }
    li {
        display: list-item;
        list-style-type: none;
        }
        a:link, a:visited, a:active {
            color:rgb(4, 0, 0); text-decoration: none; font-weight: bold;
            }
            a:hover {
            color: rgb(4, 0, 0); text-decoration: underline; font-weight: bold;
            }
            .current {
            text-decoration: underline; font-weight: bold;
            }
            .wrapper { 
                width: 99%;
                margin: 5px auto;
                border: 1px #000 solid;
                padding: 1px;
                position: fixed;
            }
    

        
