* {
        padding             : 0;
        margin              : 0;
        word-break          : break-all;
        word-wrap           : break-word;
}


body
{
        font-family         : "Trebuchet MS", Arial, Helvetica, sans-serif;
        font                : "Trebuchet MS", Arial, Helvetica;
        text-decoration     : none;
        margin              : 0px;
        padding             : 0px;
}


img
{
        border              : 0px;
        border              : none;
}


ul,li,ol
{
        list-style-type     : none;
        padding             : 0px;
        margin              : 0px;
        border              : 0px;
}


a, a:visited
{
        text-decoration     : none;
        color               : #546060;
        outline             : none !important;
}
        a:hover
        {
                color               : #2D3636;
                text-decoration     : none;
        }


.left
{
        float               : left;
}


.right
{
        float               : right;
}


.wrapper
{
       width                : 990px;
       margin               : 0px auto;
}


.clear
{
        clear               : both;
        height              : 0px;
        overflow            : hidden;
}


#header
{
        width               : 100%;
        margin              : 10px 0;
        position            : relative;
        margin-bottom       : 5px;
}


#footer
{
        padding-top         : 10px;
        font-size           : 11px;
        padding-bottom      : 20px;
}
