html{/*	overflow: -moz-scrollbars-vertical; /* visualizza sempre la scrollbar laterale per firefox */
	overflow-y:scroll;
	overflow-x:auto;
	overflow:moz-scrollbars-vertical
}

body{
	background-color: White;
	font-family: 'Times New Roman', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin:0px 0px; padding:0px;
}

#container{
	width: 950px;
	position: absolute;
	height: 600px;
	top: 50%;
	margin-top: -330px;
	left: 50%; margin-left: -475px;
}

#container_index{
	background-image: url(img/index.jpg);
	width: 700px;
	position: absolute;
	height: 428px;
	top: 50%;
	margin-top: -214px;
	left: 50%; margin-left: -350px;
}

#box_grey{
	width: 950px;
	height: 507px;
	background-color: #E7E7E7;
	margin: 0px auto;
	margin-top: 100px;
	position: absolute;
	font-size: 11px;
}


#footer{
	background: #fff;
	position: absolute;
	bottom: 0px; 
	width: 100%; 
	height: 15px;
	text-align: center;
	z-index: 3;
	font-size: 90%;
	color: #9F9F9F;
 } 

#menu_left{
	width: 180px;
	height: 612px;
	top: 20px;
	left: 21px;
	position: absolute;
	z-index: 99;
	font-size: 11px;
	line-height: 15px;
}

#menu_left_bg{
	width: 180px;
	height: 612px;
	position: absolute;
	z-index: 98;
	top: 20px;
}

#menu_bottom{
	top: 78px;
	width: 920px;
	position: relative;
	margin: 0px auto;
	word-spacing: 15px;
}

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


h1{
	font-family: 'Times New Roman', Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	display: inline;
}

h2{
	font-family: 'Times New Roman', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	display: inline;
}

h3{
	font-family: 'Times New Roman', Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: inline;
	color:#666;
}



a:link {
color:#666666; text-decoration:none
}
a:visited {
color:#666666; text-decoration:none
}
a:active {
color:#333; text-decoration:none
}
a:hover {
color:#333; text-decoration:none;
}
a:focus {
    moz-outline: 0px;
    outline: 0px;
    outline-offset: 3px;
}

a.home:link {
color:#999; text-decoration:none;
}
a.home:visited {
color:#999; text-decoration:none;
}
a.home:active {
color:#333; text-decoration:underline;
}
a.home:hover {
color:#333; text-decoration:underline;
}
