

* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

body {
    background-color: #eee4d2;
    color: #3a3028;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 90%;
    line-height: 1.6;
}

#all-content {
    width: 80%;
    min-width: 760px;
    max-width: 980px;
    margin: 20px auto;
    background-color: #fffaf0;
    border-left: solid 1px #c9b89d;
    border-right: solid 1px #c9b89d;
}

#header {
    padding: 35px 30px 22px 30px;
    background-color: #d8c6a7;
    border-bottom: solid 1px #b89f7c;
}

#header h1 {
    color: #5b2b22;
    font-size: 250%;
    font-weight: normal;
    letter-spacing: 1px;
}

#header h2 {
    color: #73523b;
    font-size: 120%;
    font-style: italic;
    font-weight: normal;
    margin-top: 4px;
}

#content-wrapper {
    overflow: hidden;
    background-color: #fffaf0;
}

#navigation {
    float: left;
    width: 20%;
    padding: 28px 2%;
    background-color: #efe3cf;
}

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

#navigation li {
    list-style-type: none;
    margin-bottom: 12px;
}

#navigation a:link,
#navigation a:visited,
#navigation a:active {
    color: #6a2c21;
    text-decoration: none;
    font-weight: bold;
}

#navigation a:hover,
#navigation a.current {
    color: #6a2c21;
    text-decoration: underline;
    font-weight: bold;
}

#main-content {
    float: left;
    width: 60%;
    min-height: 460px;
    padding: 28px 3%;
    background-color: #fffaf0;
    border-left: solid 1px #d2bea2;
    border-right: solid 1px #d2bea2;
}

#main-content h3 {
    color: #5b2b22;
    font-size: 150%;
    font-weight: normal;
    margin-bottom: 18px;
}

#main-content p {
    margin-bottom: 16px;
}

#main-content strong {
    color: #5b2b22;
}

#secondary-content {
    float: left;
    width: 20%;
    padding: 28px 2%;
    background-color: #efe3cf;
    color: #5a4638;
}

#secondary-content h3 {
    color: #5b2b22;
    font-size: 120%;
    font-weight: normal;
    margin-bottom: 12px;
}

#secondary-content p {
    margin-bottom: 14px;
}

blockquote {
    color: #6a2c21;
    font-size: 135%;
    font-style: italic;
    line-height: 1.45;
    margin-bottom: 18px;
}

#footer {
    clear: both;
    padding: 18px 30px;
    background-color: #d8c6a7;
    border-top: solid 1px #b89f7c;
    color: #5a4638;
    font-size: 85%;
    text-align: center;
}

#footer a:link,
#footer a:visited,
#footer a:active {
    color: #6a2c21;
    text-decoration: none;
    font-weight: bold;
}

#footer a:hover {
    text-decoration: underline;
}