body {
	padding: 0;
	margin: 0;
	text-align: justify; /* per il browser IE 5.5 */
	background-image: url(../images/bgr-body.png);
	background-position: center;
	background-repeat: repeat;
	background-attachment: fixed;
}
#box-centrato{
	margin: auto;
	text-align: left; /* ripristinato allineamento del testo */
	}

a:link {
	color: #eacb09;
}

a:visited {
	color: #FF0000;
}

.Stile1 {
	color: #FF0000;
	font-size: xx-large;
	font-style: italic;
	font-weight: bold;
	font-family: "Comic Sans MS";
}

.Stile2 {
	color: #000033;
	font-size: 10px;
	font-family: "Comic Sans MS";
	font-weight: bold;
}

.Stile3 {
	font-size: medium;
	color: #eacb09;
	font-style: italic;
	font-weight: lighter;
	font-family: "Comic Sans MS";
}

.Stile4 {
	font-size: medium;
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
	font-family: "Comic Sans MS";
	}

.Stile5 {
	color: #FF0000;
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	font-family: "Comic Sans MS";
   }
	
.Stile6 {
	color: #FFD700;
	font-size: 13px;
	font-style: normal;
	font-weight: lighter;
	font-family: Arial;
}	

.click-menu .box1 {
	background: url(../images/) no-repeat;
	font-family: "Comic Sans MS";
	color: Yellow;
	font-size: larger;
}

.click-menu .box1-hover {
	background: url(../images/) no-repeat;
	color: Red;
}
.click-menu .box1-open {
	background: url(../images/) no-repeat;
	color: Red;
}
.click-menu .box1-open-hover {
	background: url(../images/) no-repeat;
	color: Red;
	font-family: "Comic Sans MS";
}
.click-menu .box1,

.click-menu .box1-hover,

.click-menu .box1-open,

.click-menu .box1-open-hover {
	text-indent: 12px;
	font-weight: bold;
	font-size: 14px;
	line-height: 31px;
	font-family: "Comic Sans MS";
	cursor: pointer;
	width: auto;
	    }

.click-menu .section {
	font-family: "Comic Sans MS";
	font-size: 12px;
	line-height: 15px;
	padding: 0 0 5px 10px;
	display: none;
    }

.click-menu .section a {
        color: #eacb09;
        text-decoration: none;
        white-space: nowrap;
    }

.click-menu .section a:hover {
        color: #C79810;
        text-decoration: none;
        white-space: nowrap;
    }

.click-menu .box2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
   }
.click-menu .box2-hover {
	padding: 1px 6px 2px 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

	div.flot {
float: left;
width: 50px;
height: 50px;
margin: 10px;
}
p {
margin: 0;
}

