*
{
    padding: 0;
    margin: 0;
}

body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-color: #2F2F2F;
}

#wrapper
{
    margin: 0 auto;
    width: 779px;
    background-color: #ffffff;
    height: 100%;
}

#header
{
    background-image:  url(../images/head.jpg);
    height: 181px;
    width: 780px;
    margin: 0px 0px 12px 0px;
    background-color: #ffffff;
}

#leftcolumn
{
    margin: 0px 0px 0px 1px;
    height: 350px;
    width: 200px;
    float: left;
    background-color: #ffffff;
}

#rightcolumn
{
    width: 500px;
    float: left;
    margin: 0px 0px 0px 5px;
    background-color: #ffffff;
}

#footer
{
    text-align: center;
    clear: both;
    margin: 0px 0px 20px 0px;
    background-color: #ffffff;
}

.disclaimer
{
    color: Gray;
    font-size: smaller;
    padding-left: 230px;
}

.categorybanner
{
    color: Black;
    height: 20px;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
}

.bannerimage
{
    margin-top: 5px;
}

.catdesc
{
    font-family: Verdana;
    font-size: 14px;
    margin-bottom: 20px;
}

.offerbanner
{
    padding-top: 6px;
    padding-left: 8px;
    color: White;
    font-family: Verdana;
    font-size: 1em;
    font-weight: bold;
    height: 24px; 
    background-color: #809AAD;
    margin-bottom: 10px;
}

.offerdetails
{
    margin-top: 15px;
    float: right;
}

.fill
{
    height: 10px; 
}

.bullet
{
    line-height: 1.5em;
    float: left;
    margin-left: 15px;
    margin-bottom: 20px;
    font-size: x-small;
    width: 350px;
}

.offerwrapper
{
    
}

.offerdetailswrapper
{
    text-align: center; 
    clear: both;
    padding: 5px 5px 5px 5px;
    height: 75px;
}

a
{
    text-decoration: none;
    font-size:large;
    color: #08608F;
}

a:hover
{
    text-decoration: none;
    font-size: large;
    color: #303030;
}