#frontLayout
{
    width: 975px;

    margin: 5px;
    margin-bottom: 0px;
}

#frontLayout .navhelp {
    display: none;
}

#header
{
    height: 161px;

    color: #8aff9d;

    background: url('../img/header.png') no-repeat #4360ac;
}

#content
{
    width: 760px;

    float: left;

    padding: 10px;
}

#menuContainer,
#pollContainer,
#competitions,
#statistics {
    width: 188px;

    padding-top: 6px;

    margin-left: 787px;
    margin-top: 30px;
}

#menuContainer {
    background: url('../img/menu/top.png') left top no-repeat #4360ac;

    margin-top: 0;
}

#pollContainer {
    background: url('../img/poll/top.png') left top no-repeat #4360ac;
}

#menuContainer h2,
#pollContainer h2,
#competitions h2,
#statistics h2
{
    text-align: center;

    color: #8aff9d;

    font-size: 20px;

    padding-top: 10px;
    padding-bottom: 6px;
}

#menuContainer h2 {
    background: url('../img/menu/background.png') repeat-y;
}

#pollContainer h2 {
    background: url('../img/poll/background.png') repeat-y;
}

#competitions {
    background: url('../img/competitions/top.png') left top no-repeat #4360ac;
}

#competitions h2 {
    background: url('../img/competitions/background.png') repeat-y;
}

#statistics {
    background: url('../img/statistics/top.png') left top no-repeat #4360ac;
}

#statistics h2 {
    background: url('../img/statistics/background.png') repeat-y;
}

#footer {
    clear: both;

    width: 950px;

    padding-top: 5px;
    padding-bottom: 5px;

    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;

    border-top: 1px solid #888899;

    color: #888899;

    text-align: center;
}