/* =========== producers ============ */

DIV.producer-left, DIV.producer-center, DIV.producer-right {
	width: 220px;
	text-align: center;
}
		
DIV.producer-left {
	float: left;
	clear: both;
	margin: 0px 10px 25px 0px;
	border: 0px dotted blue; 
}

DIV.producer-center {
	float: left;
	margin: 0px 0px 25px 20px;
	border: 0px dotted green; 
}

DIV.producer-right {
	float: right;
	margin: 0px 0px 25px 10px;
	border: 0px dotted red; 
}

DIV.producer-link {
	text-align: right;
	padding: 10px;
}

DIV.producer-descr {
	text-align: justify;
	padding-top: 10px;
	border: 0px dotted yellow; 
}
