body {
    margin: 0;
    background: #dde4ec;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#wrapper {
    width: 960px;
    margin: 0 auto;
    background: #fff;
}

#header {
    height: 175px;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #dde4ec;
    background-image: url('images/img_02.jpg');
    background-repeat: repeat-x;
    background-size: auto 175px;
}

#header-bg {
    position: absolute;
    right: 0;
    top: 0;
    border-collapse: collapse;
    border-spacing: 0;
    z-index: 1;
}

#header-bg td {
    padding: 0;
    margin: 0;
    vertical-align: top;
    line-height: 0;
}

#header-bg img {
    display: block;
    height: 175px;
    width: auto;
    border: none;
    padding: 0;
    margin: 0;
}

#Layer1 {
    position: absolute;
    left: 42.75px;
    top: 59px;
    width: 120px;
    height: 67px;
    z-index: 10;
}

#Layer2 {
    position: absolute;
    left: 195px;
    top: 72px;
    z-index: 11;
    color: #fff;
    font-family: Arial, sans-serif;
}

#Layer2 p {
    margin: 0;
}

#Layer3 {
    position: absolute;
    left: 65px;
    top: 18px;
    z-index: 12;
    color: #fff;
    font-family: Arial, sans-serif;
}

#Layer3 span {
    font-size: 24px;
    font-weight: bold;
}

#layout {
    display: flex;
}

#sidebar {
    width: 220px;
    background: #134f6a;
    min-height: 600px;
}

#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar li {
    border-bottom: 1px solid #2a6d88;
}

#sidebar a {
    display: block;
    color: white;
    padding: 12px 15px;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
}

#sidebar a:hover {
    background: #1e708f;
}

#content {
    flex: 1;
    background: white;
    padding: 30px;
    line-height: 1.6;
    color: #333;
}

table {
    max-width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}
