body{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: verdana;
	font-size: 12px;
	color: #666666;
	background-image: url(immagini/sfondo.gif);
	background-position: center;
	background-repeat: repeat-y;
}

#pagina { 
	width: 760px;
	position: absolute; 
	left: 50%;
	margin-left: -380px;
}

#top{
	padding-top: 0px;
	/* background-image: url(titolo.jpg); */
	height: 302px;
	width: 760px;
}

#menu{
	top: 302px; 
	left: 0px;
	width: 205px;
}

#contenuto {
	top: 302px;
	clear:none; 
	float: right;
	text-align: center;
	width: 530px;
	text-align: left;
	padding-right: 10px;
}


#bottom {
	clear:both;
	height: 60px;
	width: 760px;
	margin-top: 15px;
	text-align: center;
	background-image: url(immagini/bottom.jpg);
}


ul.menu_cl{
	width: 205px;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu_cl li a{
	display: block;
	text-decoration: none;
	padding: 0;
	padding-left: 10px;
	height: 21px;
	line-height: 21px;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	border-bottom: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	background-color: #FFFFFF;
}

ul.menu_cl li a:hover{
	display: block;
	text-decoration: none;
	padding: 0;
	padding-left: 10px;
	height: 21px;
	line-height: 21px;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #B1BD11;
	border-bottom: 1px;
	border-bottom-color: #99CC00;
	border-bottom-style: solid;
	background-color: #FFFFFF;
}

ul.menu_cl li{ display: inline; }

.titolo_pagina{
	font-size: 16px;
	font-weight: bold;
	color: #889919;
}

.titolo_tabella{
	background-color: #889919;
	color: #FFFFFF;
	font-weight: bold;
}