ul.castProf {
	width:100%;
	clear:both;
	margin:20px auto;
}

ul.castProf li {
	margin-bottom:10px;
}

ul.castProf li:nth-child(odd) {
	width:48%;
	float:left;
}
ul.castProf li:nth-child(even) {
	width:48%;
	float:right;
}

