#news
{
	background: url("../images/column_background.png") top left repeat-x;
	overflow: hidden;
	width: 100%;
    border-top: 1px solid #A9C;
}

.news-left-column
{
	width: 289px;
	float: left;
	background: #fff;
}

.news-right-column
{
	float: right;
	width: 256px;
	overflow: hidden;
}
.news-right-column ul.gallery
{
    list-style: none;
    margin: 2px 0 5px 13px;
    padding: 0;
}

.news-right-column ul.gallery li
{
    width: 71px;
    height: 56px;
    background: #000;
    border: 1px solid #A9C;
    overflow: hidden;
    text-align: center;
    margin: 0 5px 5px 0;
    float: left;
}

#news h2
{
    font: 18px/32px "Trebuchet MS",sans-serif;
    color: #A9C;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 5px;
    text-align: center;
    padding: 0;
}
.news-right-column img
{
    height: 60px;
    margin: 0;
    padding: 0;
    border: 0;
}
