body {
	margin:0;
	font: small/1.8em Verdana, Arial, Helvetica, sans-serif;
	background:url(img/sfondo2010.jpg);
	color: #000;
	text-align: center;

}

h1 {
	color: #000;
	text-align: center;
	font-size: 1.1em;
	text-transform: uppercase;
	border-top: 1px dotted;
	border-bottom: 1px dotted;
	line-height: 3em;
	margin:0;
}

h2 {
	color: #fff;
	background: #553c21;
	font-size: 10px;
	margin-top: 2em;
	padding-left: 0.5em;
}

h2 a:link, h2 a:visited{
	color: #fff;
	background: #553c21;
	font-size: 10px;
	margin-top: 2em;
	padding-left: 0.5em;
}

h3 {
	font-size: 1.1em;
}

a:link, a:visited {
	color: #553c21;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #23251a;
	font-weight: bold;
	text-decoration: underline;
}

.base01 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	line-height:16px;
	
	}

.base01 a:link, .base01 a:visited{
color: #553c21;
	font-weight: bold;
	text-decoration: none;
	}
	.base01 a:hover{
color: #23251a;
	font-weight: bold;
	text-decoration: underline;
	}

	
	.archivio a, .archivio a:visited{
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 2em;
	color:#553c21;
	text-decoration:none
	}
	.archivio a:hover{
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 2em;
	color: #23251a;
	text-decoration:underline
	}
	


img {
	border: 0;
}

#page {
	width: 750px;
	margin: 0 auto;
	color: #000;
	text-align: left;
	background: url(img/sfondo_container09.gif);
}

	#header {
	width: 100%;
	height: 180px;
	margin: 0;
	padding: 0;
	background: url(img/sfondo_centro09.jpg);

	}

	#menu {
	line-height: 3em;
	font-weight: bold;
	border-bottom: 1px solid #553c21;
	border-top: 1px solid #553c21;
	background-color: #FFCC33;
	height: 100%;
	}
		/* for #menu, #sidebar and #footer !!! */
		#menu ul, #sidebar ul, #footer ul {	
			margin: 0;
			padding:0;
			list-style: none;
		}

		#menu li {
			display: inline;
					padding: 0 0.7em 0 1em;
		}
		
			#menu li a{
				color: #553c21;
				text-decoration: none;
				border: none;
			}
			#menu li a:hover {
				color: #000000;
			}

	#content {
	background: url(img/sfondo_centro09.jpg);
	float: left;
	width: 480px;
	padding: 1em 20px;
	
	height:auto
	}
	#content p a{
color:#553c21;

	}
	
		#content p a:hover{
color: #23251a;
	text-decoration:underline

	}
	#sidebar {
		margin: 1.5em 0;
		padding-left: 20px;
		float: left;
		width: 180px;
		font-size: 0.8em;
	}

	#footer {
		clear: both;

	}
	
		#footer li {
			display: inline;
			padding: 0 1em 0 0;
		}

		#footer a {
			color: #fff;
		}

