html, body{
background-color:#eeeeee;
background-image: url(../img/fondo.gif);
background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#515151;
margin:0;
height:100%;
}

div#struttura{
width:1000px;
margin:0 auto;
height:100%;
}
body>div#struttura{
height:auto;
min-height:100%;

}

img.left{
float:left;
}

img.right{
float:right;
}

img.right2{
float:right;
margin-right: 15px;
}

img.right3{
float:right;
margin-right: 123px;
}

p.mar{
margin-top: 0;
}

div#testata{
width:1000px;
height:124px;
background-color:#73c0fc;
}

div#menu{
width:1000px;
height:26px;
background-color:#5593c3;
}

div#menu ul{
list-style-type:none;
margin:0;
padding:0;

}

div#menu li{
display:inline;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
height:26px;
font-weight:bold;
line-height:26px;
padding-left: 10px;
padding-right: 10px;
}

div#menu a {
color:#e0e0e0;
text-decoration:none;
background-color:#5593c3;
}

div#menu a:hover{
color:#5593c3;
background-color:#e0e0e0;
text-decoration:none;
}


div#menu li.attivo{
color:#5593c3;
background-color:#e0e0e0;
}

div#contenuto{
width:1000px;

}

div#piedino{
	width:1000px;
	font-size:11px;
	color:#e0e0e0;
	text-align:center;
	position:absolute;
	bottom:-613px;
	background-color:#5593c3;
	padding:5px 0 5px 0;
	left: 92px;
	
}

div#piedino2{
width:1000px;
font-size:11px;
color:#e0e0e0;
text-align:center;
bottom:0;
background-color:#5593c3;
padding:5px 0 5px 0;
}
