/*----------CSS for Minisite: Winners page----------*/


#crightCol_winners {
	height: 800px;
	}/*Also refer to #crightCol in base.css*/


.winners {
	float: left;
	width: 530px;
	margin: 80px 0 0 20px;
	padding: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	}



.winners h4 {
	float: left;
	width: 530px;
	margin: 5px 0 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #d31a3f;
	text-align: justify;
	}



.winners h5 {
	float: left;
	width: 530px;
	margin: 35px 5px  15px 0;
	font-size: 30px;
	font-weight: bold;
	line-height: 20px;
	color: #db8e99;
	text-align: left;
	}


.winners p.slogan {
	float: left;
	width: 400px;
	margin: 2px 0 2px 20px;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	color: #333;
	text-align: justify;
	clear: both;
	}


.winners p {
	float: left;
	width: 500px;
	margin: 10px 0 10px 20px;
	font-size: 16px;
	font-weight: normal;
	color: #777;
	text-align: justify;
	clear: both;
	}



.imgDisplay {
	float: left; /*this one affect the vertical-align:middle, it works without this property*/
	width:240px;
	height:200px;
	margin: 0 auto;
	padding: 0;         
	background: url('/contests/mph/images/minigallerybg.png') no-repeat top center;
	text-align: center;
	}



.image {
	min-height: 50px;
	position: relative;
	top: 40px;
	bottom: 0;
	margin: auto;
	}



.image img {
	padding: 3px;
	background: #fff;
	border: 1px solid #F99;
	}

