body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #336666;
	color: #FFFFFF;
	font-size: 12px;
	margin: 20px auto;
	text-align: center;
}
h1 {font-size: 16px;}
a {
	text-decoration:none;	
	font-weight: bold;
	color: #99CC66;
}
a:hover{
	color: #FF9900;
	text-decoration:underline;}
p{
	line-height: 18px;
	margin:10px 15px;
	text-align: justify;
}
#box, #foot{
	margin: 0 auto;
	width: 768px;
}
div#box {
	background-image: url(immagini/sfondo.gif);
	background-repeat: no-repeat;
	height: 500px;
	text-align: left;
	position: relative;
}
#contenuti, #contenutiframe {
	position: absolute;
	width: 460px;
	height:250px;
	left: 260px;
	top: 200px;
	border-top: 1px dotted #99CC66;
}
#contenutiframe{overflow:auto;}
#contenutiHome{
	position: absolute;
	width: 540px;
	height:300px;
	left: 228px;
	top: 180px;
	background-image: url(immagini/pinguini.jpg);
	background-repeat: no-repeat;
}
#foot{color:#9EC96C;text-align:right; font-size: 10px;}
div#tiscali{
	position:absolute;
	top:65px;
	left:80px;
}
/* menu verticale*/
#menu {
	position:absolute;
	left: 0;
	top: 175px;
 	width: 175px;
	text-align:right;
}
#menu li{
	margin-left: 0;
	list-style: none;
	margin-bottom: 15px;
}
#menu a{
	font-weight:normal;
	font-size:16px;
	display: block;
	padding: 0px 0;
	width: 99.99%;
	color: #fff;
	text-decoration: none;}
#menu a:hover{
	color: #99CC66;
}

/******************************************** nav avanti indietro */
ul#navlist{
	margin-left: 0;
	padding-left: 0;
}
#navlist li{
	display: inline;
	list-style-type: none;
	margin-left:1px;
}
#navlist a{
	padding: 3px 33px;
	color: #fff;
	background-color: #6F9AA8;
	text-decoration: none;
	height:20px;
}
#navlist a:hover{
	color: #fff;
	background-color: #99CC66;
}

/******************************************** FORM */
label, .tx_arancio{ color:#FFCC00;}

input.putin, textarea.putin {
	display: block;
	width: 270px;
	float: left;
	margin-bottom: 10px;
	background-color:#518494;
	border: 1px solid #90C060;
	border-top-color: #336666 ;
	border-left-color: #336666;
}

label {
	text-align: right;
	width: 125px;
	margin-right:10px;
	float:left;
	border-bottom: 1px solid #99CC66;
}

form br{ clear: left;}
.sitiweb{ width:75px; text-align:right;color:#FFCC00; margin-right: 5px;}