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


body{
	font-family: Arial, sans-serif;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #4f1f0f;
}

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

/*HEADER*/

div#header{
	height:150px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	color: white;
	font-style: italic;
	font-size: 36px;
	font-family: Georgia, serif;
		
}

#cityADV{
	position: absolute;
	margin: 100px 0px 0px 120px;
	width: 156px;
	height: 156px;
	background-image: url(../images/cityBanner.png);
	background-repeat: no-repeat;
	
}

#local{
	width:450px;
	float:left;
	margin:90px 0px 0px 0px;
	text-align: right;
	
}

.sonetto{
	color:white;
	font-size:24px;
	font-family: Georgia, serif;
	font-style: italic;
	width: 353px;
	display: block;
	float: right;
	margin:50px 0px 0px 0px;
}

div#header span.sonetto{}


/*MAIN*/
div#main{
	height: 410px;

}


/*text*/

.item{
	width: 470px;
	height: 115px;
	background-image: url(../images/marker.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin:15px 0px 0px 0px;
	
	font-size:12px;
	float: Left;
	font-family: Arial, sans-serif;
}


.cardinale, .nameItem, .infoItem, .more, .logo{float:left;}

.cardinale{
	width: 20px;
	height:95px;
	background-image: url(../images/number.jpg);
	color: #673f35;
	padding:20px 0px 0px 30px;
	font-size: 30px;
	font-weight: bold;
}

.nameItem{
	color: black;
	width: 255px;
	font-size:14px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	font-weight: bold;
}

.infoItem{
	margin: 0px 0px 0px 0px;
	width: 275px;
	padding: 0px 0px 0px 20px;
}

.more, .goSite{color: #673f35; font-size: 10px;display: block;float: left;font-style: italic;margin:-20px 0px 0px 20px;}
.goSite{float: right;margin:-20px 150px 0px 0px;}
.logo{margin:-10px 0px 0px 0px;border:1px solid #673f35;}

#texts_wrap {
    margin-top:480px;
    position:absolute;

}
div#categories{
	margin: 10px 0 0 0;
    color: #000000;
}
div#text{
    clear:both;
	margin: 20px 0px 0px 30px;
	color: #000000;
	font-size: 12px;
	width:900px;
	height:170px;
}

div#text h1{
  color: #39160b;
  text-transform:capitalize;
  padding: 10px 0 10px 0px;
}

#categoriesTitle{font-size:18px;display: block;margin:0px 0px 20px 0px; color:#39160b}
#categories ul{margin: 0px 0px 0px 50px;font-size: 11px;}
#categories ul li{float:left; width:275px; height: 25px;}
#categories ul li a{color: #000000; text-decoration: none;}



/*TEASER*/
div#teaser{
	height:328px;
	background-image: url(../images/teaser.jpg);
	background-repeat: no-repeat;
}


div#googleSpace{height:75px;padding:10px 10px 0px 0px; text-align: right;}
div#googleLand{height: 15px; width:940px; margin: 5px 0px 0px 10px;}
div#gmap{margin:10px 0px 0px 10px; width:940px;height: 195px;}

/*FOOTER*/
div#footer{
	clear: both;
	height:20px;
	width:920px;
	margin: 20px 0px 0px 0px;
	color:#000000;
	text-align: right;
	padding:30px 30px;
		}
	
div#footer a{color: #000000; font-size: 10px; font-family: Arial, sans-serif;}
/*CLASSI*/

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