/* 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: 180%}
h2{color:#6D4F31;font-size: 160%}
h3{color: #A47E6A;font-size: 130%}
/* 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:90%;font-family: "Trebuchet MS", Comic Sans MS, Lucida Console, Verdana, Times New Roman, Tahoma;margin:0}
/* Paragrafi*/
#prg{margin:1%;text-align:justify}

#logo_lavagna,#logo_text{float:left;}
/*<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:90px;
				/*line-height: 100px;*/
				padding: 0 2%;
				border-bottom: 1px solid #494A3E;
				/*background: #F3F3E8 url(../images/header_background.jpg) repeat-x bottom;*/
				}
				#header_test{float:left}
				#pro{width:25%}
				#pro a{text-decoration:none;color:black;font-size:12px}
				/*<div id="logo_banner">*/
				/*#logo {float:left;margin-top:5px;margin-right:0px;margin-bottom:3px;margin-left:5px}*/
		/*</div>*/
		/*<div id="col_sx">*/
			div#col_sx{
										width:14%;
										/*padding: 0 1%;*//*l'ho levato altrimenti il menu mi si spostava sul onmouse over*/
										float:left;
										/*background: #D4D6A4*/
								}
					
		/*</div>*/
		/*<div id="col_dx">*/
			div#col_dx{
						/*background: #D4D6A4;*/
						float:right;
						width:15%;
						padding: 0 1%
						}					
		/*</div>*/
		/*<div id="contenuti">*/
		div#contenuti{	
						height:80%;
						/*background: #F3F3E8;*/
						margin: 0 14%;
					}
		/*</div>*/
		/*<div id="footer">*/
			div#footer{clear:both; 
						color: #4E768A;
						border-bottom:1px solid black;
						border-top:1px solid black;
						font-size:9px
			 			/*background: #fff url(../images/footer.jpg) repeat-x top; */
						}
		/*</div>*/
