body {
	background-color: #fdf6d7;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.footer {
	font-size: 11px;
	color: #603C3A;
}
a:link {
	color: #AF7D7A;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #AF7D7A;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #AF7D7A;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #C66F62;
	font-weight: bold;
	text-decoration: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #603C3A;
}
.titolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}


/***********/
/* TESTATA */
/***********/

#header {
	height: 180px;
}


/********/
/* MENU */
/********/

#menu {
	height: 60px;
	background-image: url(../img-grafiche/menu-sfondo.gif);
}
#menu .separatore {
	background-image: url(../img-grafiche/separatore.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#menu dl {
	list-style: none;
	margin: 0px;
	padding: 13px 20px 15px 20px;
}
#menu dl dt {
	height: 32px;
	text-align: center;
	float: left;
	padding: 0 10px 0 10px;
}
#menu dl dt a {
	display: block;
	height: 32px;
	text-decoration:none;
}
#menu dl dt a.sel, #menu dl dt a:hover {
	background-position: center -32px;
}
#menu a.home {
	width: 50px;
	background-position: center 0px;
	background-image: url(../img-grafiche/pulHome.png);
	background-repeat: no-repeat;
}
#menu a.territorio {
	width: 90px;
	background-position: center 0px;
	background-image: url(../img-grafiche/pulTerritorio.png);
	background-repeat: no-repeat;
}
#menu a.azienda {
	width: 80px;
	background-position: center 0px;
	background-image: url(../img-grafiche/pulAzienda.png);
	background-repeat: no-repeat;
}
#menu a.locali {
	width: 70px;
	background-position: center 0px;
	background-image: url(../img-grafiche/pulLocali.png);
	background-repeat: no-repeat;
}
#menu a.cucina {
	width: 80px;
	background-position: center 0px;
	background-image: url(../img-grafiche/pulCucina.png);
	background-repeat: no-repeat;
}
#menu a.dove {
	width: 100px;
	background-position: center 0px;
	background-image: url(../img-grafiche/pulDove.png);
	background-repeat: no-repeat;
}
#menu a.matrimoni {
	width: 140px;
	background-position: center 0px;
	background-image: url(../img-grafiche/pulMatrimoni.png);
	background-repeat: no-repeat;
}
#menu a.capodanno {
	width: 150px;
	background-position: center 0px;
	background-image: url(../img-grafiche/pulCapodanno.gif);
	background-repeat: no-repeat;
}