﻿#PageWrapper
{
    background-image: url("images/BodyBackground.png");
    margin-top: 3px;
    width: 1000px;
}

#Header
{
    xbackground-image: url("images/HeaderLogo.png");
    xbackground-repeat: no-repeat;
    height: 82px;
}

#Footer
{
    border-top: 1px solid #ccc;
    color: #fff;
    font-family: Tahoma;
    font-size: 85%;
    height: 60px;
    line-height: 18px;
    margin-top: 30px;
    padding-top: 10px;
}

#Slogan
{
    color: Orange;
    font-family: Georgia;
    font-size: 160%;
    font-weight: bold;
    margin-top: 25px;
    margin-left: 380px;
}

.slogan
{
    position: relative;
    top: -115px;
    xleft: 50px;
    z-index: 0;
    
}

#CategoryHeader
{
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
}

#ContentWrapper
{
    margin-top: 15px;
    margin-left: 40px;
    width: 920px;
}

#ContentWrapper .content
{
    background-color: #F1EEDF;
    margin-top: 17px;
    padding: 7px 7px 7px 15px;
}

#ContentWrapper .title
{
    color: #fff;
    font-size: 135%;
    font-weight: bold;
}

.section-title
{
    font-size: 125%;
    font-weight: bold;
    color: #5A0001;
    margin-top: 20px;
    margin-bottom: 3px;
}


