#sfondo {
	top: 0px;
	left: 50%;
	margin-left: -500px;
	position: absolute;
	width: 1000px;
	height: 600px;
	z-index: 1;
	background-color: #FFFFFF;
	background-image: url(../Imm/Sfondo_profilo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu {
	top: 390px;
	left: 50%;
	margin-left: -435px;
	position: absolute;
	width: 132px;
	height: 150px;
	z-index: 2;
	vertical-align: top;
}

#profilo {
	top: 190px;
	left: 50%;
	margin-left: -280px;
	position: absolute;
	width: 570px;
	height: 330px;
	z-index: 3;
	vertical-align: top;
}

#scheda {
	top: 160px;
	left: 50%;
	margin-left: 310px;
	position: absolute;
	width: 190px;
	height: 440px;
	z-index: 20;
}

#text_scheda {
	top: 200px;
	left: 50%;
	margin-left: 320px;
	position: absolute;
	width: 170px;
	height: 390px;
	z-index: 21;
}



.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}  

a.menu:hover  {
	color: #DD3636;
}   

.menu_on  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    color: #DD3636;
	text-decoration: none;
	font-weight: bold;
} 



.text  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}  

a.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}  

a.text:hover  {
	color: #DD3636;
}

.text_red  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #DD3636;
}  


