html, body {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #666666;
}
#container {
	width: 760px;
	margin: 0px auto 0px auto;
	background-color: #D7D8DA;
}
#header {
	width: 760px;
	height: 130px;
}
#topbar {
	width: 760px;
	height: 20px;
	background-image: url(/images/bg_bar.jpg);
	border-top: 1px solid #000000;
}
#corpo {
	width: 760px;
}
#content {
	width: 95%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 12px;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 13px;
}
#lista {
	list-style-image: url(/images/arrow_menu.gif);
}
#footer {
	width: 750px;
	font-size: 11px;
	color: #906D55;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#footer a {
	text-decoration: none;
	color: #906D55;
}

/* ---- Style Menù Navigazione ----- */
.listnav {
	/* width: 140px; */
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	text-align: left;
}
.listnav li {
	width: 140px;
	height: 20px;
	border-bottom: 1px dotted #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #787878;
	list-style: none;
}
.listnav li a:link {
	text-decoration: none;
	color: #787878;
}
.listnav li a:visited {
	text-decoration: none;
	color: #787878;
}
.listnav li a:hover {
	text-decoration: underline;
	color: #787878;
}
.menu {
	width: 130px;
	height: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #787878;
	padding-left: 10px;
	border-bottom: 1px dotted #000000;
}
.menu a:link {
	text-decoration: none;
	color: #787878;
}
.menu a:visited {
	text-decoration: none;
	color: #787878;
}
.menu a:hover {
	text-decoration: none;
	color: #926D53;
}
/* ---- END Style Menù Navigazione ----- */

#spot {
	margin-top: 50px;
	margin-bottom: 50px;
}

#showphotos {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
