﻿BODY
{
    margin-top: 0px;
    font-family: Calibri, Verdana;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    width: 980px;
}

A
{
    color: Black;
    text-decoration: none;
}

A:HOVER
{
    text-decoration: underline;
}

H1
{
    font-size: 20px;
}

#wrapper
{
    width: 800px;
    margin: auto;
    border: solid 1px orange;
    float: left;
}

#adTop
{
    width: 728px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
}

#adTop IFRAME
{
    width: 728px;
    height: 90px;
}

#adRight
{
    float: left;
    width: 175px;
    height: 620px;
    margin-top: 255px;
    margin-left: 1px;
}

#adRight IFRAME
{
    width: 175px;
    height: 620px;
    padding: 0px;
    margin: 0px;
}

#header
{
    width: 100%;
    height: 150px;
    background-image: url(Images/header_bg.jpg);
    background-repeat: no-repeat;
}

#header .logo
{
    padding: 10px 25px 0px 0px;
    text-align: right;
    font-size: 59px;
}

#header .logoText
{
    text-align: right;
    margin-top: -20px;
    padding-right: 21px;
    font-size: 39px;
    font-variant: small-caps;
    letter-spacing: 6px;
    word-spacing: 5px;
}

#content
{
    min-height: 500px;
    height: auto;
}

#content .clientIp
{
    width: 100%;
    border-bottom: solid 1px orange;
    margin-top: 15px;
    text-align: center;
}

#content .clientIp H1
{
     font-size: 35px;
}

#footer
{
    width: 100%;
    height: 75px;
    background-image: url(Images/footer_bg.jpg);
    text-align: center;
    line-height: 75px;
    font-size: 14px;
}
