@charset "ISO-8859-1";
#col1 {
	float: left;
	width: 260px;
	margin-right: 10px;
}
#col2 {
	float: left;
	width: 524px;
	font-size: 14px;
	background-position: center top;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#FilmatoFormazione {
	float: left;
	margin-right: 5px;
	width: 340px;
	height: 360px;
	border: 1px solid #999999;
	background-color: #666666;
}
#FilmatoConsulenza {
	width: 340px;
	height: 360px;
	border: 1px solid #999999;
	background-color: #666666;
	float: right;
}
#ContenitoreFilmati {
	margin-top: 5px;
	clear: both;
	width: 690px;
}
#headBox {
	height: 140px;
	clear: both;
	width: 690px;
}
#col3 {
	float: right;
	width: 220px;
	background-position: right top;
}

#col2 ul {
}
#col2_corso {
	float: left;
	width: 530px;
	font-size: 12px;
}
#col3 ul {
	margin: 1px;
	padding: 1px;
	list-style-type: square;
}
#col3 li {
	margin: 1px 0px 0px 10px;
	padding: 1px;
	list-style-type: square;
	font: 13px bold #999999;
	font-weight: bold;
}
#singleCol {
	float: left;
	width: 754px;
	font-size: 12px;
}

