.body {
	width: 100%;
	background-image:url(../../images/sfondo.jpg);
	background-repeat:repeat;
}
.corpo {
	background-color:#FFFFFF;
	height: 638px;
	left:50%;
	margin-top:1%;
	margin-left: -375px;
	position:absolute;
	width:775px;
	border: medium ridge #CCCCCC;
}
.servizi {
	margin: 0px;
	padding: 0px;	
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 150px;
    }
ul li {
	position: relative;
	visibility: visible;	
       }
li ul {
	position: absolute;
	left: 177px;
	top: 0;
	display: none;
	background-image: url(../../images/sfondomenu.jpg);
       }
	   ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	        }
.intestazione {
	font-family: "Courier New", Courier, monospace;
	margin: 0px;
	padding: 0px;
	height: auto;
}
.menu {
	font-family: "Times New Roman", Times, serif;
	width: 177px;
	height: 450px;
	background-image: url(../../images/sfondomenu.jpg);
	float: left;
	clear: both;
}
/* Fix IE. Hide from IE Mac */
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
ul {
     margin: 0;
     padding: 0;
     list-style: none;
     width: 178px;
     border-bottom: 1px solid #ccc;
     }
li:hover ul, li.over ul {
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.contenuto {
	background-color: #FFFFFF;
}
.pagina {
	background-color: #FFFFFF;
	float: right;
	width: 595px;
	height: 450px;
	vertical-align: bottom;
	text-align: center;
	overflow-x: scroll;
	
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #006600;
	text-align: center;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
}

