/* Layout pagina */
body{
	margin-top: 0px;
	margin-bottom: 0px;
	margin: 0px;
	font-family: verdana;
	font-size: 12px;
}

table,tr,td,p{
	font-family: verdana;
	font-size: 12px;
}

#pagina { 
	width: 800px;
	position: absolute; 
	left: 50%;
	margin-left: -400px;
}

#top{
	padding-top: 0px;
	height: 112px;
	width: 800px;
	clear: both;
	margin-bottom: 15px;
}

#menu{
	left: 0px;
	width: 150px;
	clear: none; 
	float: left;
}

#contenuto {
	clear: none; 
	float: left;
	padding-left: 25px;
}


#bottom {
	clear:both;
	background-color: #E67300;
	height: 15px;
	width: 800px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

	/* impostazioni: font, link, stile, ecc... */

a{
	color: #E67300;
	font-family: verdana;
	font-size: 12px;
	margin:0px;
	text-decoration: underline;
}

a:hover{
	color: #EA7500;
	font-family: verdana;
	font-size: 12px;
	margin:0px;
	text-decoration: underline;
}

.box_menu{
	height: 24px;
	width: 150px;
	border-bottom: 1px #CC6600 solid;
	vertical-align: middle;
}

.voce_menu{
	color: #E67300;
	font-family: verdana;
	font-size: 12px;
	margin:0px;
	text-decoration: none;
	width: 100%;
	line-height: 24px; 
}

.voce_menu:hover{
	color: #000000;
	font-family: verdana;
	font-size: 12px;
	margin:0px;
	text-decoration: none;
	width: 100%;
	line-height: 24px; 
}

.voce_menu_pic{
	color: #E67300;
	font-family: verdana;
	font-size: 10px;
	margin:0px;
	text-decoration: none;
	width: 100%;
	line-height: 24px; 
}

.voce_menu_pic:hover{
	color: #000000;
	font-family: verdana;
	font-size: 10px;
	margin:0px;
	text-decoration: none;
	width: 100%;
	line-height: 24px; 
}

h3{
	margin: 0px;
}