* {
    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;
}

h2 {
    font-family: 'Grandstander', cursive;
    margin-bottom: 20px;
}

h1 {
    font-family: 'Grandstander', cursive;
    font-size: 4em;
}

/*This styles the home navigation*/

#HomeNav {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
}

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

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

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

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

#HomeNav a:hover,
a:active {
    text-decoration: none;
    color: gray;
}

/*This styles the Main navigation*/

#MainNav {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
}

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

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

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

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

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

/*This style sub navigation*/

#SubNav {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5em;
}

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

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

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

#SubNav a:hover,
a:active {
    text-decoration: none;
    color: #295174;
}


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

main {
    text-align: center;
}

p {
    margin: 0 50px;
    line-height: 1.75;
    font-size: 1em;
}

.img_title{
    text-align: center;
}
.img_title2{
    position: relative;
    right: 150px;
}
.img_title3{
    position: relative;
    left: 150px;
}
.title4{
    text-align: left;
}

img {
    margin-bottom: 20px;
}

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