/* Documento CSS */
/* Antonio Cosentino © 2004 */



/* Elementi principali della pagina */

body{
    text-align:center;
	background:#6d6d6d;
	margin:0;
	padding:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:70%;
	}
a:link, a:visited, a:active{
	text-decoration:none;
	color:black;
	}
a:hover{
	color:#e7b441;
	}
	
.ombra{
 	width:780px;
	margin:0 auto 0 auto;
	background:url(immagini/ombra.gif);
	}
	
.contenitore{
	background-color:#f4fafa;
	width:760px;
	margin:0 auto 0 auto;
	}
	
.ombra2{
	margin:0 auto 0 auto;
	width:780px;
	height:15px;
	background:url(immagini/ombra2.gif) no-repeat;
	}

/*	
.validator{
	position:relative;
	top:80px;
	}
*/





.piede{
	clear:both;
	width:760px;
	height:17px;
	background:url(immagini/footer.jpg) no-repeat;
	letter-spacing:5px;
	font-size:7pt;
	}
	
.piede p{
	margin:0;
	padding:0;
	position:relative;
	top:2px;
	}
	
.piede a{
	cursor:default;
	text-decoration:none;
	}
	
.piede a:link{color:#b6c3d2;}
.piede a:visited{color:#b6c3d2;}
.piede a:active{color:#b6c3d2;}
	
.piede a:hover{
	color:#ffffff;
	}
	
.testata{
	width:760px;
	height:120px;
	background:url(immagini/head.jpg) no-repeat;
	/*position:relative;*/
	margin-bottom:8px;
	}

	
	
/* Fine elementi principali della pagina */



.main1{
	width:230px;
	float:left;
	}

.main2{
	width:300px;
	float:left;
	text-align:left;
	}
	
	
.main2 h4{
	font-size:100%;
	margin:0;
	padding:0;
	color:#003366;
	}
	
.main2 h5{
	font-size:100%;
	font-weight:normal;
	font-style:italic;
	margin:0;
	margin-bottom:3px;
	padding:0;
	}
	
.main2 p{
	text-align:justify;
	margin:0 4px;
	line-height:16px;
	}
	
.main2 p a:link, a:visited, a:hover{
	color:#a41f43;
	}
	
.main2 p a:hover{
	background:yellow;
	}
	

	
.main3{
	width:230px;
	float:right;
    }


.leggi{
	text-align:right;
	position:relative;
	right:30px;
	}	
	
.leggi a:link,a:visited,a:active{
	color:#6b6f73;
	}
	
.leggi a:hover{
	color:#a41f43;
	}
	
/* Caselle arrotondate */


.sidebox {
	margin: 0 auto; 
	width: 230px; 
	background: url(immagini/casella/sbbody-r.gif) no-repeat bottom right;
	
}
.boxhead {
	background: url(immagini/casella/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(immagini/casella/sbhead-l.gif) no-repeat top left;
	margin: 0;
	/*padding: 22px 15px 5px;*/
	padding:10px 10px 5px;
	color: white; 
	font-weight: bold; 
	font-size:100%;
	}
	
.boxbody {
	background: url(immagini/casella/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding:5px 30px 31px 0;
	text-align:left;
	
}

.boxbody a:link, a:visited, a:active{
	text-decoration:none;
	color:black;
	}
	
.boxbody a:hover{
	text-decoration:underline;
	}



.boxbody ul{
	padding-left:5px;
	margin-top:2px;
	margin-left:3px;
	list-style-type:none;
	}

	
.boxbody li{
	padding-left:15px;
	margin-top:3px;
	background:url(immagini/bullet.gif) no-repeat top left;
	
	}

/* fine caselle arrotondate */



#content{
	/*position:absolute;*/
	/*top:100px;*/
	/*left:0;*/
	position:relative;
	top:100px;
	width:760px;
	height:20px;
	background-color:#dee3e3;
	background:url(immagini/menubar.jpg) repeat-x;
	text-align:left;
	}



