﻿/*
 ** 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;
}

#banner
{
    width: 904px;
    height: 275px;
    top: 0px;
    position: absolute;
    border: none;
    background-repeat: no-repeat;
    z-index: 20;
    background-image: url(../images/Banners/pagebanner.jpg);
}

#adoptbanner
{
    width: 904px;
    height: 290px;
    top: 0px;
    position: absolute;
    border: none;
    background-repeat: no-repeat;
    z-index: 20;
    background-image: url(../images/Banners/adoptbanner.jpg);
}

#pagetitle
{
    position: absolute;
    border-top: 2px #E6C6DA solid;
    text-align:right;
    left: 253px;
    width: 627px;
    top: 260px;
    height: 30px;
    color: #E6C6DA;
    font-family: Verdana;
    font-size: 20pt;
}

#bannerpic
{
    width: 100px;
    height: 150px;
    position: absolute;
    border: 1px solid #000;
    background-repeat: no-repeat;
    z-index: 100;
}
#homebanner
{
    width: 904px;
    height: 275px;
    top: 0px;
    position: absolute;
    border: none;
    background-repeat: no-repeat;
    z-index: 20;
    background-image: url(../images/Banners/banner.jpg);
}


#banner h1
{
    font-size: 14px;
}

