﻿#latest-news
{
    vertical-align: top;
}
#latest-news .header
{
    margin-top: 23px;
    text-align: center;
}
#latest-news ul
{
    margin-left: 9px;
}
#latest-news ul li
{
    text-align: left;
}
#latest-news ul li a
{
    padding: 2px 5px;
    font-size: 12px;
    line-height: 13px;
    border-bottom: solid 1px #aaaaaa;
}
#latest-news ul li span
{
    font-style: italic;
    font-size: 10px;
}

.clear
{
    width: 0;
    height: 0;
    clear: both;
}
* html .clear
{
    display: inline;
}