/*SCHELETRO E ALLINEAMENTO NUOVA VERSIONE*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #1D1D1D;
	background-image:  url(immagini/bg3.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	margin: 0px;
}

div#intestazione {
	background-color: red;
	width: 100%;
	height: 8em;
	/*border: solid;*/
	}

div#barraSinistra {
	
	float: left;
    
	border-top: 1px solid #CC0000;/*#E87475*/
	border-right: 1px solid #CC0000; /*#E87475*/
    
	/*border-bottom: 1px solid #CC0000;*/
    /*border-left: 1px solid #CC0000;*/
	
	text-align: justify;
	font-size: 85%;
	height: 75%;
	width: 18%;
	
	/*position: relative;*/
	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	
	padding-left: 5px; padding-right: 5px;
	
	}

div#corpo {
	
	float: right;

	/*border-top: 1px solid #CC0000;/*#E87475*/
	/*border-right: 1px solid #CC0000; /*#E87475*/
	
	border-bottom: 1px solid #CC0000;
    border-left: 1px solid #CC0000;
	
	/*text-indent: 5%;*/
	text-align: justify;
	font-size: 85%;
	height: 75%;
	width: 75%;
	overflow: auto;
	
	/*position: relative;*/
		
	margin-left: 0%; 
	margin-right: 0%;
	/*margin-top: 0px;*/
	/*margin-bottom: 0px;*/
		
	padding-left: 10px; padding-right: 10px;

	/*border: solid;*/
	}


div#barraDestra {
	width: 30%;
	float:right;
	background-color: yellow;
	/*border: solid;*/
	}

div#pieDiPagina {
	width: 100%;
	height: 5em;
	/*border: solid;*/
	clear: both;
	}
	


/*ALLINEAMENTO VECCHIA VERSIONE*/

#topL {
	float: left;
	height: 114px;
	width: auto;
	margin: 0px;
}

#topR {	
	float: right;
	height: 114px;
	width: auto;
	margin: 0px;
}


#centre {
	height: 65%;
	position: relative;
	width: 100%;
	margin-top: 10px;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
	
	padding-bottom: 2%;

	/*border: groove darkred 3px;*/
}

#left{
	float:left; 
    border-top: 1px solid #CC0000;/*#E87475*/
	border-right: 1px solid #CC0000; /*#E87475*/
	font-size: 85%;
	height: 100%;
	width: 22%;
	
	/*position: relative;*/
	margin-left: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
}

#right{
	
	float: right;
    border-bottom: 1px solid #CC0000;
    border-left: 1px solid #CC0000;
	font-size: 85%;
	height: 100%;
	width: 65%;
	
	/*position: relative;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 5%; padding-right: 5%;

}

#right2{
	float: right;
    border-bottom: 1px solid #CC0000;
    border-left: 1px solid #CC0000;
	font-size: 85%;
	height: 100%;
	width: 65%;
	overflow: auto;
	/*position: relative;*/
	margin-left: 0px; 
	margin-right: 0.5%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 5%; padding-right: 5%;
}


/*------------------------------------------------------------*/


/*ALTRO*/

	
#titoli {
			width: 100%;
			height:114px;
		}


#bak{ 
			text-align: center; 
			color:#990033; 
		}



.right{	align: right; 
			width: 100%;}

.right_img{
			border: 3px solid #CC0000;
			}

ul{
			list-style-type:square; 
			font-weight: lighter; 
			}

.here{
			color: #cccccc;
			text-decoration: underline;
			}

.powered{
			font-size: 65%;
			left: 150px;
			}

.titolo{ 

			background-color:#cc0000; 
			width:100%; 
			color: #ffffff; 
			text-align: center;}

.txt-u {
			color : #000000;
			text-decoration : none;
			font-size: 110%;	
		}
	
.txt-u:hover {
			color: #00CCFF;
			text-decoration : underline;
		}

td{ 
			font-size: 60%;
			}

h3{
			color: #D81418;
			}

/*LINKS*/


a {	
	color: #333333;
	}

a:link{
	color: #000000;
	text-decoration: none; 
	font-style: normal;
}

a:active{
	color: #000000;
	text-decoration: none;
	font-style: normal;
}

a:visited{
    color: #gg0000;
	text-decoration: none;
	font-style: normal;
}
a:hover{
	color: #ffffff;
	/*font-style: oblique;
	text-decoration: underline;*/
}


