﻿body
{
    font: 9pt;
    color: #000000;
    background-color: #ffffff;
    font-family: Arial;
    font-size: 11pt;
}
.Page
{
    clear: both;
    float: left;
        width: 900px;
    height: 500px;
}
#divPageBanner
{
    clear: both;
    float: left;
    height: 73px;
    width: 900px;
}
#divPageBanner_Left
{
    clear: both;
    float: left;
    width: 210px;
}

#divPageBanner_Center
{
    float: left;
    width: 502px;
}

#divPageBanner_Right
{
    float: left;
    width: 188px;
}

.PageFooter
{
    text-align: center;
}


.dvCoupon_SingleLeft
{
    clear: both;
    float: left;
    width: 434px;
    height: 248px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-left: #d63908 3px dashed;
    border-right: #d63908 3px dashed;
    border-top: #d63908 3px dashed;
    border-bottom: #d63908 3px dashed;
}
.dvCoupon_SingleRight
{
    float: left;
    width: 434px;
    height: 248px;
    margin-left: 20px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-left: #d63908 3px dashed;
    border-right: #d63908 3px dashed;
    border-top: #d63908 3px dashed;
    border-bottom: #d63908 3px dashed;
}
.dvCoupon_Double
{
    float: left;
    width: 893px;
    height: 248px;
    margin-left: 0px;

    background-color: #ffffff;
    border-left: #d63908 3px dashed;
    border-right: #d63908 3px dashed;
    border-top: #d63908 3px dashed;
    border-bottom: #d63908 3px dashed;
}
.CouponImage
{
    clear: both;
    float: left;
    height: 188px;
}

.CouponFooter
{
    clear:both;float:left; width: 434px;height: 60px;
}
.CouponFooter_Double
{
    clear:both;float:left; width: 893px;height: 60px;
}
.CouponFooter_Logo
{
    clear: both;
    float: left;
    font-size: 8pt;
    padding-top: 10px;
width:110px;
}
.CouponFooter_Text
{
    float: left;
    font-size: 8pt;
    padding-left: 10px;
    padding-right: 10px;
width:300px;
}
