﻿/*
 ** Header Content Styles
 */
#title
{
    top: 203px;
    width: 300px;
    left:500px;
    color: #fff;
    font: 16px Lucida Handwriting;
    position: absolute;
    background: transparent;
    text-align: center;
    z-index:90;
}

#banner
{
   
    width: 800px;
    height: 235px;
    top: 0px;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 20;
}

#homebanner
{
    width: 800px;
    height: 210px;
    top: 0px;
    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 h1
{
    font-size: 14px;
}