﻿#left .offerContainer
{
    /* Any padding or styles for the whole container*/
    text-align: center;
    margin-top: 0px;
}

#left .offerHeader 
{
    color:			#9ec0af;
    font-weight:	bold;
    font-size:		1.2em;
    height:			65px;
}

#left .offerImage 
{
    height: 131px;
}

#left .offerFooter a 
{
    display: block;
    background: #00592d url(../images/FurtherInfoArrow.gif) no-repeat 5px 5px;
    /*margin-top: 14px;*/
    padding-right: 15px;
    padding-top: 12px;
    height: 27px;
    color: #ffffff;
    text-align: right;
    text-decoration: none;        
    font-weight: bold;  
    font-size: 0.8em;
}

#left img 
{
    margin-bottom: 15px;
}
