body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; color:#333333;
	background-image: url(sfondino.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the 						#container selector */
}
#container {
	width: 762px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: justify; /* this overrides the text-align: center on the body element. */
	background: url(sfondo.jpg) repeat-y;
}

h1 {font-size: 24px; color:#333; text-align:center; letter-spacing:1px}

#contenuti {
	padding:0 18px;
}

#header {
	background-image: url(testata.jpg);
	width: 750px;
	height: 197px;
	margin:0 6px;

}
#menu_top {
		padding-top:141px;
		text-align:center;
		color:#000;
}
#menu_top a { color:#000}

.tab { float:left; 
		width:84px; height:40px; color:#000; text-align:center; padding-top:10px;
		background:url(tasto.jpg) repeat-y;}


.testo_cella{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	Text-align: justify;
}
.testo_cella10{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	Text-align: justify;
}
.testo_cella14{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	Text-align: justify;
}
.titolo_cella{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold; 
	color: #333333;
	text-decoration: none;
	text-align: justify;
}
.titolo_cella_grande{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold; 
	color: #333333;
	text-decoration: none;
	text-align: justify;
}
.titolo_cella_piccolo{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold; 
	color: #333333;
	text-decoration: none;
	text-align: justify;
}

a:link {
	font-size: 11px;
	font-weight:bold; 
	color: #2492FF;
	text-decoration: none;
}
a:visited {
	font-size: 11px;
	font-weight:bold; 
	color: #2492FF;
	text-decoration: none;
}
a:hover {
	font-size: 11px;
	font-weight:bold;
	color: #FF9933;
	text-decoration: underline;
}
a:active {
	font-size: 11px;
	font-weight:bold;
	color: #FF9933;
	text-decoration: none;
}
#post_intestazione{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	Text-align: center;
	background: url(sfumatura_bassa.jpg) bottom repeat-x;
	line-height:1.5;
	margin-left:6px; margin-right:6px; padding-top:36px; padding-bottom:10px;
}
#post_intestazione a{color: #333}