html,body{
	background-image: url(img/sfondo_body.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: center top;
}
body{
	font-family: arial, sans-serif;
	font-size: 76%;
	text-align: center;
	color: #000000;
}
div#container{
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(img/spartiti.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div#banner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	color: #FFFFFF;
	display: block;
	text-align: right;
	height: 60px;
	padding: 5px 10px 0px 0px;
	background-image: url(img/sfondo_banner.jpg);
	background-repeat: no-repeat;
	border-top: 1px solid #FFFFFF;
}
div#menu {
	font-size: 100%;
	color: #FFFFFF;
	display: block;
	height: 20px;
	text-align: left;
	background-image: url(img/sfondo_menu.jpg);
	border-top: 1px solid #EAEAEA;
	background-repeat: no-repeat;
	padding-top: 5px;
}
div#sinistra {
	font-size: 12px;
	text-align: left;
	width: 145px;
	float: left;
	padding-left: 5px;
}
div#contenuto {
	text-align: left;
	vertical-align: top;
	margin-right: 3px;
	width: 604px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	float: right;
	line-height: 130%;
}
div#footer {
	color: #FFFFFF;
	text-align: center;
	padding: 3px;
	height: 15px;
	background-image: url(img/sfondo_coda.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	clear: both;
	border-bottom: 5px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 200%;
	color: #3791C0;
	text-align: left;
	padding-top: 5px;
}
h2 {
	color: #3791C0;
	font-size: 150%;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3791C0;
	padding-top: 5px;
}
#menu li {
	display: inline;
	list-style-type: none;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px dotted #CCCCCC;
}
#menu ul {
	padding: 0px;
	margin: 0px;
}
#menu a, a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover, a:active {
	background-color: #FF9900;
}
#contenuto a:link, a:visited {
	font-weight: bold;
	color: #0F80B3;
	font-size: 100%;
}
#contenuto a:hover, a:active {
	color: #FF9900;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.qui {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #eaeaea;
	border-bottom-color: #eaeaea;
	border-left-color: #eaeaea;
}
#sinistra ul {
	padding: 0px;
	margin: 0px;
}
#sinistra li {
	padding: 5px 0px 0px;
	list-style-type: none;
}
#sinistra a:link, a:visited {
	font-weight: bold;
	color: #0F799A;
	text-decoration: underline;
}
#sinistra a:hover, a:active {
	color: #ff9900;
}#contenuto ul {
	padding-top: 0px;
	margin-top: 0px;
}

