body {
	background-color: #C4DF9B;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	text-align:center;
}
#contenitore {
	width:750px;
	margin-left:auto;
	margin-right:auto;
}
	#home_menu  {
		width:634px;
		font-weight:bold;
		color:#9E463A;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
	}
	#home_menu div {
		float:left;
		margin-left:25px;
		margin-top:20px;
	}	
	#breakfast {
		background-image:url(img/sfondo_menu.jpg);
		background-position:bottom;
		background-repeat:repeat-x;
		margin-left:auto;
		margin-right:auto;
		clear:both;
		width:634px;
		padding-top:40px;
		color:#757D43;
		text-align:left;
	}
	#breakfast .titolo {
		font-weight:bold;
		font-size:1.1em;
		padding-left:10px;
	}
	#breakfast p {
		margin:0px;
		line-height:1.5em;
		padding:18px 18px 5px 18px;
		text-align:justify;
	}
	#breakfast img {
		margin-left:10px;
	}
	#menu {
		width:120px;
		font-weight:bold;
		color:#9E463A;
		text-align:center;
		float:left;
	}
		#menu div {
		padding:0px;
		margin-bottom:10px;
	}	
	#descr {
		float:left;
		background-image:url(img/sfondo_menu.jpg);
		background-position:bottom;
		background-repeat:repeat-x;
		width:550px;
		color:#757D43;
		text-align:left;
		line-height:2em;
		padding:20px;
		margin-top:20px;
		margin-bottom:20px;
	}
	#descr .titolo {
		background-image:url(img/piede_linea.jpg);
		background-position:bottom left;
		background-repeat:no-repeat;
		display:block;
		font-size:1.4em;
		padding-left:10px;
	}
	#descr img {
		border:1px solid #91985E;
		margin-left:15px;
		margin-right:15px;
	}
	#descr img.cartina {
		border:0px;
		margin-left:60px
	}
	table {
		font-size:0.9em;
		border:1px solid #889055;
		background-color:#D8F4AF;
	}
	th {
		text-align:center;
		font-weight:bold;
		border-bottom:1px solid #889055;
		border-collapse:collapse;
	}
	tr {

	}
	td {
		color:#9E463A;
		text-align:center;
		border-bottom:1px solid #889055;
		border-collapse:separate;
	}
	.offerta {
		color: #660000;
		font-weight: bold;
		display:block;
	}
#piede {
	clear:both;
	background-image:url(img/piede_linea.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	line-height:2em;
	color:#9E463A;
}
#piede a {
	text-decoration:none;
	color:#889055;
	font-weight:bold;
}