﻿body
{
    margin : 0px;
    text-align : center;
    font-family : Arial,Helvetica,sans-serif;
    font-size:62.5%;
}

img
{
    border : none;
}

#header
{
    position : relative;
    width : 100%;
    float : left;
    height : 60px;
    background : url(images/bgHeader.gif) top left repeat-x;
}

#header img
{
    z-index : 100;
}

#headerContact
{
    position : relative;
    margin-left : auto;
    margin-right : auto;
    height : 60px;
    width : 700px;
}

#contactImage
{
    position : absolute;
    right : 0px;
    top : 0px;
    width : 91px;
    height : 25px;
    z-index : 1000;
}

#logo
{
    position : relative;
    width : 700px;
    margin-left : auto;
    margin-right : auto;
    text-align : left;
}

.grayBar
{
    position : relative;
    width : 700px;
    height : 25px;
    margin-left : auto;
    margin-right : auto;
    text-align : left;
    background : url(images/bgGrayBar.gif) top left repeat-x;
    font-size : 1.1em;
    color : #666666;
    text-transform : uppercase;
}

.grayBar div
{
    padding-top : 5px;
    padding-left : 5px;
}

.grayBar div a
{
    text-decoration : none;
    color : #666666;
}

.grayBar div a:hover
{
    text-decoration : underline;
    color : #FF3300;
}

#blackBar
{
    position : relative;
    width : 700px;
    height : 27px;
    margin-left : auto;
    margin-right : auto;
    text-align : left;
    background : url(images/bgBlackBar.gif) top left repeat-x;
    font-size : 1.1em;
    color : #FFFFFF;
    text-transform : uppercase;
    margin-top : 10px;
}

#blackBar div
{
    padding-top : 5px;
    padding-left : 5px;
}

#contentWrapper
{
    position : relative;
    width : 700px;
    height : 333px;
    margin-left : auto;
    margin-right : auto;
    text-align : left;
    background : url(images/bgContent.gif) top left no-repeat;
    font-size : 1.1em;
    color : #666666;
}

#content
{
    position : relative;
    width : 700px;
    padding-top : 110px;    
}

#content p
{
    font-size : 2.4em;
    text-align : center;
}
       
#bgBody
{
    width : 324px;
    height : 369px;
    position : absolute;
    bottom : 0px;
    right : 0px;
    background : url(images/bgBody.gif) bottom right no-repeat;
    z-index : -1;
}