body{
	background-color: #000033;	
	}
#riquadro_sito{
	height: 600px;
	width: 800px;
	border: 1px solid #CCC;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	}	
#sfondo_top{
	background-image: url(../images/sfondo_top.png);
	background-repeat: no-repeat;
	height: 90px;
	width: 800px;
	position: relative;
		}
#parte_centrale{
	background-color: #FFF;
	height: 400px;
	width: 800px;
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
	}
#parte_centrale img {
	display: none;
	position:absolute;
	top:0px;
	right:0px;
}
#parte_centrale_no_sf{
	background-color: #FFF;
	height: 400px;
	width: 800px;
	position: relative;
	}
#parte_centrale_destra{
	background-color: #FFF;
	height: 400px;
	width: 486px;
	float: right;
	cursor:default;
	}
#parte_centrale_sinistra{
	height: 400px;
	width: 310px;
	background-image: url(../images/parte_centrale_sinistra.png);
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
	cursor:default;
	}
#bottom{
	background-image: url(../images/sfondo_botton.png);
	height: 110px;
	width: 800px;	
	}
td.menu{
	height: 60px;
	width: 150px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
	line-height: 60px;
	vertical-align: middle;
	text-align: center;
	}
a.testo_sottomenu,a.testo_sottomenu:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	}
a.testo_sottomenu:hover{
	font-weight: bold;	
	}
a.menu,a.menu:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFF;
 	text-decoration: none;
	}
a.menu:hover{
	font-weight: bold;	
	}
.testo_bottom{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;	
	}
.titoli_bottom{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFF;
	}
#bottom a{
	color: #FFF;	
	}
.titoli_centro{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;	
	}
.mini_titoli_centro{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F00;
	}
.testo_centro{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	}
hr{
	width: 300px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	float: left;
	height: 3px;
	}
	h1{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 42px;
	color: #000;
	text-align: center;
		}
		
input.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	height: 14px;	
	}
	
ul.menu{
	list-style-type:none;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	}
	
ul.menu li{
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
}

ul.menu li a, ul.menu li a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #3333CC;
}

ul.menu li a:hover{
	color: #FF0000;
}

ul.menu ul li{
	margin-top: 2px;
	margin-bottom: 2px;
}

ul.menu li ul{
	display:none;
	list-style-type:none;
	margin:0;
	padding-left: 5px;
}

ul.menu li:hover ul{
	display:block;
}
