/* Index Page */
#index{}
/* End Categories List */



/* Categories List */
#categories{}
.row{
	width:610px;
	margin-bottom:15px;
}
.leftCol, .rightCol{
	width:295px;
	min-width:295px;
	max-width:295px;
	float:left;
}
.leftCol{
	margin-right:20px;
}
/* End Categories List */



/* Businesses */
.business{
	width:290px;
	min-width:290px;
	max-width:290px;
	padding:4px;
}
.business .name{
	font-size:14px;
	font-weight:bold;
	color:#003366;
}
/* End Business */


/* Winners List */
#winnersList{
	max-height:1850px;
	overflow:auto;
}
.row{
	margin-bottom:20px;
}
.row .name, .row .category, .row .winner{
	width:290px;
	min-width:290px;
	max-width:290px;
	float:left;
}
.row .name{
	margin-right:20px;
}
#winnersList h3{
	font-size:14px;
	font-weight:bold;
	color:#003366;
	margin-bottom:5px;
}
/* End Winners List */
