 * { 
    margin: 0;
    padding: 0;
    }
     body {
           font-family: 'Roboto', sans-serif;
           font-size: 100%;
           color:#000;
           background-color:#fff;
    }

#OuterWrapper {
   margin: 20px auto; 
    width: 1200px;    
    }

header {
    
    width: 100%;
    height: 150px;
    text-align: center;
    }

h1 {
    font-size: 3em;   
    }

h1, h2, h3 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 400;
    }

h2 {
    padding-bottom: 20px;    
    }

#MainNav { 
font-size: 1.5em;
font-family: 'Maven Pro', sans-serif;
font-weight: 400px;
    }

#MainNav ul { 
    list-style-type: none;
    margin: 0;
    padding: 0;   
    }

#MainNav li {
    display: inline-block;
    padding: 15px; 
    }

#MainNav a:link, a:visited {
    color: #000; 
    text-decoration: none;
    }

#MainNav a:hover, a:active {
    color:darkseagreen;
    text-decoration: underline;
    }

aside {
    top: 200px;
    width: 200px;
    height: 100%;
    position: fixed;
    overflow: auto;
    
    
}

#SubNav { 
font-size: 1.5em;
font-family: 'Maven Pro', sans-serif;
font-weight: 400px;
    }

#SubNav ul { 
    list-style-type: none;
    margin: 0;
    padding: 0;   
    }

#SubNav li {
    display: block;
    padding-bottom: 20px; 
    }

#SubNav a:link, a:visited {
    color: #000; 
    text-decoration: none;
    }

#SubNav a:hover, a:active {
    color:darkseagreen;
    text-decoration: underline;
    }

main {
    text-align: center; 
    }


p { 
    text-align: left;
font-size: .875em;
line-height: 1.75;
margin: 30px;
    }
img {
margin-bottom: 20px;}


footer {
    font-family: 'Times New Roman', Times, serif;
    font-size: .757em;
    padding: 20px;
    position: fixed;
    bottom: 0;
    width: 100%;    
    }