/* CSS Document */
/*
Legenda colori:
--------------
sfondo: #F3F3E8
sfondo: #F0F7C1 (old)
marrone scuro (h2): #6D4F31
sfondo tabelle bilancio: #EBEBD6
*/
/*
<html>
<body>*/
html{margin: 0;padding: 0;background:#F3F3E7}
html {
   scrollbar-base-color:#6D4F31;
   scrollbar-face-color: #6D4F31;
   scrollbar-shadow-color: #6D4F31;
   scrollbar-arrow-color: #A47E6A;
   scrollbar-highlight-color: #6D4F31;
   scrollbar-dark-shadow-color: #6D4F31;
   scrollbar-3d-light-color:yellow;
   scrollbar-track-color: #F3F3E8;
}
body{font: 76% Verdana,Arial,sans-serif;margin: 0;padding: 0}
h1,h2,h3{font-family: "Trebuchet MS",Arial,sans-serif;margin: 0}
h1{color: #7FA0B1;font-size: 200%}
h2{color:#6D4F31;font-size: 180%}
h3{color: #A47E6A;font-size: 150%}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */	
p{color:#6D4F31;font-size:95%;font-family: "Trebuchet MS", Comic Sans MS, Lucida Console, Verdana, Times New Roman, Tahoma;margin:0}
/* Paragrafi*/
#prg{margin:2%;text-align:justify}
/*p{margin: 0 0 0.8em 0}*/
/*<div id="Bounding_box">*/
	div#bounding_box{min-width: 550px;background: black}
	/*<div id="box">*/
			div#box{background: #D4D6A4}
			/*<div id="header">*/
				div#header{
							/*width:90%;*/
							height:110px;
							line-height: 120px;
							padding: 0 2%;
							border-bottom: 6px solid #494A3E;
							background: #F3F3E8 url(../../images/header_background.jpg) repeat-x bottom;
							}
					/*<div id="logo_banner">*/
						#logo {float:left;margin-top:5px;margin-right:0px;margin-bottom:3px;margin-left:5px}
					/*</div>*/
			/*</div>*/
			/*<div id="col_sx">*/
					div#col_sx{
								/*Posizione*/
										/*width:10%;*/
										width:14%;
										padding: 0 1%;
										float:left;
								/*Stile*/
										background: #D4D6A4
								/*Font*/
								}
					/*<ul>*/
							div#col_sx ul{
										margin: 10px 0 10px;
										padding: 0;
										list-style-type: none
										}
							div#col_sx ul a{
										/*Posizione*/
												display:block;
												/*width: 90px;*/
										/*Stile*/
												color:#820606;
										/*Font*/			
												text-decoration: none;
												font-family: Comic Sans MS, "Trebuchet MS", Lucida Console, Verdana, Times New Roman, Tahoma
												}								
							div#col_sx ul a:hover{color: #f00;font-family:  Comic Sans MS, "Trebuchet MS", Lucida Console, Verdana, Times New Roman, Tahoma}			
							div#col_sx ul a#activelink{
										/*Stile*/
												color: #f00;
										/*Font*/
												text-decoration: none
										}	
					/*</ul>*/
	        /*</div>*/
			/*<div id="col_dx">*/
					div#col_dx{/*background: #F3F3E8*/background: #D4D6A4;float:right;width:15%;padding: 0 1%}					
					
	        /*</div>*/
			/*<div id="contenuti">*/
					div#contenuti{	
								height:600px;
								background: #F3F3E8;/*#F4F9CB-orig*/
								margin: 0 15%;
							 	/*border-left:1px dotted #A2AC62;
								border-right:1px dotted #A2AC62;*/
								}
			/*</div>*/
			/*<div id="footer">*/
					div#footer{clear:both; background: #fff url(../../images/footer.jpg) repeat-x top; color: #4E768A}
			/*</div>*/	
			

/*---------------------------------------------------------------------------------------------------*/
