body  {
	font: 80%/25px Arial, Helvetica, sans-serif;
	background: #F2F0E2;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #5F5F5F;
}


.twoColElsRtHdr #contenitore {
	width: 980px;
	z-index:1;
	margin: 0 auto;
} 
.twoColElsRtHdr #container {
	width: 980px; 
	background: #ECE9D8;
	text-align: justify;
	z-index:10;
	position:relative;
	top:-170px;
} 
.twoColElsRtHdr #header {
	margin: 2px 2px 0px 2px;
	padding: 5px 10px 5px 10px;
	text-align: right;
	background-image: url(/images/s_menu.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 35px;
} 
.twoColElsRtHdr #header2 {
	margin: 0px 2px 2px 2px;
}
.twoColElsRtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}

.twoColElsRtHdr #sidebar1 {
	font-size:80%;
	float: right;
	width: 280px; 
	padding: 15px 0;
	margin: 0 2px 2px 2px;
}
.twoColElsRtHdr #sidebar1 h3, .twoColElsRtHdr #sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
}


.twoColElsRtHdr #mainContent {
	margin: 2px 286px 2px 2px;
	padding: 20px;
}
.twoColElsRtHdr #mainContent h2{
	margin: 0px;
	padding: 0px;
} 
.twoColElsRtHdr #mainContent h3{
	margin: 0px;
	padding: 0px;
} 


.twoColElsRtHdr #mainContent_full h2{
	margin: 0px;
	padding: 0px;
} 
.twoColElsRtHdr #mainContent_full h3{
	margin: 0px;
	padding: 0px;
} 
.twoColElsRtHdr #corpo {
	margin: 0px;
	padding: 0px;
} 
.twoColElsRtHdr #footer {
	padding: 0 10px;
	font-size: 80%;
	width: 980px;
	margin: 0 auto;
	position:relative;
	top:-170px;
} 
.twoColElsRtHdr #footer p {
	margin: 0;
	padding: 10px 0;
	line-height: 15px;
}

/* Classi varie riutilizzabili */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

 /* DEFINIZIONE CLASSI */
h1{

}
a:link{
	color:#FF3300;
	text-decoration:underline;
}
a:visited{
	color:#FF3300;
	text-decoration:underline;
}
a:hover{
	color:#FF6600;
	text-decoration:none;
}
a:active{
	color:#FF3300;
	text-decoration:underline;
}
#menu1 {
	font-size:110%;
} 
#menu2 {
	background:#212121;
	margin: 0px 2px 2px 2px;
	padding: 2px 5px 2px 5px;
} 
#menu2 a:link{
color:#FF6600;
text-decoration:none;
}
#menu2 a:visited{
color:#FF6600;
text-decoration:none;
}
#menu2 a:hover{
color:#FF9900;
text-decoration:none;
background-color:#666666;
}
#menu2 a:active{
color:#FF6600;
text-decoration:none;
}
.colonna {
	width:290px;
	padding: 0 10px;
	margin:2px;
	text-align:center;
	float:left;
} 


.colonna strong{
font-size:105%;
font-weight:bold;
}  
#titolo_pag{
	z-index:1000;
	position:relative;
	top:350px;
	left:600px;
	width: 200px;
}
p{
margin:0px;
padding:8px 0px 0px 0px;
}
/* FINE DEFINIZIONE CLASSI */


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer{
	padding: 10px;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/lightbox/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

.titolo_sel{
	font-weight:bold;
	color:#FF3300;
}
.titolo_sezione{
	font-size:100%;
	font-weight:bold;
	color:#FF3300;
}
.bordo{
	border:#999999 1px solid;
}
