body 
	{background:#ffff00; 
	text-align:center;
	font-family:Verdana;
	}

div#contenitore 
	{background:#3333cc;
	width:900px; 
	margin:0 auto; 
	text-align:left;
	}

div#top 
  	{background:#3333cc;
   	height:130px;
   	text-align:center;
  	}

ul#menu 
	{background:#3333cc;
	width:900px;
	height:30px;
	border:0em solid #333; 
	padding:0; 
	margin:0;
	list-style-type:none;
	}
	
	ul#menu li {float:left;}
	ul#menu li a {display:block; color:#99ccff; background:#3333cc; font-size:11px; line-height:2.7em; padding:0em 1.4em; text-decoration:none; border:0em solid #333; font-weight:bold;}
	ul#menu li a.current {background:#99ccff; color:#3333cc;}
	ul#menu li a:hover {background:#99ccff; color:#3333cc;}

div#main 
	{background:#99ccff;
	width:700px;
	height:480px;
	float:left;
	overflow:auto;
   	text-align:center;
	}
	
div#contatti 
	{width:200px; 
	height:480px;
	background:#3333cc; 
	float:left;
   	text-align:center;
	}
	
h1, h2, h3, h4, h5, h6 {font-family:Verdana; }
h1 {color:#3333cc; font-size:25px; font-style:bold;}
h2 {color:#3333cc; font-size:15px; font-style:bold;}
h3 {color:#3333cc; font-size:15px; font-style:italic;}
h4 {color:#3333cc; font-size:11px; font-style:bold;}
h5 {color:#ffff00;font-size:15px;}
h6 {color:#fff000;font-size:10px;}
.clearlft {clear:left; }