body {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8em;
    background-color: #005d80;
    color: #252F45;
}

.lfloater
{
    float: left;
    width: 279px;
    height: 263px;
    background: url(img/back_float.png);
}

.rfloater
{
    float: right;
    width: 279px;
    height: 263px;
    background: url(img/back_float.png);
}

.topfloat
{
    width: 100%;
    height: 0px;
    overflow: display;
    position: absolute;
}

.bgr {
    width: 100%;
    background: url(img/back_line.png);
    background-repeat: repeat-x;
}

body, div, form {
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    color: #d12e2e;
}

p {
    text-align: justify;
    margin: 10px;
    margin-left: 0;
}

h1 {
    text-transform: uppercase;
    font-style: italic;
    font-weight: bolder;
    padding: 5px;
    color: white;
    font-size: 1.5em;
    background-color: #005080;
    padding-left: 20px;
    margin-bottom: 80px;
}

h2 {
    color: #225432;
    font-size: 1.2em;
    margin-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #6791AC;
}

form {
    width: 950px;
    padding: 20px;
    text-align: left;
    position: relative;
    margin: auto;
    background-color: white;
    border: 1px solid #06374c;
}

.menu {
    position: absolute;
    left: 20px;
    top: 280px;
}

    .menu a {
        margin-right: 15px;
        font-weight: bold;
        text-transform: uppercase;
        color: #d12e2e;
    }


.cleaner {
    clear: both;
}