/* 	

	AWARDS
	
	Table of Contents 
	
	[0] content
	[1] footer
	[2] classes

	
*/

/* [0] content */
#content{
	position: absolute;
	width: 600px;
	height: 430px;
	left: 465px;
	top: 50%;
	margin-top: -215px;
}

/* [1] footer */
footer{
	position: absolute;
	width: 700px;
	height: 25px;
	left: 365px;
	top: 530px;
	text-align: right;
}

/* [2] classes */
.scroll-pane {
	width: 600px;
	height: 430px;
	overflow: auto;
	display: none;
	outline-offset: none;
	outline:none;
}
.award{
	display: block;
	width: 110px;
	height: 275px;
	float: left;
	margin-right: 5px;
	margin-bottom: 30px;
	padding: 0px;
}
.award-double{
	display: block;
	width: 225px;
	height: 250px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0px;
}
.awardimage{
	display: block;
	margin-bottom: 5px;
	background-color: #aaaaaa;
}
.awardcaption{
	display: block;
	width: 113px;
	margin-top: 5px;
	/*color: #009ee0;*/
}
