html{
margin:0;
padding:0;
}
body{
margin:0;
padding:0;
background-image:url(../layout/sfondo_sito3.jpg);
background-repeat:repeat;
}

dfn {
margin: 0 2px;
}

.invisible{
display:none;
}
.invisibile{
display:none;
}

#sommario{
	display:none;
}

#contenitore_totale{
	width:500px;
	margin:0 auto;
	padding:0;
	background-image:url(../layout/fondo_contenitore.jpg);
	background-repeat:repeat-y;
	background-position: center;
}


/************** TESTATA ********************/

#testata{
background-image:none;
background-position:top center;
background-repeat:no-repeat;
width:500px;
height:100px;

}

#testata h1 {

}

#testata img {
display:none;
}


#testata p{
display:none;	

}



/************** FINE TESTATA ********************/


#contenitore{	
	margin:0px;
	width:500px;
}



/**************NAVIGAZIONE ***********************/
#menuNavigazione{
	display:none;
}
/************** fine NAVIGAZIONE ***********************/


/****************CORPO********************/
#corpo{

width:495px;
margin:0 auto 0 2px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
line-height:18px;
}

#corpo h2{
font-weight:400;
margin-top:1em;
margin-bottom:15px;
}

#corpo h2 a{
color:#000;
text-decoration:none;
}

#corpo h2 a:hover{
color:#000;
text-decoration:none;
}

#corpo a{
color:#660000;
}

#corpo a:hover{
color:#cc6600;
}

#corpo .importante{
color:#660000;
font-weight:bold;
}

/****************FINE CORPO********************/



/******footer**********/
#footer{
display:none;
}

/******FINE footer**********/

/******INIZIO box_staf**********/
.box_staf {
clear:both;
padding:0 0 20px 0;
}

.box_staf legend {
font-size:1.2em;
}

.box_staf img, .foto{
float:left;
padding:0 10px 0 0; 
}

.curriculum{
clear:both;
padding:0;
margin:0;
}

/******FINE box_staf**********/


