* {
padding: 0;
margin: 0;
}
html, body {
height: 100%;
}
body {
	font-family: "Trebuchet MS", arial, geneva, lucida, sans-serif;
	font-size: 10.6pt;
}
h1 {
font-size: 1.4em;
padding: 10px 10px 0;
}
p {
padding: 0 10px 1em;
}
#container {
min-height: 59%;
background-color: #fff;
background-image: url('./pics/sfondo-centro.png');
background-position:center;
background-repeat:repeat-y;
width: 100%;
margin: 0 auto;
text-align:center;
}

img{
	border:0px;
}
div#scale
{
	width:740px;
	margin:auto;
	text-align:left;
}

.boxone
{
	width:500px;
}

.innerbox
{
	text-align:justify;
	padding:10px;
}

a:link
{	/*9d603c*/
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:visited
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active
{
	color: #153;
	background-repeat:repeat-y;
} 

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menu {
	width: 200px;
	margin: 10px;
	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #333;
	display: block;
	background:  url('pics/menu.gif');
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #FFF;
	background:  url('pics/menu.gif') 0 -32px;
	padding: 8px 0 0 10px;
	}	

