span.news_more{
    text-align: right;
}

div.news_separator {
    height: 14px;
    font-size: 1pt;
    clear: both;
}

img.news-image {
    float: right; 
    padding-left: 10px;              
}

span.date {
    font-weight: bold;
}

div.newscontent {
    margin-top: 10px;
    padding-bottom: 50px;
    position: relative;  
}

div.latestBtn {
    position: absolute;
    bottom: 0px;
    right: 15px;
    padding-right: 10px;
    background: url(/static/images/arrow.red.gif) no-repeat right; 
}

div.latestBtn a {
    color: #db2955;
}

div#latestNavigation {
    position: absolute;
    bottom: 40px;
    padding: 0px 35px;
}

div#latestNavigation div.left {
    float: left;
    width: 200px;
}

div#latestNavigation div.right {
    float: right;
    width: 200px;
    text-align: right;
}



