/* Master CSS for PRINT RED LIMITED */
/* Work began: 27th November 2008 */
/* Written by Andy Smith */
/* Version: 1.0 */

*
{
    margin: 0;
    padding: 0;
}

body
{
    background: white url( "images/bodyBackground.jpg" ) no-repeat top center;
    font: normal normal 400 small helvetica, arial, verdana, san-serif;
    line-height: 1.35;
}

#container
{
    width: 900px;
    margin: auto;
    margin-top: 50px;
    min-height: 620px;
}

H1
{
    color: black;
    font-size: x-large;
}

#companyNameBlack
{
    color: black;
    font-size: x-large;
}
#companyNameRed
{
    color: red;
    font-size: x-large;
}

H2
{
    color: black;
    font-size: large;
}

H3
{
    color: black;
    font-size: small;
    padding-bottom: 2pt;
}

#content
{
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 10px;
}

#content p
{
    padding-bottom: 15px;
}

#contentPhoto img
{
    padding: 5px;
    border: 1px solid black;
    float: right;
    clear: right;
    width: 300px;
    height: 225px;
    position: relative;
    top: 0px;
    left: 0px;
    background: #FFFFEE;
    margin: 5px 0px 5px 5px; /* margin: top right bottom left */
}

#contentPhoto2 img
{
    padding: 5px;
    border: 1px solid black;
    float: right;
    clear: right;
    position: relative;
    top: 0px;
    left: 0px;
    background: #FFFFEE;
    margin: 5px 0px 5px 5px; /* margin: top right bottom left */
}

#emailWizard td
{
    padding: 5px;
    font: normal normal 400 small helvetica, arial, verdana, san-serif;
}

#navigationBar a
{
    text-decoration: none;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

#navigationBar
{
    background: #990000;
}

#statusBar
{
    color: #990000;
    font-size: large;
    float: left;
}

#updating
{
    color: #990000;
    font-size: large;
    float: right;
}

#dataPanel
{
    clear: both;
}

#orderBar
{
    color: #990000;
    font-size: medium;
}

#enthusiasts
{
    font-size: large;
    font-style: italic;
}

#news
{
    clear: right;
}
