#conteiner{
	width: 837px;
	margin: 0px auto;
	background-image: url(../img/bg_conteiner.gif);
}

/***************** TOP****************************/
#top{
	background-image: url(../img/bg_top_main.jpg);
	background-repeat: no-repeat;
	height: 85px;
	display: block;
	padding-top: 8px;
}
#menuCategorie{
	width: 820px;
	height: 53px;
	display: block;
	background-image: url(../img/bg_menu.jpg);
	background-repeat: repeat-x;
	margin: 10px auto;
	position: relative;
}

/***************** CENTER****************************/
#main{
	width: 820px;
	margin: 0px auto
}
#PrimaColonna{
	width: 310px;
	float: left;
	margin-bottom: 30px;
	border-left: 7px solid white;
}
#rigaRicerca{
	width: 480px;
	padding: 0px;
	display: block;
	float: left;
	margin-left: 20px;
	height: 40px;
/*	overflow: hidden;*/
}
#rigaRicerca p{
	float: left;
}
#ColonnaElenco,  #ColonnaRicerca{
	width: 540px;
	float: left;
	margin-bottom: 30px;
	margin-left: 10px;
}
#ColonnaUtilita{
	width: 230px;
	float: left;
	margin-left: 30px;
}

#tag h1, #interessi h1{
	display: block;
	font-size: 22px;
	font-weight: normal;
	font-family: "Georgia";
	color: #696969;
	padding: 8px 0px 8px 0px;
	margin: 0px;
}
#interessi a, #tag a{
	display: block;
	height: 18px;
	text-decoration: none;
	color: #515B32;
	font-size: 12px;
	padding: 3px;
	position: relative;
	border-bottom: 1px dotted #E7E7D7;
}
#interessi a:hover, #tag a:hover{
	background-color: #E7E7D7;
	font-weight: bold;
}
#interessi a img, #tag a img{
	border: none;
	outline: none;
	margin-right: 5px;
}
#interessi span, #tag span{
	position: absolute;
	right: 3px;
	top: 4px;
	font-size: 9px;
}
#altre4{
	margin-bottom: 20px;
	width: auto;
	height: 150px;
	background-image: url(../img/bg_primopiano2.jpg);
	background-repeat: no-repeat;
	display: block;
}
#settimana{
	margin: 0px;
	display: block;
	float: left;
}
#localita{
	background-image: url(../img/bg_localita.gif);
	height: 170px;
}
#ColonnaCategorie{
	width: 500px;
	padding: 0px;
	display: block;
	float: left;
}
/***************** BOTTOM****************************/
#bottom{
	background-image: url(../img/bg_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px; 
}