@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.one #container {
	width: 982px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 814px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #336699;
	text-align: left; /* this overrides the text-align: center on the body element. */
	display: block;
}
.one #menubar {
	background: #0c0c0c;
	height: 80px;
	padding: 0 20px;
}
.one #menubar a:link, a:hover, a:visited {
	border: 0px;
}
.one #mainContent {
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.one #footer {
	background: #0c0c0c;
	height: 80px;
	padding: 1px 20px;
	top: 733px;
	width: 942px;
	position:absolute;
}
.TxtTitolo {
	font-size:26px;
	font-family:'Calisto MT', Arial, Helvetica, sans-serif;
	text-align: left;
	color: #393939;
	padding-top:1px;
	padding-bottom:2px;

}
.TxtSottotitolo {
	font-size:22px;
	font-family:'Calisto MT', Arial, Helvetica, sans-serif;
	text-align: left;
	color: #7e7e7e;
	padding-top:1px;
	padding-bottom:2px;

}
.TxtComune {
	font-size:14px;
	font-family:'Calisto MT', Arial, Helvetica, sans-serif;
	text-align: left;
	color: #535352;
	line-height: 120%;
	padding-top:1px;
	padding-bottom:2px;
}
.TxtDialog {
	font-size:14px;
	font-family:'Calisto MT', Arial, Helvetica, sans-serif;
	text-align: left;
	color: #535352;
	line-height: 120%;
	padding-top:1px;
	padding-bottom:2px;
	padding-left: 10px;
}
.TxtTitoloVerde {
	font-size:26px;
	font-family:'Calisto MT', Arial, Helvetica, sans-serif;
	text-align: center;
	color: #009F2B;
	padding-top:1px;
	padding-bottom:2px;

}
a {
	font-family: 'Calisto MT',Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #66CC00;
	text-decoration: underline;
}
