body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font: .80em Trebuchet MS;
	color: #888888;
	background-image: url(../img/fondo_page.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#contenitore {
	width: 750px;
	background-color: White;
	background-image: url(../img/fondo_tab.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

hr { display:none;
} 

#header {
	color: #3C9B57;
/*background-image: url(../img/testata_sito.gif);
	background-position: top left;
	background-repeat: no-repeat;*/
	height:165px;
	padding-top:15px;
}
#header h1 {  
	font:			bold italic Trebuchet MS;
	margin:		0;
}

#colonna-sx, #colonna-dx { 
	float:			left; 
	width:			19%; 
}
#colonna-sx .box, #colonna-dx .box {
	padding:	10px;
}
#colonna-dx {
	margin-right: -1px;
	/*background-image: url(../img/sleppa_right.gif);
	background-repeat: repeat-y;*/
}

#principale { 
	float:			left; 
	width:			60%; 
	margin: 		0 0 -1px 0;
	padding-left:10px;
}
#principale .box { 
	padding:			10px;
}
#colonna-sx{
	font-size: .90em;
	
}
#footer {
	clear: left;
	padding: 2px 10px;
	font-size: .80em;
	line-height: 1em;
	color: #AAAAAA;
	background-image: url(../img/fondo_tab_bottom.gif);
	background-position: top left;
		background-repeat: no-repeat;
	height: 46px
}
a {
	border:0px;
	color: #888888;
	text-decoration: none;
}

table{
	font: .80em Trebuchet MS;
	color: #888888;
}

table img{
	border:1px solid;
	border-color:#3C9B57;
}
strong {
	color: #3C9B57;
}