@charset "UTF-8";
/* CSS Document */
body	{
	margin: 0;
	padding: 0;
	background-color:#C4C4C4; 
}

#contenitore {
	width:960px;
	margin:0px auto;
}

#content0 {
	width:960px;
	height:200px;
	float:left;
	background-color:#FFFFFF;
}


#content1_left {
	width:476px;
	height:676px;
	text-align:center; /*allinea il titolo al centro; attenzione ad allìineare tutti i testi successivi in modo esplicito*/
	padding-top:20px;
	float:left;
	background-color:#FFFFFF;
	border:#0000FF solid 2px;
}

#content1_right{
	width:480px;
	height:700px;
	float:left;
	background-color:#FFFFFF;
}

#content2_left{
	width:480px;
	height:700px;
	float:left;
	background-color:#FFFFFF;
}

#content2_right{
	width:476px;
	height:676px;
	text-align:center; /*allinea il titolo al centro; attenzione ad allìineare tutti i testi successivi in modo esplicito*/
	padding-top:20px;
	float:left;
	background-color:#FFFFFF;
	border:#0000FF solid 2px;
}

#content3_left{
	width:476px;
	height:676px;
	text-align:center; /*allinea il titolo al centro; attenzione ad allìineare tutti i testi successivi in modo esplicito*/
	padding-top:20px;
	float:left;
	background-color:#FFFFFF;
	border:#0000FF solid 2px;
}

#content3_right{
	width:480px;
	height:700px;
	float:left;
	background-color:#FFFFFF;
}

.tappo {
	clear:both;
}

h1 {
	font-size: 30px; 
	color:red;
	text-align:center;
	font-weight:bold; 
	font-style: normal;  
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; 		
}

h2 {
	font-size: 30px; 
	color:red;
	font-weight:bold; 
	font-style: normal;  
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	display:inline; /*per mettere sulla stessa riga un tag di blocco*/
}

h3 {
	font-size: 20px; 
	color:blue;
	font-weight:bold; 
	font-style: normal;  
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; 	
	display:inline;	/*per mettere sulla stessa riga un tag di blocco*/
}	
p {text-align:center; 	
}

#centra {
	text-align:center; 	
}

#testo {
	font-size: 15px;
	text-align:justify; 
	font-weight:bold; 
	font-style: normal;  
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; 	
	padding:0px 20px 0px 20px; 	/* top right bottom left*/
}

a {
	font-size: 15px; 
	color:#E84228;
	font-style: normal;  
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}