﻿/*
 ** Header Content Styles
 */
#title
{
    width: 660px;
    height: 50px;
    top: -215px;
    left: 214px;
    position: absolute;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    background-repeat: no-repeat;
    z-index: 20;
}

#bannerart
{
    position: absolute;
    border-style: none;
    left: 26px;
    width: auto;
    top: -112px;
    height: 92px;
    z-index: 30;
    background-color: Transparent;
}

#banner
{
    width: 900px;
    height: 125px;
    top: 0px;
    position: absolute;
    border: none;
    background-repeat: no-repeat;
    z-index: 10;
    background-color: #E8D394;
    background-image: url(../images/banners/backbanner.jpg);
    border-bottom: 1px solid #785600;
}

#pagetitle
{
    position: absolute;
    text-align: right;
    left: 530px;
    width: 350px;
    top: 80px;
    height: 25px;
    color: #C40000;
    font-family: Verdana;
    font-size: 1.2em;
}

#bannerpic
{
    width: 100px;
    height: 150px;
    position: absolute;
    border: 1px solid #000;
    background-repeat: no-repeat;
    z-index: 100;
}
#homebanner
{
    width: 900px;
    height: 125px;
    top: 0px;
    position: absolute;
    border: none;
    background-repeat: no-repeat;
    z-index: 0;
    background-color: #F5F2CC;
    background-image: url(../images/banners/backbanner.jpg);
}


#banner h1
{
    font-size: 14px;
}
