@charset "UTF-8";
#container {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    background-color: #F5B041;
}
nav {

}
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;
}
section img {
}
aside   {
    width: 300px;
    padding-left: 20px;
    padding-top: 20px;
    background-color: #D1D1D1;
    float: right;
}
section {
    background-color: #FFF5E6;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}
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 h1 {
    text-align: center;
    background-color: #F5B041;
}
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;
}
footer h3 {
    color: #FFFFFF;
    text-align: center;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #000000;
}
footer {
    text-align: center;
    clear: both;
    padding-top: 5px;
    color: #FFFFFF;
    background-color: #000000;
}
aside2 {
    padding-top: 20px;
    padding-right: 20px;
    float: left;
    width: 300px;
    background-color: #D1D1D1;
}
