#pageBannerFeature {
    background-image: url('/img/featureBackgroundWhite.png');
    background-repeat: no-repeat;
    color: #000000;
    float: left;
    height: 140px;
    left: 15px;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 571px;
}

#pageBannerFeature H1 {
    margin: 0;
}

#pageBannerFeature UL LI {
    list-style: none;
}

#pageBannerFeatureLeft {
    background-image: none;
    float: left;
    width: 40%;
}

#pageBannerFeatureLeft, #pageBannerFeatureRight {
    margin-right: 0;
}

#pageBannerFeatureLeft IMG {
    margin-top: -10px;
}

#pageBannerFeatureRight {
    width: 60%;
}