#slideshow {
	border: 1px solid #000;
	overflow: hidden;
	margin: auto auto 10px;
	position: relative;
	width: 400px;
	height: 300px;
}

#slideshow img {
	width: 400px;
	height: 300px;
}
body {
	background-color: #fff;
	background-image: url(img/sfondo.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top;
	height: auto;
}
p {
	font-family: sans-serif;
	font-size: 12px;
	color: Black;
	text-align: justify; 
}
#menu{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	border: none;
}
.td {
	border-color: Gray;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 10px;
	vertical-align: top;
}
#bandiere {
	width: 800px;
	height: 25px;
	text-align: right;
	padding-top: 5px;
	padding-right: 45px;
}
#meteo {
	width: 800px;
	height: 25px;
	text-align: right;
	padding-top: 20px;
	padding-right: 105px;
}
#navmenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 2px;
	text-align: center;
}
#navmenu a {
	display: block;
	color: Yellow;
	background-image: url(img/pulsante_azzurro.gif);
	width: 146px;
	height: 42px;
	text-decoration: none;
	
}
#navmenu a:hover {
	background-image: url(img/pulsante_giallo1.gif);
	color: #0066FF;
}
#navmenu li {
	margin-bottom: 2px;
}
#testo{
	color: #660000;
	text-align: justify;
	font-size: 13px;
	font: Garamond, Geneva, sans-serif;
}
#h3{
	font-family: Garamond;
	font-size: 24px;
	text-align: center;
	color: #FF9900;
	font-weight: bold;
	font-style: oblique;
}