/******************/
/***** LAYOUT *****/
/******************/
/*** TESTATA ***/
.testata {
	width:100%;
	height:72px;
	background:url(../images/testata_sfondo.png) repeat-x;	
}
.testata_sx {
	width:8px;
/*	height:72px;
*/	float:left;
	background:url(../images/testata_sx.png) no-repeat top right;
}
.testata_centrale {
	background:#FFF;
	width:898px;
/*	height:72px;
*/	float:left;
	font-size: 10px;
}
.testata_dx {
	width:8px;
/*	height:72px;
*/	float:left;
	background:url(../images/testata_dx.png) no-repeat top left;
}
/*** INTRO ***/
.intro {
	width:100%;
	height:278px;
	background:url(../images/intro_sfondo.png) repeat-x;	
}
.intro_sx {
	width:8px;
	height:278px;
	float:left;
	background:url(../images/intro_sx.png) no-repeat top right;
}
.intro_centrale {
	background:#FFF;
	width:898px;
	height:278px;
	float:left;
	background:url(../images/intro.jpg) no-repeat top right;
}
.intro_dx {
	width:8px;
	height:278px;
	float:left;
	background:url(../images/intro_dx.png) no-repeat top left;
}
/*** MENU ***/
.menu {
	width:100%;
	height:60px;
	background:url(../images/menu_sfondo.png) repeat-x;	
}
.menu_sx {
	width:8px;
	height:60px;
	float:left;
	background:url(../images/menu_sx.png) no-repeat top right;
}
.menu_centrale {
	width:898px;
	height:60px;
	float:left;
	background:url(../images/menu_sfondo.png) repeat-x;
}
.menu_dx {
	width:8px;
	height:60px;
	float:left;
	background:url(../images/menu_dx.png) no-repeat top left;
}
/*** CORPO ***/
.corpo {
/*	width:100%; */
/*  height:100%; */
	background:#D4D4D4;
}
.corpo_sx {
	width:8px;
	float:left;
	height:100%;
	min-height:400px;
	background:url(../images/corpo_sx.png) repeat-y top right;
}
.corpo_centrale {
	background:#FFF;	
	width:898px;
	height:100%;
	float:left;
	min-height:400px;
	vertical-align:top;
	text-align:left;
}
.corpo_dx {
	width:8px;
	height:100%;
	float:left;
	min-height:400px;
	background:url(../images/corpo_dx.png) repeat-y top left;
}
/*** PIEDE ***/
.piede {
	width:100%;
	height:66px;
	background:url(../images/piede_sfondo.png) repeat-x;
}
.piede_sx {
	width:8px;
	height:66px;
	float:left;
	background:url(../images/piede_sx.png) no-repeat top right;
}
.piede_centrale {
	width:898px;
	height:66px;
	float:left;
	color:#FFF;
	text-align:center;
	background:url(../images/piede_sfondo.png) repeat-x;
	vertical-align:middle;
	line-height:66px;
}
.piede_dx {
	width:8px;
	height:66px;
	float:left;
	background:url(../images/piede_dx.png) no-repeat top left;
}

