/* layout grafico */

html, body {
scrollbar-base-color: #000;
   scrollbar-face-color: #56647C;
   scrollbar-shadow-color: #fff;
   scrollbar-arrow-color: #fff;
   scrollbar-highlight-color:#fff;
   scrollbar-dark-shadow-color: #000;
   scrollbar-3d-light-color: #000;
   scrollbar-track-color: #d8e1dc;
   margin: 0; padding: 0;
   text-align: center;
   height: 100%;
   position: relative;
   /*background-image: url("../img/sfondo.gif");*/
   background: #006D19;
}
#corpo {
width: 800px;
margin: 0 auto;
padding: 0;
background: #fff;
position: relative;
height: 100%;
border-right: 2px solid #000;
border-left: 2px solid #000;
}
/*#centro {
margin: 0px auto;
background: #fff;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}*/

/*slideshow */
#slideshow2 {width: 760px !important; height: 428px !important; margin: 0px auto 0px auto; padding: 5px; background: #fff; border: 1px solid #ccc; }



h2 {
	 font-size: 13px; font-weight: bold; font-family: 'Trebuchet MS', Trebuchet, Arial, sans-serif; color: #9a0a1f; 
	color: #000;
	padding: 10px;
	line-height: 1.2em;
	text-align: center;
	margin: 0 auto;
}









/* bottone claudio maggioli */

#cm {
position: absolute;
bottom: 4px; right:10px;
font: bold 10px Verdana, Arial;
background: #007192;
color: #fff;
padding: 8px;
}
#cm a {
font: bold 10px Verdana, Arial;
color: #fff;
background: #007192;
text-transform: capitalize;
text-decoration: none;
}
#cm a:visited {
color: #ccc;
text-decoration: none;
		}
#cm a:active {
color: #ccc;
text-decoration: none;
		}
#cm a:hover {
color: #fff;
text-decoration: none;
}


