html        {
        background-color: #ffff9d;
        
        }

body        {text-align: center;
        
        }

div#container   {
        
        width: 850px;
        margin: 0 auto; 
        }
        
div#header  {
        background-image:url("../immagini/header.jpg");
        width : 850px;
        height: 221px;
        background-repeat : no;
        }

div#navigation  {
        width: 150px;
        height : 640px;
        float: left;
        background-image: url("../immagini/marg_sin.jpg");
        background-repeat : repeat-y;
        }

div#content {
        float: left;
        width: 679px;
        height : 640px;
        float: left;
	overflow: auto;
        }
        
div#destro  {
        height : 640px;
        width: 21px;
        float: right;
        background-image: url("../immagini/marg_des.jpg");
        background-repeat : repeat-y;
        }

div#footer  {
        clear: both;
        background-image: url("../immagini/foot.gif");
        background-repeat : no;
        width: 850px;
        height : 50px;
        float : left;  
        font-size: 8pt;
        
        }
        
div#footer a {color:#b3060f;
		}       


.bottone{
    text-decoration: none;
    width: 129px;
    height:37px;
    margin-left : 21px;
    margin-top:3px;
    }
    

a   {
    text-decoration: none;
    }
    
    
div#int_cont    {
        background-repeat : no;
        width:620px;
        height:400px;
        margin-left:19px;
        }

div#contantti_cont    {
        background-image: url("../immagini/contatti.gif");
        background-repeat : no;
        width:620px;
        height:400px;
        margin-left:19px;
        }
       
       
.td1		{
		background-color: #fcc724 ;
		}
		
.td2		{
		background-color: #ffe490 ;
		}

.tabella	{
		background-color: #fcc724 ;
		
		color: black;
		
		}
		
h2{
	color:#C2293E;
}

/*Sezione per l'ingrandimento delle immagini*/
#lightbox{
  background-color:#666;
  padding: 10px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  }
#lightboxDetails{
  font-size: 0.8em;
  padding-top: 0.4em;
  }  
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
  background-color: #333;
  back\ground-color: transparent;
  background-image: url(blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../immagini/overlay.png", sizingMethod="scale");
  }
/*Fine sezione per l'ingrandimento immagini*/