@charset "UTF-8";
/* CSS Document */

#sublogo{
	padding-top: 227px;
	background-position: bottom;
	background-repeat: no-repeat;
}

.clear{
	clear: both;
}

.nominees{
	margin: 10px 0 0 0;
	padding: 0;
	line-height: 1.3em;
}

.nominees li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 158px;
	margin-bottom: 10px;
	padding-right: 10px;
}

.nominees li.third{
	width: 135px;
	float: left;
	padding-right: 0;
}

.nominees li img{
	border: 10px solid #FFF;
	display: block;
	margin-bottom: 5px;
}

.nominees li strong,
.nominees li a{
	color: #DF4556;
}

.nominees li a:hover{
	text-decoration: underline;
}

.nominees li a:hover img{
	text-decoration: none;
}

.judges{
	display: block;
	margin-top: 10px;
	padding: 20px;
	line-height: 1.3em;
}

.judges b,
.judges strong{
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	margin-top: 10px;
}