/* CSS Document */


html,body{margin: 0;padding:0}
body{

		background: url(images/bg-page.png) repeat;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
} 
	
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
} 

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #964418;
	text-decoration: underline;
} 

a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
} 
/***************** INIZIO STILI LAYOUT *****************/
div#container{
		/*width: 760px;*/
		width: 1000px;
		/*margin: 0 auto;*/
		text-align: left;
		border-left: 1px solid #421D00;	
		border-right: 1px solid #421D00;
		/*background: #ffffff;*/
		padding: 0;
        margin: 10px auto;
		background: url(images/bg-left.gif)  repeat;
}

div#header{
		background: url(images/bg-top.png) repeat-x;
		height: 122px;
}


#main {
		width: 1000px;
              padding: 0;
              margin: 0 0 0 0;
			  background: url(images/bg-left.gif)  repeat;
}


#leftcolumn {float: left;
              width: 250px;
              padding: 0;
              margin: 0 0 0 0;
			  background: url(images/bg-left.gif)  repeat;
}
			  
#contenuto {float: right;
			  margin: 0px;
			  padding: 1em;
			  background-color: #fff;
              width: 745px;
              padding: 0;
			  text-align: justify;
}			  
			  

#footer {width: 1000px;
         clear: both;
		 margin: 0 auto;
		 padding: 5px 0 5px 0px;
         font-size: 10px;
   		 font-family: Verdana, Arial, Helvetica, sans-serif;
	 	 color: #54280F;
         text-align: center;	
		 background: url(images/menu_background.jpg) repeat-x;
		 border: 1px solid #421D00;
}
	
/***************** FINE STILI LAYOUT *****************/




/*****************INIZIO STILI TESTO *****************/

.TitoliPagina {font-size: 16px;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 color: #54280F;
	 font-weight: bold;
	 padding-left: 20px;
	 border-bottom: 1px solid #AD9480;
     padding: 0 0 2px 20px;
}

p.testo {font-size: 11px;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 color: #000000;
	 font-weight: normal;
	 padding-left: 20px;
	 padding-right: 20px;
}

p.sottotitoli {font-size: 12px;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 color: #54280F;
	 font-weight: bold;
	 padding-left: 20px;
	 padding-right: 20px;
}


.testoTabella{font-size: 11px;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 color: #000000;
	 font-weight: normal;
}




/*h1,h2{
		margin: 0;
		padding: 0;
}
h1{
		padding-left:0.5em;
		font: bold 2.3em/80px arial,serif;
}
h2{
		color: #999;
		font-size: 1.5em;
}


h1 {
	font-size:  0.70em;
	color: #000000;
}
h2 {font-size: 30px;}
h3 {font-size: 26px;}
h4 {font-size: 22px;}
h5 {font-size: 18px;
	 color: #54280F;}
	 
h6 {font-size: 14px;
	 color: #54280F;}*/


p.evidenza{font-size: 14px;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 color: #54280F;
	 font-weight: bold;
	 padding: 5px 2px 5px 10px}
	 
	 
p.news {border: 1px solid #98A5AE;
         padding: 5px 2px 5px 2px;
		 margin: 0px 10px 0px 10px;
         background: #ffffff;
         color: #334755;
		 font-size: 0.70em;
		 font-family: Verdana, Arial, Helvetica, sans-serif;
		 text-align:justify}	


	
#leftcolumn h5, #leftcolumn h6 {padding: 0 0 0 6px;}	

/*#rightcolumn h5, #rightcolumn h6 {border-bottom: 1px solid #98A5AE;
                                  padding: 0 0 2px 0;}	*/
	
		 
#footer p {padding: 5px 0;
           margin: 0;

		   }
	
div#footer a{
		color: #000000;
		font-weight: bold;
		text-decoration: underline;
}



#header h1 {margin: 36px 0 0 20px;
            padding: 0;
            font-size: 24px;
            line-height: 30px;}

/*****************  INIZIO STILI TESTO *****************/


/****************INIZIO TOP MENU *****************/

#topmenu {
	   width: 1000px;
       height: 30px;
       margin: 0px;
       background: url(images/menu_background.jpg) repeat;
       border: 1px solid #421D00;}

#topmenu ul {list-style-type: none;
          text-align: center;
          margin: 0;
          padding: 0;}

#topmenu li {display: inline;
          margin: 0;
          padding: 0;}

#topmenu a {text-decoration: none;
         height: 30px;
         padding: 0 12px;
         margin: 0;
         line-height: 30px;
         display: block !important;
         float: left !important;
         /*background: url(images/menu_background-on.jpg) repeat;*/
         color: #54280F;
		 font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: 11px;
         font-weight: bold;
         border-left: 1px solid #334755;}

#topmenu a.first {margin-left: 20px;}

* html #topmenu a.first {margin-left: 10px} /* IE Hack */

#topmenu a.last {border-right: 1px solid #334755;}

#topmenu a:hover, #topmenu a#selected {
		background: url(images/menu_background-on.jpg) repeat;
		background-position: 0 -30px;
        color: #54280F;
}

/***************** FINE TOP MENU *****************/



/****************INIZIO MENU SINISTRO****************/

 
.SezioniMenu{
	padding: 3px 0px 3px 30px;
	background-image:  url(images/bg-SezioniMenu1.png);
	/*background-color: #8D5C41;*/
	color:#ffffff;
	font-weight: bold;
	
 } 
 
#menuLeft{
  padding: 4px 0 4px 0px;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
 } 
 
#sectionLinksL{
	margin: 0px;
	padding: 0px;
	color: #000000;
}

#sectionLinksL a:link{
	display: block;
	border-top: 1px solid #FBE4BB;
	border-bottom: 1px solid #FBE4BB;
	color: #000000;
	text-decoration: none;
	padding: 4px 0px 4px 30px;;
}

#sectionLinksL a:visited{
	display: block;
	border-top: 1px solid #FBE4BB;
	border-bottom: 1px solid #FBE4BB;
	color: #000000;
	padding: 4px 0px 4px 30px;
	text-decoration: none;
}

#sectionLinksL a:hover{
	display: block;
	border-top: 1px solid #FBE4BB;
	border-bottom: 1px solid #FBE4BB;
	/*background-image:  url(images/bg-SezioniMenu1.png);*/
	text-decoration: none;
	padding: 4px 0px 4px 30px;
	background-color: #CEBCAA;
	color: #000000;
}

/***************fine menu sinistro *********************/



 
	 
	 
	 
	 
	 