#header {
    width: 872px;
    height: 168px;
    margin: 0 auto;
    background-image: url(https://www.tzev.com/clipart/pageHeaders/gray_wood_with_red_bars.gif);        
    background-size: cover;
    display: flex;
    align-content: space-between;
    flex-direction: column;
    margin-top: -7px;
    color: white;
    margin-top: 15px;
}

#header-top {
    min-width: 690px;
    height: 50px;
}

#header-body {
    min-width: 690px;
    height: 300px;
    display: flex;
    justify-content: center;
}

#header-body-left {
    width: 50%;
}

#header-body-left img {
    width: 400px;
    height: 80px;
    position: relative;
    top: 22px;
    left: 20px;
}

#header-body-left-title {
    font-size: 20px;
    position: relative;
    top: -38px;
    left: 40px;
}

#header-body-left-subtitle {
    font-size: 10px;
    position: relative;
    top: -29px;
    left: 40px;
}

#header-body-right {
    width: 50%;
    font-size: 10px;
    position: relative;
    display: flex;
    align-items: center;
    top: -5px;
    left: 10px;
}

.header-body-right-line {
    line-height: 14px;
}

.header-body-right-line-title {
    line-height: 20px;
    font-size: 12px;
}

#header-bottom {
    min-width: 690px;
    height: 60px;
    text-align: center;
    color: white;    
    background-color: #4d2c2c;
    padding-top: 5px;
}