body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
 	background-color: blue;
	background-image: url("immagini/bg.gif");
	background-repeat:repeat;
	width: 800px;
	margin: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	text-align: center; 
 	color:white;
 }

a
{
	color:white;
}

hr
{
	width:800px
}

div#testo
{
	background-image: url("immagini/bgTesto.gif");
	background-repeat:repeat-y;
	
	text-align:center;
	font-size:14px;
 	color:white;
	

}

/*<<<<<<<<<<<<<<<<<NAVIGATION<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
table#navigation
{
/*	border:1px solid #fff;*/
	border-width:inherit;
	width: 800px;

}
table#navigation td
{
/*	border:1px solid #fff;*/
	vertical-align: bottom;
/*	height:20px;*/
	text-align:center;
}

table#navigation div
{
/*	border:1px solid #fff;*/
	text-align: center;
	
	width: 800px;
}
table#navigation a
{
	float:left;
	width: 160px;
	line-height: 31px;
	text-decoration: none;
	text-align: center;
/*	text-indent: 20px;*/
	background: url("immagini/pulsanteOFF.gif") no-repeat top left;
    	color: white;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold;
	font-size: 12px;
}

table#navigation a:hover
{
    	background: url("immagini/pulsanteHOVER.gif") no-repeat top left;
	color: red;
	cursor: hand


}

table#navigation a#activelink
{
    	background: url("pulsanti/menuHOVER.gif") no-repeat top left;
	color: #fff
}

hr#fineFloat
{
	clear:both;
}

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/*<<<<<<<<<<<<<<<<<SUBMENU<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
table#submenu
{
/*	border:1px solid #fff;*/
	background-color: #cad4dc;
/*	clear:both;*/
	width: 800px;


}
table#submenu td
{
/*	border:1px solid #fff;*/
	text-align:right;
	height: 15px;

}
table#submenu div
{
	text-align: right;
	background-color: #cad4dc;

}
table#submenu div a
{
	float:left;
	line-height: 20px;
	text-decoration: none;
	text-align: right;
	padding-left: 10px;
/*	background: url("pulsanti/menuOFF.gif") no-repeat top left;*/
	background-color: #cad4dc;
    	color: red;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold;
	font-size: 12px;

}
table#submenu td a
{
	text-decoration: none;
	text-align:right;
	height: 20px;
	background-color: #cad4dc;
    	color: red;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold;
	font-size: 12px;
}

/*table#submenu div#guest a
{
	float:left;
	line-height: 20px;
	text-decoration: none;
	text-align: right;
	padding-left: 10px;
/*	background: url("pulsanti/menuOFF.gif") no-repeat top left;* /
	background-color: #dddcfa;
    	color: #333;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold;
	font-size: 10px;

}*/

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/*<<<<<<<<<<<<<<<<<INTESTAZIONE<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
table#intestazione
{
/*	border:1px solid #fff;*/
/*	height: 104px;*/
	width: 800px;
}
table#intestazione td
{

/*	border:1px solid #fff;*/
	text-align:center;
	width: 800px;

}
/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

