body
{
    font: 75% Helvetica, Arial, Times;
    color: #cf1515;
}

#container
{
    width: 950px;
    margin: 18px auto;
}

#container #header
{
    height: 39px;
    overflow: hidden;
}

#container #header h1
{
    float: left;
    width: 113px;
    height: 39px;
    background: url("images/logo.gif") top left no-repeat;
}

#container #header h1 span
{
    display: none;
}

#container #header ul
{
    float: right;
    list-style: none;
    margin-top: 25px;
}

#container #header ul li
{
    float: left;
}

#container #header ul li a
{
    font-weight: bold;
    color: #cb0000;
    font-size: 1.1em;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 15px;
}

#container #header ul li a:hover
{
    color: #54585c;
}

#container #banner
{
    background: url("images/banner.jpg") top left no-repeat;
    width: 950px;
    height: 295px;
    margin-top: 10px;
}

#container #banner .form
{
    width: 244px;
    float: right;
    margin-right: 40px;
    margin-top: 31px;
}

#container #banner .form p
{
    color: #FFF;
    text-transform: uppercase;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
}

#container #banner .form input[type="text"]
{
    width: 228px;
    height: 20px;
    margin-bottom: 9px;
    font-size: 1.4em;
    padding: 8px;
}

#container #banner .form input[type="submit"]
{
    background: none;
    border: none;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
    padding: 0;
    margin: 0;
}

#container #banner .form input[type="submit"]:hover
{
    cursor: pointer;
}

#content
{
    width: 950px;
    overflow: hidden;
}

#content .left
{
    float: left;
    width: 380px;
    margin-top: 10px;
}

#content .right
{
    float: right;
    width: 569px;
    margin-top: 20px;
}

#content .right h2
{
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 0;
}

#content .right p
{
    padding: 8px 0;
    font-size: 1.1em;
    font-weight: bold;
}

#content .right p a
{
    color: #cf1515;
}

#content .right .form-field
{
    margin-bottom: 10px;
}

#content .right .form-field input[type="text"]
{
    width: 200px;
}


