body {
    background-color: #D6DBBE;
    font-size: 1.em;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}

#container {
    width: 960px;
    margin: 0 auto;
    background-color: #8B916C;
    border-radius: 10px;
}
a:link, a:visited {
    color: #D4D0B9;
    text-decoration: none;
    list-style-type: undefined;
}

a:hover, a:active {
    text-decoration: underline;
    color: #4E4137;
}
header h1 {
    color: #E5E1C9;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 2.5em;
    padding-top: 30px;
}

header {
	text-align: center;
	
}
header #mainImage {
    border-radius: 15px;
    width: 300px;
    max-width: 100%;
    height: auto;
}


header p {
    font-size: 1.3em;
}
main {
    margin-left: 20px;
    margin-right: 20px;
}



main h1 {
    color: #E5E1C9;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 2.5em;
}


main h2 {
    color: #FFFFFF;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}
main p {
    line-height: 1.5em;
}


main li {
    list-style-type: none;
    line-height: 1.5em;
}
aside {
    background-color: #796455;
    border-style: solid;
    border-radius: 1px;
    border-color: #ECE7CD;
    padding: 15px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}
aside h1 {
    color: #E5E1C9;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 1.8em;
}


aside a:link, aside a:visited {
    text-decoration: none;
    color: #ECC9AC;
}
aside a:hover, aside a:active {
    color: #3C3022;
    text-decoration: underline;
}
aside li {
    list-style-type: none;
}
footer {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
footer h1 {
    color: #E5E1C9;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 2em;
    text-align: center;
}
footer li {
    list-style-type: none;
    text-align: center;
    margin-right: 51px;
}
