body, div, p, li, ul {
	margin:0;
	padding:0;
}
body{
	background-image: url(immagini/sfondo_home.gif);
	background-repeat: repeat-x;
	background-color: #6C2A14;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fed49d;
}
#conteiner {
	margin-left:auto;
	margin-right:auto;
	width:950px;
}
#headerSx{
	width:547px;
	float:left;
}
#headerDx{
	width:403px;
	float:left;
}
#menu{
	width:153px;
	height:180px;
	float:left;
}
.h05{
	float:left;
	}
/*-------------MENU----------------------*/
.home, .dove, .risto, .camere, .territorio, .contatti{
	width:153px;
	height:30px;
	float:left;
}
.home a, .dove a, .risto a, .camere a, .territorio a, .contatti a{
	display:block;
	width:153px;
	height:30px;
	background-repeat: no-repeat;
	background-position: left top;
}
.home a:hover, .dove a:hover, .risto a:hover, .camere a:hover, .territorio a:hover, .contatti a:hover{
background-position: top right;
}
.home a {background-image: url(immagini/menu_home_pag.jpg);}
.dove a {background-image: url(immagini/menu_dove_pag.jpg);}
.risto a {background-image: url(immagini/menu_ristorante_pag.jpg);}
.camere a {background-image: url(immagini/menu_camere_pag.jpg);}
.territorio a {	background-image: url(immagini/menu_territorio_pag.jpg);}
.contatti a{background-image: url(immagini/menu_contatti_pag.jpg);}

/*-----------------corpo------------------*/
#titVert{
	width:91px;
	text-align:right;
	float:left;
}
#colonna{
	width:338px;
	float:left;
}
#corpo{
	width:521px;
	float:left;
	background-image: url(immagini/sfondo_corpo_home.gif);
	background-repeat: no-repeat;
}
.testo01{
	padding-left:120px;
	padding-right:30px;
	padding-top:50px;
}
.testo02{
	width:150px;
	float:left;
	padding-top:30px;
	padding-left:20px;
	padding-right:15px;
}
#footer{
	width:950px;
	height:46px;
	background-image: url(immagini/sfondo_footer_home.jpg);
	background-repeat: no-repeat;
	background-position: right;
	clear:both;
}
#footer p{
	padding-left:100px;
	padding-top:12px;
}
#footer a{
	font-size:12px;
	color: #fed49d;
	text-decoration:none;
}
.delta{
	width:194px;
	height:25px;
	margin-left:auto;
	margin-right:auto;
}
