﻿body
{
    margin:0;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 62.5%;
}

.sizeContainer
{
    width: 950px;
    margin-left:auto;
    margin-right:auto;
}

.header
{
    background-color: #f2f2f2;
    margin-bottom: 4em;
}
.header.blue
{
    background-color: #1bbbe9;    
}
.header.green
{
    background-color: #1fa22e;    
}
.header.orange
{
    background-color: #EB951F;    
}
.header.ocra
{
    background-color: #dec800;
}
.header.yellow
{
    background-color: #b1c800;    
}
.header.red
{
    background-color: #e2001a;    
}
.header.dark
{
    background-color: #6b6259;
}
.header.black
{
    background-color: #58595B;
}


.header:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .header { height: 1% } /* for IE5+6 */
*:first-child+html .header { min-height: 1px; } /* for IE7 */

.footer
{
    float:left;
    clear:both;
    width:100%;
    text-align:center;   
    margin-top: 3em;
    padding-bottom: 3em;
    border-top: dotted 1px #bbbbbb;
    
    padding-top: 0.6em;
    
    font-size: 1em;
    color: #555555;
}

.footer a
{
    color: #555555;
    text-decoration: none;
}

.cleaner
{
    clear:both;
}

