body { 
	margin:			0 1px 0 0; 
	padding:		0; 
	font:				.80em verdana, sans-serif;
	background: #CCC;
	color:			#000;
}
hr { display:	none }

#header {
	color:					#333333;
	vertical-align: top;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
#header h1 {  
	font:			bold italic 40px/50px impact, arial, verdana, helvetica, sans-serif;
	margin:		0;
}

#colonna-sx, #colonna-dx {
	float:			left;
	width:			20%;
	color:			#000;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif, monospace, fantasy;
	font-size: 12px;
}
#colonna-sx .box, #colonna-dx .box {
	padding:	10px;
}
#colonna-dx { margin-right: -1px; }

#principale {
	float:			left;
	width:			57.5%;
	background:	#FFF;
	color:			#000;
	font-family: Arial, Helvetica, sans-serif, monospace, fantasy;
	font-size: 12px;
	text-align: left;
	margin-top: 10;
	margin-right: 10;
	margin-bottom: -1px;
	margin-left: 10;
	padding: 10px;
	line-height: 20px;
	font-weight: bold;
	white-space: normal;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: dashed;
	border-top-color: #009999;
	border-right-color: #009999;
	border-bottom-color: #009999;
	border-left-color: #009999;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	page-break-before: auto;
	cursor: help;
}
#principale .box { 
	border-style:	none solid solid solid; 
	border-color:	#000; 
	border-width:	1px; 
	padding:			10px;
}

#footer { 
	clear:					left;
	border-top:			1px solid #000;
	border-bottom:	1px solid #000; 
	padding:				2px 10px;
	background:			#999; 
	color:					#FFF; 
	font-size:			9px;
	line-height:		1em;
}
