.container {
    max-width: 790px;
}

#header {
    background-image: url("images/header.jpg");
    background-repeat: no-repeat;
    background-position: center;
    line-height: 60px;
    height: 60px;
    margin-top: 20px;
}

#logo {
    margin-top: 30px;
    margin-bottom: 30px;
}

#logo .logo {
    margin-left: 0px;
    text-align: left;
}

#logo .contact {
    text-align: right;
    color: #58585a;
    line-height: 60px;
    font-size: 1.2em;
    font-weight: bolder;
}

#logo .contact a {
    color: #58585a;
    text-decoration: none;
}

#logo .contact a:hover {
    color: #58585a;
    text-decoration: underline;
}

#main .right {
    margin-right: 0px;
}

#main .top {
    background-color: #bdcd00;
    padding: 20px 30px;
    margin-right: 0;
    color: #fff;
}

#main .top ul {
    margin: 10px 0 0 0;
    padding: 0 0 0 10px;
    list-style: none;
}

#main .top ul li {
    padding: 7px 0;
}

#main .bottom {
    background-color: #58585a;
    padding: 20px 30px;
    margin-right: 0;
    color: #fff;
    margin-top: 10px;
}

#footer {
    margin-top: 20px;
    text-align: right;
}