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


body{
	background-image:url(../img/bg.jpg);
	background-position:top;
	background-repeat: no-repeat;
	color: #076899;
	font-family: Arial, Verdana, sans-serif;
	line-height: 1.2em;
}

div#cont0{
	width:940px;
	margin: auto;
}

/*HEADER*/

div#header{
	height: 89px;
	font-size: 32px;
	padding:20px 0px 0px 200px;
	line-height: 0.8em;
}

div#header span.sonetto{font-size:16px;display: block;width:330px;}


/*MAIN*/
div#main{
	position: absolute;
	margin-top:510px;
	width:940px;
	font-size:12px;
}

div#main h1{font-weight: bold; font-size:16px;}

div#text, div#main ul{float:left;}

div#text{width:530px;padding: 0px 40px 0px 0px;margin:0px 0px 0px 20px;}

div#main ul{
	width:350px;
	
	display:block;
	list-style: none;
}

div#main ul li{margin:5px 0px;}

div#main ul li a{color: #076899; font-size: 12px; font-weight: bold;}

div#main ul li a:hover{}

#ricercheTitolo{font-size:16px;margin-top:0px;display: block;}

/*TEASER*/
div#teaser{
	height: 490px;
	padding:10px;
	background-image: url(../img/teaser.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	
}


div#googleSpace{
	height:16px;
	background-color: #e5f5b2;
	width:900px;
	padding:10px;
	text-align: center;
	/*background-image: url(../img/google.jpg);
	background-repeat: no-repeat;
	background-position: center center;*/
}

div#formBlock{
	background-image: url(../img/form.jpg);
	background-repeat: no-repeat;
	width:920px;
	height:402px;
}

/*FOOTER*/
div#footer{
	height: 35px;
	clear: both;
	position:absolute;
	width: 720px;
	margin-top:200px;
	border-top:2px solid #e5f5b2;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding:15px 0px 0px 220px;
	font-size:12px;
	font-weight: normal;
	color: #076899;
	}
	
div#footer a{color: #076899;}
/*CLASSI*/

.clear{clear:both;padding:0px; border:0px; margin:0px; display:block;}