﻿
#wrapper
{
    overflow        : hidden; 
    float           : left;
    width           : 100%;
    margin-right    : -450px;
}

#content_main
{
    margin-right    : 450px;
}

#content_main li
{
	padding-bottom  : .5em;
}

#content_sub
{
	float           : right;
	width           : 450px;
}

#content_sub ul
{
	list-style-type : none; 
}

#content_sub li
{
	overflow        : hidden;
	margin-bottom   : 20px;
}

#content_sub img
{
	float           : right; 
}

#content_sub li span
{
	float           : left;
	display         : block;
	width           : 100px;
	font-weight     : bold;
}

#content_sub li span.title
{
	color           : #8a8989;
	padding-top     : 75px;
}

#content_sub li span.winner
{
    clear           : left;
}

#previous_winners
{
	padding-top     : 30px;
}

#previous_winners h2
{
	padding         : 0;
	margin          : 0;
}
