body{
	font-family: verdana,arial,sans-serif;
	font-size: 77%;
	color: #666666;
	background-color: #cee3f5;
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	background-image: url(../immagini/bg.png);
	background-repeat: repeat-x;
	
	
}
b{font-size: 110%;}
em{color: red;}
.news{
	color: #1d46f6;
}
h1{
	text-align:center;
}
h3{
	color: #0084b4;
	font-weight: normal;
	font-size:14px;

}
h5 {
	color: #0084b4;
	font-weight: normal;
}
h4 {
	color: #00CED1;
	font-weight: normal;
	
}
/*layout*/
#maincontainer{
	width: 840px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background-color: #FFF;

}

#header{
	background: #fff;
	height: 177px;
	background-image: url(../immagini/header.jpg);
	background-repeat: no-repeat;
}

#header2{
	background: #fff;
	height: 177px;

}
#menu_top {
clear: both;
background-color: #fff;	
	line-height: 2.0em;
	font-size: 10px;
	height: 40px;
}
#contentwrapper{
float: left;
width: 100%;
background-color: White;
}
#contenuti{
	margin: 0 10px 0 180px;
	background-color: White;
	padding-left: 30px;
	
	
}
#navigation{
float: left;
width: 190px; /*Width of left column in pixel*/
margin-left: -840px; /*Set margin to that of -(MainContainerWidth)*/
background: #fff;
}
#rightcolumn{
	float: left;
	width: 180px; /*Width of right column*/
	margin-left: -180px; /*Set left margin to -(RightColumnWidth)*/
	background: #fff;
}

#footer{
	clear: left;
	width: 100%;
	text-align: center;
	padding: 4px 0;
	color: #666666;
	line-height: 1.5em;
	
 background-color: White;
}
#footer2{
	clear: left;
	width: 100%;
	padding: 4px 0;
	background-image: url(../immagini/footer.png);
	background-repeat: no-repeat;
	background-color: transparent;
	height:30px;
}
.innertube{
margin: 8px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 3px;
}
/*stili x link nel top*/


#menu_top a {
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	color: #00648f;
}

#menu_top a:hover {
	text-decoration: none;
	font-size: 12px;
	color: #00648f;
	background-color: #7dd4ee;
}
#menu_top a:visited {
	font-weight: normal;
	font-size: 12px;
	color: #00648f;
	text-decoration: none;
}
#menu_top li{
	display: inline;
	font-size: 12px;
}
#menu_top ul {
        list-style: none;
        padding: 0;
		  text-align: right;
        }
		  
#menu_top li{
	display: inline;
	font-size: 12px;
}

.bottom {
	width: 170px;
	color: #000;
	background-color: #c3ebf7;
	background-image: url(../immagini/bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.contenuto {
background-image: url(../immagini/top.gif);
background-repeat: no-repeat;
padding: 14px;
}
/*stili x la navigazione sx*/
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation img {
    border: none;
}

#navigation li a {
text-decoration: none;
font-size: 11px;
}

#navigation li a:link, #navigation li a:visited {
	color: #00648f;
	display: block;
	padding: 2px 0 0 4px;
}
#navigation li a:hover, #navigation li #current {
        color: #00648f;	
		  background-color: #7dd4ee;
        padding: 2px 0 0 4px;
        }
		    
/*stili x il footer*/
#footer a {
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	color: #00648f;
}

#footer a:hover {
color: #00648f;	
		  background-color: #7dd4ee;
	text-decoration: none;
   font-size: 11px;
}
#footer a:visited {
	font-weight: normal;
	font-size: 11px;
	color: #00648f;
	text-decoration: none;

}
#footer li{
	display: inline;
	font-size: 11px;
}
/*briciole di pane*/	
.path{
   padding-left: 8px;
	padding-right:8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:11px;
	text-align:right;
	}	
	/* link */

	a:link {
	font-size: 12px;
	color: #00648f;
	text-decoration: none;

}
a:visited {
	text-decoration: none;
	color: #00648f;
	font-size: 12px;
}
A:hover{
	font-size: 12px;
	color: #00648f;
	text-decoration: none;
	 background-color: #7dd4ee;

}
A:active{
	font-size: 12px;
	color: #00648f;
	text-decoration: none;
	}

.testo{
   padding-left: 10px;
	padding-right:30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}	
	  
.foto{
	text-align: left;
	border: 0;
	padding-left: 5px;
}	
.center{
	text-align: center;

}	
#contenuti ul {
	list-style: circle;
	margin: 0;
	padding: 10px;
}

#contenuti img {
    border: none;
}
#contenuti li {
	text-decoration: none;
	font-style: bold;
 line-height: 20px;
}
.elenco li {
	display:inline;
}

.small {
	font-size: 80%;
	
}


