* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:after {
    content: "";
    display:block;
    clear: both;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.4;
    color: #333;
}

body {
    background: url(../img/bg1.png) repeat #ddd;
}

h1 {
    margin: 8px 0;
    font-size: 30px;
}

h2 {
    color: #364850;
    font-size: 22px;
}

.h4 {
    font-size: 20px;
}

.p-1 {
    padding: 4px;
}

.lead {
    font-size: 18px;
    font-weight: 300;
}

.content-wrapper {
    margin: 0 auto;
    max-width: 930px;
    background-color: #fff;
}

.text-center {
    text-align: center;
}

.header {
    height: auto;
    background: #6CAEDD;
    color: #fff;
    padding: 10px;
}

.container {
    margin: 16px 0;
    padding: 0 10px;
}

.content {
    width: 100%;
}

.link-head {
    color: #6caedd;
    text-decoration: none;
}

.link-head:hover {
    text-decoration: underline;
}

.link-more {
    color: #6caedd;
}

.link-more:hover {
    text-decoration: none;
}

.link-footer {
    color: #fff;
    text-decoration: none;
}

.link-footer:hover {
    text-decoration: underline;
}

.footer {
    height: auto;
    background: #364850;
    color: #fff;
    padding: 10px;
}