/* Page width is 560px */

#mostPopular {
	width:270px;
	float:left;
}

#meetExperts {
	width:270px;
	float:right;
}

.expertItem {
	clear:both;	
	font-weight:normal;
}


.expertItem h3{
	color:#4C5982;
	font-size:15px;
	margin:3px 0;
	font-weight:normal;
}

.expertItem h4{
	color:#4C5982;
	font-style:italic;
	margin:3px 0;
	font-size:13px;
	font-weight:normal;
}

#lineBreaker {
	clear:both;
	height:1px;
}