body {
	font: 74% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: none;
	background-repeat: repeat;
	background: #002848;
}
.oneColElsCtr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#box-centrato{
	margin: auto;
	}

a:link{
	text-decoration: none;
	color: #FFFF00;
	}

a:visited{
	text-decoration: none;
	color: #FFFF00;
	}

a:hover{
	color: #ff0000;
	text-decoration: none;
	}

td{
	font-family: "Courier New";
}	


.Stile1 {
	color: #FF0000;
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	font-family: "Comic Sans MS";
}

.Stile2 {
	color: #DAA520;
	font-size: 8px;
	font-family: "Comic Sans MS";
	font-weight: normal;
}

.Stile3 {
	font-size: medium;
	color: Silver;
	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: #DAA520;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-family: "Comic Sans MS";
}	

.style1 {
	font-size: 12px;
	color: Red;
}

.style2 {
	font-size: x-small;
}
	
div.flot {
	float: right;
	width: 85px;
	height: 95px;
	margin: 1px;
}

#marqueecontainer{
	position: relative;
	width: 165px; /*marquee width */
	height: 90px; /*marquee height */
	background-color: none;
	overflow: hidden;
	border: 1px groove Blue;
	padding: 2px;
	padding-left: 4px;
}

#footer {
	background: url(images/bot.jpg) no-repeat center bottom;
	margin-right: -80px;
	margin-left: -300px;
	height: 110px;
	text-align: center;
}
	
.click-menu .box1 {
	background: url(images/button1.gif) no-repeat;
	font-family: "Comic Sans MS";
	color: #FFFFFF;
    }

.click-menu .box1-hover {
	background: url(images/button1-click.gif) no-repeat;
	color: #FFFFFF;
    }
.click-menu .box1-open {
        background: url(images/button1-click.gif) no-repeat;
        color: #FFFFFF;
    }
.click-menu .box1-open-hover {
	background: url(images/button1-click.gif) no-repeat;
	color: #FFFFFF;
	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: 12px;
	line-height: 31px;
	font-family: "Comic Sans MS";
	cursor: pointer;
	width: 150px;
	    }

.click-menu .section {
	font-family: "Comic Sans MS";
	font-size: 13px;
	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 {
	padding: 1px 0 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;
   }
.click-menu .box2-hover {
	padding: 1px 0 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;
	}
.containerarea {
	position: relative;
	width: 100px;
	height: 150px;
	background-repeat: no-repeat;
	text-align: center;
	margin: 0 auto;
	background-image: url(images/buttonarea.gif);
} 

#atleft, #atright, #abright, #ableft{
position:absolute; 
width:20px; 
height:20px; 
color:#000;
background:#fff;
}
#atleft{
top:0; 
left:0;
}
#atright{
top:0; 
right:0;
}
#abright{
top:140px;
right:0;
}
#ableft{
top:140px;
left:0;
} 
#qtleft, #qtright, #qbright,#qbleft {
position:absolute; 
font-size:150px; 
font-family: Arial; 
color:#000;
line-height:40px;
}
#qtleft{left:-8px;}
#qtright {left:-25px;}
#qbright {left:-25px; top:-17px;}
#qbleft {left:-8px; top:-17px;} 

#testo {
position:absolute; 
top:20px;
right:10px;
bottom:10px;
left:20px;
z-index:10;
color:#000;
text-align:left;
font-size:80%;
} 
