@charset "utf-8";
/* CSS Document */

/*EXTRA----------------------------------------------------------------------*/
.Stile1 {
	font-family: Tahoma, Georgia, Arial, "Times New Roman";
	font-size:18px;
	font-weight: bold;
}

.Stile2 {
	font-family: Tahoma, Georgia, Arial, "Times New Roman";
	font-weight: bold;
}

.Stile3 {
	font-family: Tahoma, Georgia, Arial, "Times New Roman";
	font-size:21px;
	font-weight: bold;
}

img {
	border-style: none;
    border-color: inherit;
    border-width: 0px;
    text-align: center;
}

A:LINK {
 color : red;
 text-decoration: none;
 font-weight:bold;
}

A:VISITED {
 color : red;
 text-decoration: none;
 font-weight:bold;
}

A:HOVER {
 text-decoration: none;
 color : yellow;
 font-weight:bold;
}

#pag_corrente {
	color: yellow;
}

#onlyforexplorer {
	text-align:center;
}

#Tabella_01 {
	margin: 0 auto;
	left:0px;
	top:0px;
	width:1024px;
}

/*BODY------------------------------------------------------------------------*/
body {
	background-color:#000000;
	color:yellow;

}


/*TESTATA--------------------------------------------------------------------*/
#testata {
	float:left;
	left:0px;
	top:0px;
	width:1024px;
	height:160px;
}

/*CENTRO---------------------------------------------------------------------*/
#centro {
	float:left;
	width:1024px;
	height:488px;
}

	#menu_sx {
		float:left;
		width:160px;
	}
	
	#corpo {
		float:left;
		width:624px;
	}
	
		#corpo_storia {
			float:left;
			width:664px;
		}
	
	#menu_dx {
		float:left;
		width:200px;
	}


/*FOOTER---------------------------------------------------------------------*/
#footer {

	float:left;
	width:1024px;
	height:120px;
}
