/* -------------------- stili generici -------------------- */
html,body{
	padding: 0;
	margin: 0;
}
body{
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 80%;
	background-color: #502800;
	background-image: url(../images/pattern_102.gif);
}
h1{
	color: #FFF;
	font-size: 1.8em;
}
h3{
	color: #333;
	font-size: 0.9em;
	text-align: center;
}
p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.6em;
	margin-top: 1em;
	margin-bottom: 2em;
	text-align: justify;
}
/* -------------------- stili per #main -------------------- */
div#main{
	background-color: #FFF;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2em;
	padding: 0.2em;
}

/* -------------------- stili per #header -------------------- */
div#header{
	padding: 1em;
	background-color: #3C1E00;
}
#header div#menu{
	text-align: right;
}
#header div#menu a{
	color: #FFF;
}
/* -------------------- stili per #content -------------------- */
div#content{
	padding: 1em;
}
#content h3 a{
	color: #333333;
	text-decoration: none;
}
#content h3 a:hover{
	text-decoration: underline;
}
#spotswf{
	text-align: center;
	margin-top: 2em;
}
/* -------------------- stili per #footer -------------------- */
div#footer{
	clear: both;
	padding: 1em;
	background-color: #3C1E00;
	color: #FFFFFF;
	font-size: 0.9em;
}
#footer a{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#footer #footersx{
	float: left;
}
#footer #footerdx{
	text-align: right;
}
#footer #footerclr{
	clear: both;
}
.archivio {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 10px;
}
.archivio a{
	color: black;
}
.archivio a:hover{
	color: black;
	text-decoration: none;
}
