/* CSS Document */
body { 
	margin:			0 1px 0 0;
	padding:		0; 
	font:				.80em verdana, sans-serif;
	background: url(images/sf.gif) repeat-x left top;
	color:			#000;
}
hr { display:	none }

a { color:			#A00;font:			bold; }

#header {

	border-top:			1px none #A00;
	border-bottom:	1px none #A00;
	background:			url(images/head.gif) no-repeat;
	color:					#0A0;
	height: 196px;
	top: 0px;
	clip: rect(auto,auto,0px,auto);
	padding-bottom: 0px;
	margin-bottom: 0px;
	bottom: 0px;
	border-right-style: none;
	border-left-style: none;
	position: fissa;
}
#header img {
}
#header h1 {
	font:			bold italic 40px/50px helvetica, sans-serif;
	margin-top: 160px;
}

#colonna-sx, #colonna-dx { 
	float:			left; 
	width:			20%; 
	color:			#0A0;
}
#colonna-sx .box, #colonna-dx .box {
	padding:	10px;
}
#colonna-dx { margin-right: -1px; }

#principale { 
	float:			left; 
	width:			60%; 
	background:	#FFF; 
	color:			#0A0;
	margin: 		0 0 -1px 10px;
}

#principale h2 {  
	font:			italic bold 18px Arial, Helvetica, sans-serif;
	margin:		0;
}


#principale .box {
	border-style:	none solid solid solid;
	border-color:	#A00;
	border-width:	1px;
	padding:			10px;
	font: verdana, sans-serif;
	font-spacing: 0.1ems;
	letter-spacing: 0.1em;
}

#principale2 { 
	float:			left; 
	width:			80%; 
	background:	#FFF; 
	color:			#0A0;
	margin: 		0 0 -1px 0;
}
#principale2 .box {
	border-style:	none;
	border-color:	#A00;
	border-width:	1px;
	padding:			10px;
	font-spacing: 0.1ems;
	letter-spacing: 0.1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #008400;

}
#footer {
	clear:					left;
	border-top:			1px none #A00;
	border-bottom:	1px none #A00;
	padding:				2px 10px;
	background:			#008400;
	color:					#FFF;
	font-size:			.80em;
	line-height:		1em;
	border-right-style: none;
	border-left-style: none;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	text-transform: uppercase;
	position: absolute;
	margin-left: 10px;
	top: 168px;
}
#menu a:link {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	text-decoration: none;
	white-space: normal;
}

