body, html {
		margin:0;
		margin-top: 5px;		
		padding:0;
		background:#FFFEF5;
		background: #145635;		
		font-family: Verdana, Times New roman , serif , sans-serif;
		font-size:   9pt;
		line-height: 1.4em;		
	}
	
	body {
		min-width:750px;
	}
	
	#container {
		border: 2px solid #000000;
		background: #999999;
		margin:0px auto;
		width:760px;
   	background-image: url(../immagini/back.jpg) ;
		background-repeat: repeat-y;
	}
	
	#testa {
		border-bottom: 1px solid #000000;
		background-image: url(../immagini/testa.jpg) ;
		background-position: bottom right;
		background-repeat: no-repeat;
		height: 350px;
		margin:0 auto;
	}

	#main {
		border-left: 1px solid black;	
		float:right;
		width:590px;
		text-align:justify;
		line-height:1.3em;
		margin: 0;
		padding: 0px 10px;
    		background: #ffffff;
	}

	#main h1 {
		color: #E9B636;
		text-align:center;
		border-bottom: 1px dotted #E9B636;
		padding: 18px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14pt;
    		background: url(../immagini/h1.png);
		background-repeat: no-repeat;		
		/*background-position: right 0px;*/
		background-position: right -4px;
		cursor: hand;
		cursor: pointer;
	}


	#main h2 {
		color: #E9B636;
		text-align:center;
		padding:3px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12pt;
	}

	
	#main a, #main a:visited {
		color: #99440F;
		border-bottom:1px dotted #99440F;
		text-decoration:none;
		font-weight: bold;
	}

	#main a:hover {
		color: #f00;
		border-bottom:1px solid #f00;
	}
	
	#left {
		float: left;
		width:110px;
		padding-left:2px;		
		padding-right:10px;
		padding-top:10px;
	}

	#left #logo {
		margin-top:30px;
	margin-left: 5px;
		background: url(../immagini/logo.jpg);
		background-repeat: no-repeat;
		height:200px;
		
		
	}

	#footer {
		padding-top:5px;
		height:20px;
		border-top: 1px dotted #000000;
		clear:both;
		text-align:center;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:8pt;
		font-weight: bold;
		color:#f90;
		background: #333333;
	}
	
	#footer a {
		text-decoration: none;
		color:white;
	}

/* hover su tabelle*/
.ruler {
	margin:0px auto;
	margin-bottom:50px;
}

.ruler tr {

}

.ruler th , .ruler .no_hover{ /* testa tabella */
	text-align:			left;

	color:				#fff;
	border:				1px solid #000;
	font-size:			10pt;
	vertical-align:	middle;
	padding: 			2px 2px;
}

.ruler td {
	color:#000;
	border:1px solid black;
	cursor: pointer;
	cursor: hand;
}

tr.ruled {
	
}

