/* CSS Document */

body {
    background-color: #656868;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    color: #333333;
}

#page_wrapper {
    width: 640px;
    margin: 30px auto;
    border: 4px solid #F4F4EE;
}

#page_header {
    height: 140px;
    background: url('/img/header.jpg') no-repeat left top;
    padding-left: 20px;
    padding-top: 30px;
    box-sizing: border-box;
}

#page_header h1 {
    color: #FCF8E3;
    font-size: 28px;
    font-weight: normal;
    margin: 0;
    letter-spacing: 2px;
}

#page_header .subtitle {
    color: #E2D179;
    font-size: 11px;
    font-weight: bold;
    margin-top: 5px;
    letter-spacing: 1px;
}

#main_content_container {
    background: url('/img/page_bg.jpg') repeat-y left top;
    overflow: hidden;
}

#left_side {
    width: 480px;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

#left_side h2 {
    color: #A0410D;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 5px;
}

#left_side p {
    font-size: 13px;
    line-height: 1.5;
    text-align: justify;
    margin: 0 0 15px 0;
}

#right_side {
    width: 160px;
    float: right;
    padding: 10px;
    box-sizing: border-box;
    font-size: 11px;
}

#right_side .sidebar-header {
    background-color: #595A38;
    Border: 1px solid #3A3B22;
    color: #FCF8E3;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 15px;
}

#right_side .section-title {
    color: #3A3B22;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
}

#right_side ul {
    list-style-type: square;
    padding-left: 18px;
    margin: 0 0 25px 0;
}

#right_side ul li {
    margin-bottom: 12px;
}

#right_side ul li::marker {
    font-size: 16px;
}


#right_side ul li a {
    color: blue;
    text-decoration: underline;
}


#page_footer {
    height: 70px;
    background: url('/img/footer.jpg') repeat left top;
    clear: both;
    text-align: center;
}

#page_footer p {
    color: #FCF8E3;
    font-size: 12px;
    line-height: 70px;
    margin: 0;
}