@charset "UTF-8";
/* CSS Document */

body, td, th
{
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
}

img {
	border:none;
	}

a {
	text-decoration:none;
	border:none;
}

#principale {
	width:990px;
	height:715px;
	top:0px;
	position:absolute;
	left:50%;
	margin-left:-495px;
	background:url(images/principaleBkg.png) no-repeat;
	z-index:2;
	}
	
#ombra {
	width:1020px;
	height:770px;
	position:absolute;
	left:50%;
	margin-left:-510px;
	z-index:1;
	top:20px;
	/*top:20px;*/
	}
	
#head {
	padding: 4px 0px 2px 0px;
	height:42px;
	}

#flash {
/*background:#999999;*/
	border-top:solid #666666 1px;
	padding: 0px 0px 4px 0px;
	height:217px;
	}

#content {
	width:990px;
	left:50%;
	margin-left:-495px;
	position:absolute;
	clear:both;
	top:150px;
	height:auto;
	}

#footer {
	position:absolute;
	top:695px;
	width:990px;
	left:50%;
	margin-left:-495px;
	padding:2px 0px 0px 6px;
	height:16px;
	text-align:center;
	}
	
.filetto {
	padding-left:270px;
	padding-top:38px;
	position:absolute;
	}
.filetto hr {
	text-shadow:none;
	text-decoration:none;
	height:1px;
	width:700px;
	color:#006699;
	}

.testoNormale {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-align:left;
}
.testoNormale a {
	color:#FF6600;
	}
.testoNormale a:hover {
	text-decoration:underline;
	}

.testoFooter {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}
