@charset "utf-8";
#top {
    width: 1400px;
    margin-right: auto;
    margin-left: auto;
    background-color: #C39055;
    height: 175px;
}
#menu {
    width: 1400px;
    margin-right: auto;
    margin-left: auto;
    height: 70px;
}
#main {
    width: 1400px;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    text-align: center;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    /* [disabled]line-height: 45px; */
    font-weight: 300;
    color: #52561C;
    font-variant: small-caps;
}
#bottom {
    width: 1400px;
    margin-right: auto;
    margin-left: auto;
    background-color: #5C620B;
    height: 280px;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    color: #F2FF97;
    text-align: center;
}
#main p {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-weight: inherit;
    line-height: 23px;
    font-size: large;
    color: #442A2B;
}
