/* CSS Document */


body {margin: 0; /* azzero i margini del tag body */
	  margin-top:10px;	
	  text-align:center; /* per allineare il tutto al centro pagina anche in IE :P */
	  }

#container {width:980px;
			margin-left:auto;
			margin-right:auto;
			text-align:left; /* per riallaneare il tutto a sinistra dentro il container */
			}

#top_menu{background-color:#FFFFFF;
		  width:980px;  
		  float:left;
		  }
		  
#main_logo {background-image:url(img/logo.jpg);
			background-repeat:no-repeat;
			margin-top:0px;
		    width:980px;
			height:231px;
			float:left;
			}
			
#main_menu {background-image:url(img/sfondo_menu.jpg);
			background-repeat:no-repeat;
			margin-top:0px;
		    width:960px;
			height:38px;
			float:left;
			padding-left: 20px;
			}
			
#enti		{background-image:url(img/loghi_enti.jpg);
			 background-repeat:no-repeat;
			 margin-top:0px;
		     width:980px;
			 height:64px;
			 float:left;
			}
			
#top_cont	{background-image:url(img/top_cont.jpg);
			 background-repeat:no-repeat;
			 margin-top:0px;
		     width:980px;
			 height:18px;
			 float:left;
			}

#bot_cont	{background-image:url(img/bot_cont.jpg);
			 background-repeat:no-repeat;
			 margin-top:0px;
		     width:980px;
			 height:18px;
			 float:left;
			}

#mid_cont	{background-image:url(img/mid_cont.jpg);
			 background-repeat:repeat-y;
			 margin-top:0px;
		     width:980px;
			 float:left;
			}
			
#mid_sin {background-image:url(img/sfondo_des.gif);
		  background-repeat:repeat-y;
		  width:662px;
		  padding-left:55px;
		  padding-right:10px;
		  padding-top:10px;
		  float:left;
		  }
		  
#mid_des {width:225px;
		  padding-left:8px;
		  padding-top:15px;
		  float:left;
		  }
		  
#footer  {background-color:#E2007A;
		  width:110px;
		  padding-left: 870px;
		  float:left;
		  }
		  
/* Blocchi homepage */

#blocco_top_sin {width:218px;
				 height:290px;
				 border-bottom-color:#E6B1CD;
				 border-bottom-style:solid;
				 border-bottom-width:1px;
				 border-right-color:#E6B1CD;
				 border-right-style:solid;
				 border-right-width:1px;
				 float:left;
				 }

#blocco_top_cen {width:218px;
				 height:290px;
				 border-bottom-color:#E6B1CD;
				 border-bottom-style:solid;
				 border-bottom-width:1px;
				 border-right-color:#E6B1CD;
				 border-right-style:solid;
				 border-right-width:1px;
				 float:left;
				 padding-left:10px;
				 }
				 
#blocco_top_des {width:197px;
				 height:290px;
				 border-bottom-color:#E6B1CD;
				 border-bottom-style:solid;
				 border-bottom-width:1px;
				 float:left;
				 padding-left:12px;
				 }
				 
#blocco_bot_sin {width:218px;
				 height:340px;
				 border-right-color:#E6B1CD;
				 border-right-style:solid;
				 border-right-width:1px;
				 float:left;
				 padding-top:15px;
				 }

#blocco_bot_cen {width:213px;
				 height:340px;
				 border-right-color:#E6B1CD;
				 border-right-style:solid;
				 border-right-width:1px;
				 float:left;
				 padding-top:15px;
				 padding-left:15px;
				 }
				 
#blocco_bot_des {width:197px;
				 height:340px;
				 padding-top:15px;
				 padding-left:12px;
				 float:left;
				 }
				 
#attivita {background-image:url(img/sfondo_attivita.jpg);
		   background-repeat:no-repeat;
		   width:470px;
		   height:580px;
		   padding-top:180px;
		   padding-left:12px;
		   padding-right:30px;
		   text-align:left;
		   }
		   				 
