#container {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    background-color: #F5B041;
}
nav {

}
header {
    width: 800px;
}
header p {
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    font-size: 15px;
    text-align: left;
    font-variant: normal;
    font-weight: normal;
    font-style: normal;
}
section h3 {
    text-align: center;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-style: normal;
    font-weight: bold;
    font-size: large;
}
section {
    background-color: #F5B041;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}
section img {
    padding-left: 300px;
}
section p {
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    text-align: center;
    font-size: 15px;
  
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}
aside img {
    padding-left: 310px;
    padding-top: 0px;
    float: left;
}
section aside {
    width: 200px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
footer {
    text-align: center;
    clear: both;
    padding-top: 5px;
    color: #FFFFFF;
    background-color: #000000;
}
footer h3 {
    color: #FFFFFF;
    text-align: center;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #000000;
}
footer p {
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    background-color: #000000;
}
