﻿div#ContentHeader
{
    width: 100%;
    height: 196px;
    position: relative;
}

div#ContentMain
{
    width: 100%;
}

.BannerLargeHeader
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 780px;
    height: 182px;
    overflow: hidden;
}

div#Content
{
    float: left;
    width: 561px;
    border: 1px solid #808080;
    padding: 10px 20px 30px 197px;
    margin-right: 10px;
/*    margin-top: 40px;*/
    overflow: hidden;
}

* html div#Content /* IE6 fix */
{
    margin-right: 9px;
}

/* #Content h2
{
   margin: 0;
    padding: 0 20px 0 196px;
    line-height: 29px;
    height: 29px;
    text-align: right;
    font-size: 1em;
    font-weight: normal;
    text-transform: uppercase;
    position: absolute;
    top: -30px;
    left: -1px;
    border: 1px solid #808080;
    border-bottom: 0 none;
    z-index: 9999;
    background-color: #FFFFFF;
}*/
