 

#wrapper {
    width: 80%;
    margin-top: 5px;
  
        
}

#title {
  font-family: serif;
color: darkslategrey;
font-size: 110%
    
}

#navigation
{
color: white; 
border-bottom-width: thick;
background-color:black;
border-width: 100%;
height: 35px;


    
}

#quote {
    border-top: 1px solid orange
    border-bottom: 1px solid orange; 
    clear:both;  
    float:right;
    width: 20%;
    background-color: chocolate;
    font-size: 150%;
    text-align: center;
    padding: 1%
    
    
        
}

blockquote {
    color: white
}

#maincontent
{float:left;
 width: 75%;
font-size: 120%;
color: darkslategrey;
 font-family: inherit;
    

}

#address {
    color: chocolate;
    float:left;
     width: %;
    font-size: 120%

    
}

h2 {
    color: chocolate;
}

h3{
    font-size: 130%;
    color: darkslategrey
}

li { 
list-style-type: none;
    display: inline;
    margin-right: 12px;
    
   
}

a:link {
    font-family: sans-serif;
        color: white;
    text-emphasis: bold;
    font-size: 140%;     
}