#newsPreview
{
    height: auto;
    padding-bottom: 20px;
    clear: both;
}

#newsPreview div
{
    height: auto;
    margin-bottom: 4px;
}

#pastAds, #latestNews, #pressReleases
{
    padding-top: 30px;
    clear: both;
}

#thumbAndLablePastAd
{
    width: 97px;
    height: 151px;
    margin-right: 18px;
    float: left;
}

#thumbPastAd
{
    width: 97px;
    height: 121px;
}

#lablePastAd
{
    width: 97px;
    height: 25px;
    background-image: url(../images/bgSmallTitles.gif);
    background-repeat: repeat-x;
    color: #990000;
    text-align: center;
    padding-top: 5px;
}

#iconPressReleases
{
    float: left;
    width: 36px;
    height: 50px;
    margin-right: 10px;
    padding-top: 1px;
}

#rightSidePressReleases
{
    float: left;
    width: auto;
    height: 40px;
}

#releasePreview
{
    height: 40px;
    clear: both;
}

#releasePreview div
{
    height: auto;
    margin-bottom: 4px;
}


#divisordotted
{
    width: 100%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
    background-image: url(../images/dottedLine.gif);
    background-repeat: repeat-x;
}


#bgBlog
{
    background-color: #eee0bc;
    padding: 10px;
}

#bgBottomBlog
{
    background-image: url(../images/bgBottomFromBlog.gif);
    background-repeat: no-repeat;
    height: 40px;
    width: 100%;
}

#bgBottomBlog div
{
    padding-left: 10px;
    padding-top: 10px;
}

