body{
    background-color: #E7E7D7;
    margin: 0px;
    font-family: 'Lato', sans-serif;
}

header{
    background-color: white;
    background-image: url("../images/logoPattern.png");
    background-position: bottom;
    background-repeat: repeat-x;
    padding: 2%;
}

nav{
    background-color: #D0D0C6;
    padding: 2%;
}

#container{
    position: relative;
    margin-left: auto;
    margin-right: auto; 
    width: 100%; 
}   

#text div{
    padding: 2%;
}

header h1{
    display: block;
    font-weight: 400;
    font-style: italic;
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 1em;
    color: #F47100;
    position: relative;
    top: -30px;
}

header img{
    margin: 10px 10px 30px 10px;
}


nav ul{
    margin: 0px;
    list-style-type: none;
    padding: 0px;
}

nav li{
    padding-left: 25px;
    padding-right: 25px;
}

nav a{
    font-size: 20px;
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    color: #5D5D56;
}

nav a:hover{
    color: #F47100;
    border-bottom: 10px solid #F47100; 
}

nav a.active{
    color: #F47100;
}

#sideBox{
    font-size: 0.8em;
    position: absolute;
    top: 250px;
    right: 10px;
}

#sideBox a{
    font-size: 1em;
    color: #F47100;
    padding: 0px;
}

#sideBox a:hover {
    border-bottom: none; 
}

#imageStrip{
    width: 100%
}

#imageStrip img{
    height: inherit;
    float: left;
    width: 20%;
}

#text h2{
    color: #F47100;
    margin-bottom: 5px;
    font-size: 1.25em;
    margin-top: 0em;    
}

#text p{
    line-height: 1.4em;
    color: #5D5D56;
    font-size: 0.9em;
    margin-top: 0em;
}

footer{
    font-size: 0.9em;
    color: white;
    background-color: #96968C;
    padding: 10px;
    width: 100%;
    line-height: 1.5em;
}
footer p{
    margin: 0px;
}

