body {
    font-size: 19px;
    color: #fff;
    font-family: arial;
    font-weight: bold;
    line-height: 1.5;
    background-color: #000;
}

a, a:focus {
    text-decoration: none;
    color: #f40000;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

.container {
    width: 1040px;
    max-width: 1040px;
}

.clr {
    clear: both;
}

header {
    background: url("../img/header.jpg") left top no-repeat;
    padding: 280px 0 0 0;
}

.strip {
    height: 182px;
    padding: 35px 0;
    text-align: center;
    background: url("../img/stip.png") left top repeat-x;
}


nav {
    text-align: center;
    margin: 15px 0 30px 0;
}

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

nav li {
    border-right: 1px solid #f40000;
    margin: 0 10px 0 0;
    padding: 0 14px 0 0;
    display: inline;
}

nav li:last-child {
    margin: 0;
    padding: 0;
    border-right: none;
}

section {
    padding: 0 0 50px 0;
    min-height: 400px;
}

section h1 {
    color: #f40000;
    font-size: 35px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

section p {
    margin: 0 0 15px 0;
}

.left-img {
    margin: 0 25px 20px 0;
    float: left;
}

footer {
    padding: 15px 0;
    text-align: center;
}