body 
{   
    margin: 0;
	overflow: auto;
	text-align: center;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
	background-color: #ffffff;
}

A:link, A:visited {color: #606060; text-decoration: none;}
A:hover {color: #606060; text-decoration: underline;} 
}

.p-shadow {
  clear: both;
  width: 98%;
  float:left;
  margin: 10px 0 0 0;
}

.p-shadow div {
  background: url(grafica/shadow3.gif) no-repeat left top;
  padding: 0 12px 12px 0;
}

#tutto {
	position: absolute;
	top: 0px;
	text-align: center;
	width: 956px;
	height: 576px;
	z-index: 1;
	overflow: hidden;
	left: 50%;
	margin-left: -478px;
}

#leftnav {
	position: absolute;
	top: 210px;
    text-align: center;
	width: 300px;
	height: 240px;
	visibility: visible;
	overflow: auto;
	z-index: 100;
	left:50%; 
	margin-left:-448px; 
}

#leftnavarchivio {
	position: absolute;
	top: 118px;
    text-align: center;
	width: 320px;
	height: 380px;
	visibility: visible;
	overflow: auto;
	z-index: 100;
	left:50%; 
	margin-left:-448px; 
}

#leftnavcostellazioni {
	position: absolute;
	top: 128px;
    text-align: center;
	width: 320px;
	height: 380px;
	visibility: visible;
	overflow: auto;
	z-index: 100;
	left:50%; 
	margin-left:-468px; 
}


#menu {
	position: absolute;
	top: 554px;
    text-align: center;
	width: 602px;
	height: 26px;
	overflow: auto;
	z-index: 10;
	left:50%; 
	margin-left:-301px; 
}

#testo {
	position: absolute;
	top: 88px;
	text-align: center;
	width: 582px;
	height: 452px;
	z-index: 190;
	left:50%;
	margin-left:-122px;
	background: url(grafica/shadow.gif) no-repeat bottom right;
	visibility: visible;
}

#contenuto {
	position: absolute;
	top: 0px;
	text-align: center;
	width: 570px;
	height: 440px;
	overflow: auto;
	z-index: 200;
	left:120;
	margin-left:-122px;
	visibility: visible;
}

#intero {
	position: absolute;
	top: 88px;
	text-align: center;
	width: 782px;
	height: 452px;
	overflow: hidden;
	z-index: 2;
	left:50%;
	margin-left:-368px;
	background: url(grafica/shadow.gif) no-repeat bottom right;
	visibility: visible;
}

#interocontenuto {
	position: absolute;
	top: 0px;
	text-align: center;
	width: 770px;
	height: 432px;
	overflow: auto;
	z-index: 2;
	left:368;
	margin-left:-368px;
	visibility: visible;
}


#farfalla {
	position: absolute;
	top: 6px;
	text-align: center;
	width: 102px;
	height: 76px;
	overflow: auto;
	z-index: 1200;
	left:50%;
	margin-left:-368px;
	visibility: visible;
}

#lingue {
	position: absolute;
	top: 356px;
	width: 222px;
	height: 142px;
	visibility: visible;
	overflow: auto;
	z-index: 10;
	left:50%; 
	margin-left:-348px; 
	padding: 2px 2px 2px 2px;  
}

#ufficiale {
	position: absolute;
	top: 416px;
	width: 222px;
	height: 70px;
	visibility: visible;
	overflow: auto;
	z-index: 10;
	left:50%; 
	margin-left:168px;
	padding: 2px 2px 2px 2px;  
}

.corpo {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
	letter-spacing: 0px;
	word-spacing: 0px;
}

.corpopiccolo {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #404040;
	letter-spacing: 0px;
	word-spacing: 0px;
}

.corpogrande1 {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #606060;
	letter-spacing: 0px;
	word-spacing: 0px;
}

.corpogrande2 {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	color: #606060;
	letter-spacing: 0px;
	word-spacing: 0px;
}

.corpogrande3 {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	color: #606060;
	letter-spacing: 0px;
	word-spacing: 0px;
}

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width:22px;
}
.vscrollerbar {
background-image: url(grafica/freccia.png);
width: 22px;
/* following is the bit that allows us fixed height scrollbars */
height: 99px !important;
/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/

background-image: url(grafica/freccia.png);
/* unfortunately, due to limitations of CSS, we cannot provide a color for the background when we are
using alpha images, thay have to be transparent.*/
}

* html .vscrollerbar {
/* IE6 alpha png trick */
/* IE7 is not affected by this trick, as it perfectly handles the normal png */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='scrollbar.png');
background-image: none;
}


/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
.hscrollerbase {height: 22px;}
.hscrollerbar {height: 22px; background-color: #84ADD6;}

.vscrollerbar, .hscrollerbar {
/* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actually
used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
padding: 0px;
z-index: 2;
}

/* properties for scroller jog box, just in case */
.scrollerjogbox {
width: 22px;
height: 22px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #698AAA;
}


/* Scroll Bar Master Styling Ends Here */
