body {
	margin: 0;
	background-color: #003366;
	
}
#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 434px;
	margin-top: -220px;
	text-align: left;
	min-width: 775px;
	z-index: 0;
	
}


#sinistra {
	position: absolute;
	left: 0;
	height: 434px;
	width: 175px;
	background-repeat: no-repeat;
	z-index: 0;

	}
#centro {
	position: absolute;
	left: 175px;
	height: 434px;
	width: 176px;
	background-image:  url(img/fondomenu.gif);
	
	
}
#menu {
	position: absolute;
	left: 0;
	top: 84;
	height: 265px;
	z-index: 1;
	}
#contenuto {
	position: absolute;
	left: 351px;
	height: 434px;
	width: 424px;
	background-image:  url(img/fondocontenuto.gif);	
}
#campotesto {
	overflow: auto;
	margin: 35px 0 0 0;
	height: 350px;
	width: 424px;
	padding: 0 10px 0 25px;
	font-family: "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.80em;
	line-height: 1.4em;
	color: #333;
	scrollbar-arrow-color: #fff;
	scrollbar-3dlight-color: #036;
	scrollbar-highlight-color: #ccf;
	scrollbar-face-color: #036;
	scrollbar-shadow-color: #ccf;
	scrollbar-darkshadow-color: #036;
	scrollbar-track-color: #9cf;
	background-attachment: fixed;
	
	background-repeat: no-repeat;
	
}
#logo {
	margin: 18px 10px;	
}
#menuact {
	height: 60px;
	width:215;
	text-align: right;
	vertical-align: top;
	
}
#menuact a:hover{
	height: 60px;
	width:215;
	background-image: url(img/actup.gif);
	background-repeat: no-repeat;
	
	
}
#menuserv {
	height: 120px;
	width:215;
	text-align: right;
	vertical-align: top;
	
}
#menuserv a:hover{
	height: 120px;
	width:215;
	background-image: url(img/serviziup.gif);
	background-repeat: no-repeat;
	
	
}

#menuorganiz {
	height: 62px;
	width:215;
	text-align: right;
	vertical-align: top;
	
}
#menuorganiz a:hover{
	height: 75px;
	width:215;
	background-image: url(img/organizzup.gif);
	background-repeat: no-repeat;
	
	
}

.pulstop {
	margin: 12px 10px;	
}
h2 {
	font-family: "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1 em;
	font-weight: bold;
	line-height: 1.4em;
	color: #036;
}
td {
	color: #333;
	font-size: 0.80 em;
	line-height: 1.4em;
	}
a {
	color: #036;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
a: visited {
	text-decoration: none;
	color: #09c;
	}