﻿html
{
    height: 100%;
    text-align: center;
}
body
{
    padding-right: 0px;
    background-position: 50% top;
    padding-left: 0px;
    font-size: 12px;
    padding-bottom: 0px;
    margin: 0px;
    color: #111111;
    padding-top: 0px;
    background-repeat: repeat;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    background-attachment: fixed;
    line-height: 22px;
    background-image: url('../images/bg.png');
}
h1
{
    padding: 5px 0px 25px 0px;
    margin: 0px;
    text-align: center;
    font-family: 'Trebuchet MS';
    line-height: 1.4em;
    color: #CC0000;
    font-size: 3em;
}

h2
{
    padding: 10px 0px 25px 0px;
    margin: 0px;
    text-align: center;
    font-family: 'Trebuchet MS';
    line-height: 1.4em;
    color: #808080;
    font-size: 2em;
}
h3
{
    padding: 0px 0px 7px 0px;
    margin: 0px;
    text-align: center;
    font-family: 'Trebuchet MS';
    line-height: 1.4em;
    color: #FF0000;
    font-size: 1.9em;
    font-weight: bold;
}
h4
{
    padding: 0px 0px 7px 0px;
    margin: 0px;
    text-align: center;
    font-family: 'Trebuchet MS';
    line-height: 1.4em;
    color: #000000;
    font-size: 1.5em;
    font-weight: bold;
}
p
{
    padding: 0px 2px 2px 2px;
    margin: 0px;
    line-height: 25px;
    font-size: 14px;
    text-align: justify;
}
a
{
    text-decoration: none;
    color: #666666;
}
img
{
    padding: 0px;
    margin: 0px;
    border: none;
}
#wrapper
{
    padding: 15px 35px 15px 35px;
    margin: 50px auto 7px auto;
    width: 800px;
    border-radius: 9px;
    background-color: #FFFFFF;box-shadow: 0px 4px 10px 5px #535353;
}

div.columns {
    padding: 5px 5px 15px 5px;
    margin: 0px;
    width: 800px;
}
div.columns div{width: 265px; height: 140px; float: left; }
div.grey{}
div.red{}
div.clear{clear: both;}