#main-content {
    width: 70%;
    float: left;
    
}

#secondary-content {
    width: 30%;
    float: left;
    
}

.primarynav {
    list-style-type: circle;
    background-color:white;
    color: black;
    display: inline;
    float: left;
    
}

.primarynav a:hover {
 background-color:orange; 
}

.navbutton {
    
    display: block;
    padding: 6px;
    border: 1px solid black;
   
}

.footer {
    
    float:left;
}