body {
	margin: 0;
	padding: 0;
	background: #a85010 url(img/bg_body.jpg) repeat-x center top;
	text-align: center;
	font: small Georgia, "Times New Roman", Times, serif;
}

#contenitore {
	text-align: left;
	width: 760px;
	margin: 0 auto;
	background: url(img/bg_wrapper.jpg) repeat-y center top;
}

#menu {
	margin: 0;
	background: url(img/bg_menu.jpg) no-repeat center top;
	height: 31px;
	padding: 10px 20px 0 220px;
}
#menu h1 {
	display: none;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu li {
	display: inline;
}
#menu a {
	color: #612004;
	text-decoration: none;
	padding: 0 5px;
	font-size: 120%;
	border-right: 1px solid #fde26d;
}
#menu a:hover {
	background-color: #fae771;
	border-bottom: 2px solid #e1a449;
}

#menu a.currentpage {
	color: #e1a449;
}

#contenuto {
	margin: 0 10px 0 11px;
	padding: 10px;
	background: url(img/bg_contenuto.jpg) repeat-x center bottom;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 8px 0;
	color: #612004;
}
h1 {
	border-bottom: 2px solid #e0a349;
}
#contenuto p, #contenuto ul, #contenuto ol {
	line-height: 140%;
}
#coda {
	text-align: center;
	font-size: x-small;
	background: url(img/bg_coda.jpg) no-repeat center bottom;
	padding: 14px 20px 14px 20px;
	color: #fde26d;
	clear:  both;
}
#coda a {
	color: white;
	text-decoration: none;
}
#coda a:hover {
	text-decoration: underline;
}
#contenuto img {
	float: right;
	margin: 0 0 0 5px;
	border:  1px solid #e0a349;
	border-bottom-width: 3px;
	padding: 1px;
}

#contenuto  a {
	color: #612004;
}
#contenuto a:hover {
	color: #e0a349;
}
table {
	margin: 0 0 20px 10px;
	width: 90%;
}
td {
	padding: 3px 5px;
	border-bottom: 1px dotted #e0a349;
	vertical-align: top;
}
td.prezzo {
	width: 15%;
}

#contenuto div.destra img {
 float: none;	
}