html,body{margin:0;padding:0}
	
body{
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
font-family: arial,sans-serif;
background-image:url(imm/sfondo.jpg);
background-attachment:fixed;
}

/***********************************************/
/* Stili per Testo                             */
/***********************************************/

.style1 {
	font-size: 75%;
	color: #1A2E61;
	text-align:justify;
}
.style3 {
	font-size: 75%;
	color: #1A2E61;
	text-align:center;
}

.style2 {
	font-size: 80%;
	color: #1A2E61;
	font-weight:bold;
}

.riga{
background:#1A2E61;
color:#1A2E61;
height:1px;
}

.casellatesto1{
border-style:none;
border-width:0;
text-align:left;
font-size: 75%;
color: #1A2E61;
}
.casellatesto2{
border-style:none;
border-width:0;
text-align: right;
font-size: 75%;
color: #1A2E61;
}

.link a {
	color: #1A2E61;
}
.link a:hover {
	font-weight:bold;
}
/*****************non usati******************************/



.titolo {
	font-size: 100%;
	color: #D8130C;
	font-weight:bold;
}
.titolo2 {
	font-size: 85%;
	font-weight:bold;
	font-style:italic;
}
.titolo1 {
	font-size: 85%;
	font-weight:bold;
}
.titolo3 {
	font-family: arial black,arial,sans-serif;
	font-size: 100%;
	font-style:italic;
}
.fototesto {
	float:right;
	margin:0px 0px 0px 10px;
}

ul.lista li {
	list-style-position : outside;
	list-style-type:disc;
	list-style-image : url(img/punto.jpg);
	font-size: 85%;
	font-style:italic;
	font-weight:bold;
	text-align: justify;
}



/***********************************************/
/* Stili per Pagina                            */
/***********************************************/

#finestra{
width: 760px;
margin: 0 auto;

} 

#testata{
position: absolute; 
margin: 0 auto;
top: 0; 
width: 760px;
height: 116px; /*Height of top frame div*/
}

#fondale{
position: absolute; 
top: 116px; 
width: 760px;
background-image:url(imm/biancogiu.png);
background-repeat:repeat-y;

}  

#barrasx{
margin: 0 auto;
width: 135px; /*Width of left frame div*/
float: left;
}

#pagina{
}

#contenuto{
margin:0px 20px 5px 5px;
border:1px;
border-color:#FFFFFF;
padding:15px;
width: 600px;
}

#contenuto2{
margin:0px 20px 5px 5px;
border:1px;
border-color:#FFFFFF;
padding:15px 15px 0px 15px;
width: 600px;
}

#fondo{
clear: both;
height: 45px; 
width: 760px; /*Height of bottom frame div*/
}

/***********************************************/
/* Stili per Foto                              */
/***********************************************/

.foto a {
	border-width: 1px;
	border-style: solid;
	border-color: white;
	margin: 4px;
	padding: 3px;
}
.foto a:hover {
	border-width: 1px;
	border-style: solid;
	border-color:#DEEBF4;
	margin: 4px;
	padding: 3px;
	background-color:#DEEBF4;
}

/******************non usati*****************************/








