/* CSS Document */
* { margin:0; padding:0; }
body{
	padding: 0;
	margin: 0;
	font-size:95%;
	font-family:"Trebuchet MS", Arial;
	color:#FFFFFF;
	margin:auto;
	text-align:center;
	background:url(../img/sfondo.gif) top left repeat;
	background-color:#FFFFFF;
}
#container {
	margin:auto;
	text-align:center;
	width:900px;
	min-height:650px;
	height:auto !important;
	height:650px;
	margin-top:10px;
	background:url(../img/sfondo_content.jpg) top left repeat-x;
	background-color:#0569A4;
	border:1px solid #0075b0;
}
#content{
	width:900px;
	min-height:350px;
	height:auto !important;
	height:350px;
	padding:20px;
	_padding:20px 0px;
}

#header{
	height:154px;
	width:900px;
	background:url(../img/sfondo_menu.png) top left no-repeat;
}
#menu{
	_position:relative;
	width:900px;
	padding-top:30px;
	text-align:right;
}
#menu img{
	margin:0px 5px;
}
#footer{
	margin-top:20px;
	width:900px;
	text-align:center;
	padding:5px;
}
#footer a{
	font-family:"Trebuchet MS", Arial;
	font-style:italic;
	font-size:12px;
	color:#FFFFFF;
	line-height:22px;
	text-decoration:none;
}
#footer span{
	font-family:"Trebuchet MS", Arial;
	font-style:italic;
	font-size:12px;
	color:#FFFFFF;
	line-height:22px;
	text-decoration:none;
}
img{
	border:0;
	margin:0;
	padding:0;
}
.clear{
	clear:both;
	margin:0;
	padding:0;
	font-size:0
}
.privacy{
	font-size:10px;
}
#attesa{
	display:none;
}

.error{
	font-size:12px;
	font-weight:bold;
	display:none;
}
a:active{
	color:#FFFFFF;
}
a:visited{
	color:#FFFFFF;
}
a:link{
	color:#FFFFFF;
}
#testo{
	width:750px;
	margin:25px;
}
ul,ol,li{
	font-family:"Trebuchet MS", Arial;
	text-align:left;
	list-style-type:disc;
	margin-left:10px;
	color:#FFFFFF;
	font-size:16px;
	line-height:22px;
	margin-top:10px;
}

li a:hover{
	text-decoration:underline
}
form,td{
	color:#FFFFFF;
	text-align:left;
	font-size:14px;
}
h1{
	text-align:justify;
	font-family:"Trebuchet MS", Arial;
	font-size:16px;
	line-height:28px;
	color:#FFFFFF;
	font-style:normal;
	font-weight:normal;
	margin:10px 0px;
	padding:0;
	}
h2{
	text-align:justify;
	font-family:"Trebuchet MS", Arial;
	font-size:14px;
	line-height:22px;
	color:#FFFFFF;
	font-style:normal;
	font-weight:normal;
}
h3{
	text-align:justify;
	font-family:"Trebuchet MS", Arial;
	font-size:14px;
	line-height:14px;
	color:#FFFFFF;
	font-style:normal;
	font-weight:normal;
	margin:10px 0px;
	padding:0;
	}
p{
	padding:0;
	margin:0;
}

.home_link:hover { color: #003 }
