/*La parte riguardante lo sfondo e altre piccolezze*/
body{
	font-family: Arial,Verdana,Times new Roman;
	font-size:10px; 
	
}

/*Il contenitore generale esterno*/
div#container{
	position: absolute;
	width: 990px;
	right:6px;
	top:-20px;
}

/*Questa la sezione di Sinistra*/
div#navigation{
	position: absolute;
	left: 2px;
	top: 143px;
	height: 1440px;
	width: 185px; 
	background-color:#CCCC99;
	/*background: url('../supporto_gratis/tutto_gratis_sx.gif') repeat-x; */
}

/*Questa la sezione di destra*/
div#extra{
	position: absolute;
	top: 143px;
	right:3px;
	height: 1440px;
	width: 185px;
	background-color:#CCCC99;
/*	background: url('../supporto_gratis/tutto_gratis_sx.gif') repeat-x; */
	left: 813px;
}

/*Questa la sezione centrale*/
div#content{

	width: 580px;
	height: 695px;
	text-align:center;
	margin: 0 200px;
	top: 190px;
	padding: 1em 10px;
}

/*Questa la sezione dell'intestazione*/
div#header{
	position: relative;
	right: 0px;
	width: 990px;
	top: 2px;
}

/*Questa la sezione del footer*/
div#footer{
	position: absolute;
	top:1466px;
	left: 2px;
	width: 996px;
	text-align:center; 
	background-color:#CCCC99;
}

/*Ora ci sono le varie possibilita di testo*/
a {color:black; font-size:11px; text-align:center; text-decoration: none;}
a:hover {color:green}
.testo08 {font : normal 8px Arial,Times new Roman, sans-serif;}
.testo09 {font : normal 9px Arial,Times new Roman, sans-serif;}
.testo10 {font : normal 10px Arial,Times new Roman, sans-serif;}
.testo12 {font : normal 12px Arial,Times new Roman, sans-serif;}
.testo14 {font : normal 14px Arial,Times new Roman, sans-serif;}
.testo16 {font : normal 16px Arial,Times new Roman, sans-serif;}
.punti_gratis {color : #0000FF;}
.titoli_gratis   {text-align:center; font : normal 13px Arial,Times new Roman,verdana; color:#00CC00;}
.titoli_gratis_2 {text-align:center; font : normal  13px Arial,Times new Roman,verdana; color:#0099FF;}
.titoli_gratis_3 {text-align:center; font : bold 13px Arial,Times new Roman,verdana; color:#FF0000;}
.titoli_gratis_4 {text-align:center; font : normal 13px Arial,Times new Roman,verdana; color:#FF9933;}
.titoli_gratis_5 {text-align:center; font: normal 15px Arial,Times new Roman, Verdana, sans-serif; color:#FF724F; font-weight:bold}
h1 {font-family: Arial,Times new Roman, Times new Roman}
h2 {font-family:Georgia, "Times New Roman", Times, serif}
h3 {font-family:Georgia, "Times New Roman", Times, serif}
h4 {font-family:Georgia, "Times New Roman", Times, serif}
h5 {font-family:Georgia, "Times New Roman", Times, serif}
h6 {font-family:Georgia, "Times New Roman", Times, serif}
