@charset "utf-8";
body {
	margin: 0px;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Trebuchet MS", Arial;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../images/fondo.jpg);
	background-repeat: repeat-x;
}

div#main{
	text-align: center;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div#mainup{
	width: 100%;
	position:relative;
	z-index: 100;
	font-size: 24px;
	text-align: center;
}

div#flash{
	width:100%;
	margin:auto;
	position:absolute;
	z-index: 99;
	text-align: center;
}

div#contenitore{
	width: 950px;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div#testata{
	height: 94px;
	position:relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div#menu{
	position:relative;
	background-image: url(../images/fondo_menu.gif);
	background-repeat: no-repeat;
	height: 41px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}

div#sezione{
	position:relative;
	background-repeat: no-repeat;
	height: 50px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 25px;
	color: #464646;
	text-align: right;
	font-weight: bold;
	padding-top: 150px;
	padding-right: 25px;
	font-family: "Trebuchet MS", Arial;
}

div#contenuti{
	position:relative;
	margin: 0px auto;
	overflow:hidden;
	height:auto;
	padding-top: 20px;
	
}

div#footer{
	position:relative;
	background-repeat: no-repeat;
	height: 22px;
	margin:0px;
	padding-top: 20px;
}

div#footer_menu{
	font-size: 11px;
	color: #999999;
	padding-bottom: 8px;
	margin:0px;
	font-weight: bold;
}

div#footer_ind{
	font-size: 11px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	text-align: left;
	height: 17px;
	color: #000000;
	padding-top: 3px;
	padding-left: 10px;
	margin: auto;
	padding-bottom: 10px;

}
