body {
    font-family: helvetica neue;
    margin: auto;
    min-width: 680px;
    max-width: 1200px;
    margin: auto;
    margin-top: 70px;
    background-color:#FCFCF9;
    margin-bottom: 30px;
}
a:link {
    text-decoration: none;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #765C43;
    min-width: 680px;
    box-shadow: 0px 2px 10px #888888;
}

li.header {
    float: right;
       padding-bottom: 0px;
    
}

li.header a {
    display: block;
    color: white;
    text-align: center;   
    padding: 14px 16px;
    text-decoration: none;
}

li.header a:hover {
    background-color: #473828;
}
ul {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
li#name {
    float: left;
    font-size: 28px;
    color: white;
    margin-left: 10px;
    margin-top: 5px;
    font-weight: 100px;
}

img {
    width: 240px;
    float: left;
    display: inline;
    padding-right: 20px;
     margin-left: 20px;


}
div#contact {
    display: inline;
    margin-right: 0px;

}
div#quote {
    padding-top: 20px;
    text-align: center;
}

ol {
    text-align: left;
     margin-left: 20px;
    margin-right: 20px;
}


a:hover { 
color:black;
background-color: #FCFCF9;
text-decoration:none}



a:link {
color: #800000;
text-decoration: none}

a:visited {
color: #D2691E;
text-decoration: none}

h2 {
    font-size: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

li {
    padding-bottom: 10px;

}

div#teaching {
    margin-left: 40px;
    margin right: 20px;
}