﻿body 
{
    background: #6b1000 url(images/chrome/red_bg.gif) 0 0 repeat;
    padding: 0;
    margin: 10px;
    font-family: Verdana, Helvetica, Sans-Serif;
    color: #cfd2a6;
    font-size: 76%;
}

a, a:hover, a:active, a:visited 
{
    color: #1fa2d0;
    text-decoration: none;
}

a:hover 
{
    text-decoration: underline;
}

#outerWrapper 
{
    width: 500px;
    margin: 0 auto;
}

#contentTop
{
    background: transparent url(images/chrome/content_bg_top.gif) 0 0 no-repeat;
    height: 20px;
}

#contentBottom
{
    background: transparent url(images/chrome/content_bg_bottom.gif) 0 0 no-repeat;
    height: 20px;
}

#content
{
    background: #331e05 url(images/chrome/content.gif) 0 0 repeat-y;
}

#header h1
{
    text-indent: -9999px;
    margin: 0 0 0 50px;
    padding: 0;
    height: 0px;
    width: 0px;
    background: transparent url(images/branding/masse_creative_logo_w_text.gif) 0 0 no-repeat;
    width: 400px;
    height: 98px;
}

.linebreak
{
    background: transparent url(images/chrome/5_solid_dots.gif) 0 0 no-repeat;
    height: 20px;
    width: 140px;
    margin: 20px 0 0;
}

.left
{
    float: left;
    margin-left: 20px;
}

.right
{
    float: right;
}

.clearing 
{
    clear: both;
    height: 0;
}

p 
{
    margin: 20px 20px 0;
}

#footer
{
    width: 460px;
    height: 30px;
    text-align: center;
    background: transparent url(images/chrome/footer_bg.gif) 0 0 no-repeat;
    margin-left: 30px;
}

#footer span 
{
    padding-top: 5px;
    display: block;
}