/*stile generale*/
body{width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-color: #CCCCCC;                          
font-family: verdana;
font-size: 10px; 
}
.clearfix{
 clear: both;
}
img{
border: none;
}
a{
 outline: none; 
}
body,html{scrollbar-6dlight-color:#CCCCCC;          /* grigio 7F7F7F */
scrollbar-arrow-color:#FFFFFF;                 /* arancio  FF6347*/
scrollbar-base-color:#000000;
scrollbar-track-color:#CCCCCC;
scrollbar-darkshadow-color:#CCCCCC;
scrollbar-face-color:#F70500;
scrollbar-highlight-color:#CCCCCC;
scrollbar-shadow-color:#CCCCCC;
}
.georgia8 {font-size:8x;font-family:Georgia;}
/*contenitore--------------------------*/
#sfondo{
width: 850px;
margin: auto;
}
/*testata--------------------------------*/
#testata{
height: 128px;
background: url(../img/testata_bg.jpg) repeat-x;
text-align: center;
font-family: verdana;
font-size: 10px;
color: #FFFFFF;                                                
}
/*menu----------------------------------*/
#menu_bg{
height: 40px;                                                           
line-height: 40px;                                                    
background: url(../img/menu_bg.jpg) repeat-x;
margin: 10px 0;                                                        
}
#menu{
float: left;
margin-left: 10px;                                                   
}
#menu a{
font-size: 15px;                                                         
font-weight: bold;
color: #000000;                                               
text-decoration: none;
padding: 0 20px 0 10px;                                       
}
#menu a:hover{
color: #FF0000;                                                  
}
#menu a.a_right{
height: 40px; 
background: url(../img/menu_icon.jpg) no-repeat right;
}
#menu_left_bg{                                                    
width: 5px;
height: 40px;                                                        
float: left;
background: url(../img/menu_left_bg.jpg) no-repeat;
}
#menu_right_bg{                                                 
width: 5px;
height: 40px;
float: right;
background: url(../img/menu_right_bg.jpg) no-repeat;
}
/*sfondo----------------------------------*/
#sfondo_alto_bg{
width: 850px;
height: 5px;
background: url(../img/sfondo_alto_bg.jpg) no-repeat bottom; /*valore bottom per IE6*/
}
#sfondo_bg{
width: 830px;
background: url(../img/sfondo_bg.jpg) repeat-y;
padding: 5px 10px;
}
/*colonna sinistra -----------------*/
#left_col{
float: left;
}
#left_col h2{
margin: 0;
padding: 0;
font-size: 15px;
}
.left_bg{
width: 150px;
background-color: #CCCCCC;                                          
padding: 0;                                                                      
border-style: double;
border-width: 12px;                                                       
border-color: #FE0000;                                                  
font-family: verdana;
font-size: 10px;
color: #000000;
}
h1
{
color: #FF0000;
font-size: 15px;
}
#datault{
height: 12px; 
background: url(../img/data_bg.jpg) no-repeat;
}
/*colonna destra-----------------------*/
#right_col{
width: 630px;
float: right;
font-family: coureier new;
font-size: 12px;
color: #000000;
}
h1
{
color: #FF0000;
font-size: 14px;
}

