body{
    font-family: Arial, sans-serif;
}

h1{
    color: dimgray;
   font-family: Georgia, serif; 
}

h2,h3{
    color:chocolate;
    font-family: Georgia, serif;
}

.wrapper{
    width: 90%;
    margin: 10px auto;
    border: 1px solid black;
    padding: 5px 30px;
}

li{
    display: inline;
    text-decoration:none;
}

#all-content{
    color: dimgray;
    width: 100%;
}

#main-content{
    width: 70%;
    float:left;
    margin-right: 5%;
}

#secondary-content{
    width: 25%;
    float:left;
}

#secondary-content blockquote{
    background-color: chocolate;
    color: white;
    font-size: 20px;
    margin: 3.5em 0;
	padding: 0 1%;
}

#footer{
    color: chocolate;
    clear: both;
}

#navigation{
    list-style-type: none;
	clear: both;
    margin: 0 -30px;
	background-color: black;
    padding: 1px 0px;
}

#navigation a{
    color: white;
    text-decoration: none;
    padding: 14px 16px;
    text-align: center;
    font-size: 18px;
}

.current{
    border-bottom: solid 4px white;
}