
/* CSS Document */
body{
	font-family:"Trebuchet MS", Trebuchet, Arial, Verdana, Helvetica, sans-serif;
	margin:0;
	padding:0;
	SCROLLBAR-FACE-COLOR: #eeeeee;
	SCROLLBAR-HIGHLIGHT-COLOR: #eeeeee;
	SCROLLBAR-SHADOW-COLOR: #eeeeee;
	SCROLLBAR-3DLIGHT-COLOR: #eeeeee;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #eeeeee;
	color:#666;
	font-size:small;
}

p{

}

a{
	text-decoration:none;
	color:#666;
}
a:hover{
	color:#333;
}

hr{
	clear:both;
	visibility:hidden;	
}
img{
	border:none;
}
/*
*headers
*/
h2.titolo{
	font-family:Times, "Times New Roman", Georgia, serif;
	color:#014c14;
	text-transform:uppercase;
}
/*
*CUSTOM LAYOUT
*/
#wrapper{
	margin:0 auto;
	padding:0;
}
#header{
	display:none;
}
#footer{

	margin:0 auto;
	font-size:10px;
	text-align:left;
	color: #666;
	font-family: Verdana; 
	line-height: 12px;
	text-align:center;
}
/*
*CUSTOM STYLING
*/
.titolo{
	font-weight:bold;
	color:#000;
	font-size:1.08em;
}
 .testonews{
	height:300px;
	overflow:auto;
}
.imagebox{
	border:1px solid #ccc;
	padding:4px;
	height:330px;
	float:left;
	margin: 0 15px 0 0;
}
.nav span a{
	font-weight:bold;
	font-size:30px;
	color:#014c14;
}
.contentbox{
	padding:0;
	margin:0;
}
.cerca{
	display:none;
}
.boxleft, .boxright{
	margin:0;
	padding:6px;
	float:left;
	width:400px;
}
.boxright{
	width:480px;
}
.path{
	font-size:0.8em;
}
/*
*
*/
.path li{
	list-style-type:none;
	display:inline;
}
