﻿/*
 ** Header Content Styles
 */
#title
{
    width: 660px;
    height: 50px;
    top: -215px;
    left: 214px;
    position: absolute;
    border-left: 3px double #CFB53B;
    border-right: 3px double #CFB53B;
    border-top: 3px double #CFB53B;
    background-repeat: no-repeat;
    z-index: 20;
}

#banner
{
    width: 875px;
    height: 215px;
    top: 10px;
    position: absolute;
    border-left: 3px double #CFB53B;
    border-right: 3px double #CFB53B;
    border-top: 3px double #CFB53B;
    background-repeat: no-repeat;
    z-index: 20;
    background-image: url(../images/Banners/banner.gif);
}

#pagetitle
{
    left: 10px;
    text-align: center;
    font-family: Verdana, Arial;
    background-color: transparent;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: 0;
    line-height: 1.1em;
    font-size: 1.0em;
    top: 220px;
    width: 198px;
    color: #E5D1E8;
    border-top: #e5d1e8 2px solid;
    position: absolute;
    margin-top: 0px;
    padding-top:3px;
    
}

#bannerpic
{
    width: 100px;
    height: 150px;
    position: absolute;
    border: 1px solid #000;
    background-repeat: no-repeat;
    z-index: 100;
}
#homebanner
{
    width: 875px;
    height: 215px;
    top: 10px;
    position: absolute;
    border-left: 3px double #CFB53B;
    border-right: 3px double #CFB53B;
    border-top: 3px double #CFB53B;
    background-repeat: no-repeat;
    z-index: 20;
    background-image: url(../images/Banners/banner.gif);
}


#banner h1
{
    font-size: 14px;
}
