
h3 {
	margin: 0 0 0 5px;
	}
/* classes */

.half
{
	width: 44%;	
}


.greenContest, .purpleContest, .promoContest 
{
	display: inline;
	float: left;
	height: 150px;
	margin: 0  0 10px 5px;
	padding: 10px 5px 20px 0px;
	position: relative;
	text-align: center;
	width: 127px;
	}
	
.greenContest {
	background: url(http://content.treehousetv.com/Themes/treehouse-v8/Images/Widgets/bgContestWidgetGrn.gif) top left repeat-y;
	}
	
.purpleContest {
	background: url(http://content.treehousetv.com/Themes/treehouse-v8/Images/Widgets/bgContestWidgetPrp.gif) top left repeat-y;
	}
	
.contestTop {
	left: 0;
	position: absolute;
	top: 0;
	}	

.contestBtm {
	left: 0;
	position: absolute;
	bottom: -5px;
	}	
	
.purpleContest a {
	color: #4a2667;
	font: bold .9em "Trebuchet MS";
	}
	
.greenContest a {
	color: #226430;
	font: bold .9em "Trebuchet MS";
	}

.width50 { 
	float: left; 
	width: 50%;
	}	
	
.width120 { 
	float: left; 
	width: 130px;
	}
	
.width200 {
	float: left;
	margin: 0 3px;
	width: 300px;
	}

.width250 {
	background: #f0f0e3;
	display: inline;
	padding: 0 0 10px 10px;
	}
	
.width250 a {
	font: .75em/1.6em Verdana;
	}

/* structure */

#treehouseHeaderStars {
	float: left;
	position: relative;
	margin: -10px 0 0 -40px;
	z-index: 5;
	}

#treehouseContentStars {
	float: right;
	position: relative;
	margin: -79px -25px -30px 0;
	z-index: 5;
	}

#sectionTitle {
	background: url(http://content.treehousetv.com/Themes/treehouse-v8/Images/Win/bgTitle.gif) top left no-repeat;
	height: 84px;
	}
	
#sectionTitle #title {
	top: 30px;
	}

#contests {
	margin: 0 0 0 10px;
	width: 583px;
	}
	
#sponsors {
	border: 1px solid red;
	display: block;
	width: 200px;
	}
	
#pastWinners 
{
	background: #f0f0e3;
	display: block;
	font-size: .9em;
	line-height: 2em;
	margin: 0 auto;
	padding: 10px;
	width: 90%;	
}

#pastWinners ul
{
	margin: 0 10px 0 10px;
	padding: 0;	
}

#pastWinners li
{
	list-style: none;	
	margin: 0 0 8px 0;
}
