div#header, div#left_col, div#right_col, div#footer { display: none; }
body{font-size: 12pt}
div#page_content{width: auto}
#sinistra {
	width: 48%;
	float: left;
	margin-top: 8px;
	padding-right: 10px;
	border-right:1px dashed ;
	border-top:1px dashed ;
}

#destra {
	width: 48%;
	float: right;
	margin-top: 8px;
	padding-left: 10px;
	border-left:1px dashed ;
	border-top:1px dashed ;	
}
.sinistra {
	width: 48%;
	float: left;	
	padding-right: 10px;

}

.destra {
	width: 48%;
	float: right;	
	padding-left: 10px;
}
