/* .................... TAG HTM ....................*/
* {
margin: 0;
}
body {
	width: 100%;
	background-color: #BCC2AF;  
	text-align: center;
	color: #333333; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt; 
	}
A {color: #333333;
	text-decoration: none;
	}
A:hover{
	color:#FEAA06;
	}
IMG {
	border: 0px;
	}
.clear {
	clear:both;
	}
#struttura{
	position:relative;
	width: 900px;
	padding:0px 0px;
	margin:0px auto;
	text-align: left;
	background-color:#ffffff;
	background: url(images/sfondo.jpg);
	background-repeat: repeat-y;
	}
#corpo{
	width: 900px;
	}
#colonna-sx{
	position: relative;
	float: left;
	width: 190px;
	background-color:#717C5B;
	color: #ffffff;
	}
#colonna-sx a{
	color: #ffffff;
	}
#colonna-sx ul{
	margin: 10px;
	 list-style:none;
	}
#colonna-sx li{
	margin: 5px 0px;
	}
#colonna-dx{
	position: relative;
	float: right;
	width: 710px;
	}
#contenuto{
	width: 670px;
	margin:20px;
}
#colonna-sx-bottom{
	position: relative;
	float: left;
	width: 190px;
	}
#colonna-dx-bottom{
	position: relative;
	float: right;
	width: 710px;
	}
#bottom{
	width: 900px;
	text-align: center;
	background-color: #BCC2AF;
	}
#menu-due{
float: right; 
width: 28%;
}
#menu-due a{
display: block;
border-bottom: 1px solid #BCC2AF;
padding: 5px 0px ;
}
.indietro{
	float: right;
	width: 250px;
	text-align: right;
	margin-right: 20px;
	font-size: 10pt;
	}

h1 {
	color: #717C5B;
	font-size: 12pt;
	dislay: block;
	width: 650px;
	border-bottom: 1px solid #000000;
	margin-bottom: 20px;
	}
h2 {
	color: #BF2821;
	font-size: 12pt;
	margin-bottom: 10px;
	}
h3 {
	color: #717C5B;
	font-size: 10pt;
	margin-bottom: 0px;
	}