div#AwardMainParent{
	position:relative;
	top: 60px;
}

div.AwardSubParent{
	display:block;
	position: relative;
	margin-top: 20px;
}

div.AwardChildDivLeft{
	display:inline; 
	float:left; 
	height: 120px;
	width:100px;
}

div.AwardChildDivRight{
	display:inline; 
	float:left; 
	width:110px;
}

div.AwardChildDivRight p{
	font-size: 10px;
}

