/* Congress Information */
#congress h3{
	font-size:18px;
	color:#111;
	margin-bottom:12px;
}
#congress h3 em{
	padding-right:8px; 
	border-left:5px solid #28a3e5;
}

#congress p{
	margin-bottom:1.8em;
}

#congress figure{
	float:right;
	width:290px;
	text-align:right;
	padding-left:20px;
}

#congress figure img{
	width:270px;
	margin-bottom:12px;
	border-top-left-radius:8px; border-bottom-right-radius:8px;
	-webkit-border-top-left-radius:8px; -webkit-border-bottom-right-radius:8px;
	-moz-border-top-left-radius:8px; -moz-border-bottom-right-radius:8px;
}

#congress ul{
	padding-left:2em;
	margin-bottom:2.5em;
}
#congress ul li{
	margin-bottom:1em;
	color:#333;
}
