body {
    background: #276684;
    margin: 0;
    padding: 0;
    font-family: Tahoma;
}
#main {
    margin: 0px auto;
    width: 960px;
    background: #d2d4c8;
    min-height: 580px;
}
#header {
    height: 186px;
    background: url("img/header_bg.jpg") center top no-repeat;
    background-size: cover;
    position: relative;
}
#logo {
    width: 284px;
    height: 90px;
    background: url("img/logo2.png") 0px 0px no-repeat;
    background-size: contain;
    position: absolute;
    top: 36px;
    left: 38px;
}

nav {
    height: 42px;
    background: #5a5c71;
    position: relative;
    padding: 0px 12px;
    box-sizing: border-box;
    width: calc(100% + 8px);
    margin-left: -4px;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.14);
}
nav > a {
    display: inline-block;
    height: 100%;
    margin: 0px 4px;
    text-decoration: none;
    color: #fff;
    font-family: Tahoma;
    box-sizing: border-box;
    padding: 10px 9px;
}
nav > a:hover {
    text-decoration: underline;
}
nav > a.current {
    background: #716c7d;
    box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 18, 0.17);
}

#content {
    min-height: 530px;
    padding: 32px 28px 18px;
    font-family: Arial;
    font-size: 13px;

}
#content > h1 {
    font-family: Georgia;
    color: #c50;
    font-size: 24px;
    margin: 14px 0px 18px;
}





