#header
{
    width: 700px;
    height: 193px;
    float: right;
    vertical-align: top;
    background: #ccc url(../cmsimages/header.jpg) no-repeat;
}


#content
{
    float: right;
    width: 620px;
    height: auto;
    padding: 15px 40px 40px 40px;
    text-align: left;
    font-family: Verdana, Arial, sans-serif;
    line-height: 145%;
    color: #999;
    background: #fff url(../cmsimages/none) no-repeat;
}

