*{
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	font-family: 'Verdana', 'Arial', Sans-serif;
	color: #434343;
	font-size: 12px;
	background-color: white;
}

#main{
	background: white;
	width: 1094px;
	height: auto;
	margin: 0 auto;
	border: 1px solid #b3b3b3;
		border-top: none;
}

a{
     color: #003580;

}

#banner{
	width: 1094px;
	height: 240px;
	background: url(sfondo_banner.jpg) no-repeat top left;
	margin:  0 auto 20px;;

}

#adv_banner{
	width: 728px;
	height: 90px;
	padding-top: 90px;
	padding-left: 318px;
	padding-bottom: 20px;
}

#menu{
	font-size: 14px;
	height: 40px;
	width: auto;
	line-height: 40px;
	margin: 0;
	padding-left: 313px;
	}
	
#menu select{
	margin-top: 12px;
	margin-left: 20px;
}
	
#menu ul li, #ftr ul li{
	display: inline;
	list-style-type: none;
}

#menu ul li a, #ftr ul li a{
	text-decoration: none;
	padding: 0 10px;
	float: left;
	color: #434343;
	border-left: 1px dotted white;
}

#ftr ul li a{
	border-left: 1px solid #434343;
}

#menu ul li a:hover, #ftr ul li a:hover{
	text-decoration: underline;
}

#contenuti{
	padding: 0 30px;
	display:block;
	min-height:1020px;
}

#contenuti img{
	margin: 10px 10px 10px 10px;
}

.contenuti_sx{
	width:700px;
	float:left;
}

.contenuti_dx{
	width:350px;
	float:right;
	min-height:520px;

}
.contenuti_dx ul {
	margin: 10px 10px 10px 30px;
	text-decoration: none;
	font-size:16px;
}

.contenuti_dx ul li a{
     color: #003580;

}


h1{
	font-size: 20px;
	color: #e2007a;
	margin-bottom: 8px;
}

#ftr{
	background: #96d6d9;
	margin-top: 40px;
	padding: 20px 40px;
}

p{
	line-height: 18px;
	margin-bottom: 15px;
}

.clr{
	clear: both;
	width: 100%;
	height: 1px;
}
