
   -------------- */
*{ margin: 0; padding: 0; }* 
body { 
	font: 11px Tahoma, Verdana, Arial, sans-serif; line-height: 16px;
	background: #BBBDBD;
	color: #000; 
	margin-top:10px;
	margin-bottom:10px;}
	p {	margin: 0 0 5px 0; }


a:link, a:visited {
	font-weight: bold;
	color: #19191B;
	text-decoration: underline;
	
}
a:hover {
		font-weight: bold;
	color: #959991;
	text-decoration: underline;
}
h1 { font: normal 12px Tahoma, "Trebuchet MS", Arial, Sans-Serif; padding: 7px 0 0 8px; margin: 0; }

h2 { font-size: 12px; margin-bottom: 5px; color: #000; background: inherit; }

h4 {
	clear:both
}

ul { list-style : none; }

/* layout
   ------ */

.content { 
	margin: 0 auto;
	width: 764px;
	padding:10px;
	background-color:#fff;
	
}

.header { 
	color: #19191B;
 width: 764px;
 padding: 0px;
 height: 362px;

background: #fffffe url(images/top1.png) no-repeat 0 0;
border-bottom:solid 0px #000;
}





nav
{
width:180px;

}

#nav ul
{
margin-left: 0;
margin-bottom: 0;
padding-left: 0;
list-style-type: none;
text-transform:uppercase;
}
#nav li
{
border-bottom: 2px solid #fff;
}

#nav li a
{
text-decoration:none;
color:#19191B;	
background-color:#f5f5f5;
display: block;
padding:3px;
border-left: 15px solid #70DFD1;
}

#nav li a:hover
{
color:#fff;
background-color:#71E7E0;
}










/* left side
   --------- */

.left {
	float: left;
	width: 544px;
	margin: 15px 0 10px 0;
	
}


.left h3 {
	clear: both;

	color:#BBBDBD;
	padding: 0;
	font: bold 12px Tahoma, "Trebuchet MS", Arial, Sans-Serif;
	margin: 0;
}

.left h3 a:link, .left h3 a:visited {
	text-decoration:none
}
.left h2 {
	clear: both;
	background: #BBBDBD;
	color: #fff;
	padding: 3px 0 4px 43px;
	font: bold 12px Tahoma, "Trebuchet MS", Arial, Sans-Serif;
	margin: 0 0 10px 0;
}




	
	.left_box { 
		margin: 0 0 10px 0; 
		color: #000; 
		background: #FFF; 
		padding: 0; 
	}
	
	
	
	


	
		
/* right side
   ---------- */
		

	
	
	.right {
	float: right;
	width: 198px;
	margin: 15px 0 10px 0;
	
}



	
		.right h3 {
	
		background: #BBBDBD;
		color: #fff;
	padding: 3px 0 4px 43px;
		font: bold 12px Tahoma, "Trebuchet MS", Arial, Sans-Serif;
		margin: 0 0 10px 0;
	}
	
	
	
	
	
	.right_box {
		background: #f5f5f5;
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px 0;
	}
	
	
	
	




/* footer
   ------ */

.footer { 
	 width: 754px;
 clear: both;

 background: #f5f5f5;
 border-top: 6px solid #5DE4E3;
 padding: 0px;
 font-size:10px;
 
}





.footer a:link, a:visited {
	font-weight: bold;
	color: #19191B;
	text-decoration: underline;
	
}
.footer a:hover {
		font-weight: bold;
	color: #30451A;
	text-decoration: underline;
}




.clear { clear: both; background: none; }




/** News */

div.news-estratto {
	background:url(images/news-separatore.gif) no-repeat center bottom;
	width:100%;
	padding-bottom:10px;
	margin-bottom:10px;
	clear:both;
	min-height: 160px;
	height: auto !important;
	height: 160px;

}
div.news-header {
	background:url(images/news-header.gif) no-repeat left center;
	padding-left:25px;
}

div.news-corpo img {
	padding:3px;
	border:1px solid #CCCCCC

}
div.news-icona {
	float:right;
	border: #30451A 1px solid
}

span.news-commenti {
	background:url(images/news-commenti.gif) no-repeat left;
	padding-left:15px;
	margin-left:5px;
}

p.news-continua {
	background:url(images/news-more.gif) no-repeat left;
	padding-left:15px;
	margin-left:5px;
}


/** Commenti news **/

.commento {
	background:#f5f5f5;
	padding:5px;
	border:#999999 dotted 1px;
	margin:5px 0;
}
.commento h5 {
	background:url(images/autore.gif) no-repeat left;
	clear:both;
	padding-left:15px;
	
}
