*{
    margin: 0;
    padding: 0;       
}

body {
   font-family: "Times New Roman", Times, serif;
    font-size: 100%;
    color: #36312b;
    background color: #f5f4f3;
}

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

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

h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3em;
}

h2 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 25px;
    font-size: 2em;
}

h3 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 10px;
    font-size: 1.3em;
    
}

/*This styles the home navigation*/

#HomeNav {
     font-family: "Times New Roman", Times, serif;
    font-size: 1.5em;
}

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

#HomeNav li {
    display: inline;
    padding-right: 15px;
}

#HomeNav a {
    color: #36312b;
    text-decoration: none;  
}

#HomeNav a:link, a:visited {
     color: #36312b;
    text-decoration: none; 
}

#HomeNav a:hover, a:active {
    text-decoration: underline;
    color: #e0ddd7;
}

/*This styles the main navigation*/

#MainNav {
     font-family: "Times New Roman", Times, serif;
    font-size: 1.5em;
}

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

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

#MainNav a {
    color: #36312b;
    text-decoration: none;  
}

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

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

/*This styles the sub navigation*/

#SubNav {
    font-family: "Times New Roman", Times, serif;
    font-size: 1.1em;
}

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

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

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

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


aside {
    top: 150px;
    width: 200px;
    margin: 5px;
    height: 100%;
    position: fixed;
}

main {
    text-align: center;
}

p {
    text-align: left;
    margin: 0 200px;
    margin-bottom: 10px;
    line-height: 1.75;
    font-size: 1em;
}

p1 {
    text-align: center;
    margin-bottom: 10px;
    
}

img {
    margin-bottom: 25px;
}
footer {
    font-family: "Times New Roman", Times, serif;
    font-size: .8em;
    padding: 20px;
    position: fixed;
    margin-left: -270px;
    bottom: 0;
    width: 100%;
    color: #e0ddd7;
}