/*stili per il layout fisso con altezza minima*/
html,body{
	margin: 0;
	padding:0;
	height:100%;
	list-style-type: none;
}
body{
	font-family: arial, sans-serif;
	font-size: 76%;
	text-align: center;
	background-attachment: scroll;
	background-image: url(images/newlogo_white.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #333333;
	background-color: #EFEFEF;
	list-style-type: none;
}
div#container{
	position:relative;
	width: 940px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	list-style-type: none;
}
body>div#container{
	height:auto;
	min-height:100%;
	list-style-type: none;
}

/*stili generici, su header e footer*/
div#header{
	text-align: center;
	color: #999999;
	height: 43px;
	font-size: large;
	font-weight: normal;
	line-height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#footer_right{
	text-align: center;
	width: 770px;
	line-height: 15px;
}
div#footer_left{
	text-align: left;
	width: 55px;
	background-attachment: scroll;
	background-image: url(images/logo2SOPRAsinistra.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 43px;
}

div#content{
	padding: 1em 1em 5em;
}

div#footer{
	position: absolute;
	bottom:0;
	width: 100%;
	color: #6E6E6E;
	text-align:center;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 10px;
}

div#footer2{
	position: absolute;
	bottom:0;
	width: 100%;
	text-align:center;
	background-image: url(images/logo2sottosinistra.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 60px bottom;
	height: 50px;
}

h1,h2{margin: 0;padding:0}
h1{
	padding-left:0.5em;
	font-family: arial, serif;
	font-size: large;
	line-height: 30px;
	font-weight: bold;
}
h2{color: #999;font-size: 1.5em}

#links {
	list-style-type: none;
}

#links #link_txt {
	float: no;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding: 2px;
	list-style-type: none;
}
#link_txt ul {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: center;
	list-style-type: none;
}
#link_txt li {
	display: inline;
	color: #999999;
	font-size: small;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 40px;
	margin-left: 40px;
	list-style-type: none;
}

#link_txt a {
	color: #666666;
	font-size: small;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	list-style-type: none;
}

#menuVertic_1 {
	position:relative;
	color: #999999;
	font-size: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#items1 {
	position:absolute;
	top:76px;
	left:110px;
	width:130px;
	text-align: left;
	list-style-type: none;
	line-height: 25px;
}
#items2 {
	position:absolute;
	top:76px;
	left:301px;
	width:130px;
	text-align: left;
	list-style-type: none;
	line-height: 25px;
	background-color: #EFEFEF;
}
#fotografia {
	position:absolute;
	top:80px;
	left:270px;
	width:180px;
	z-index:100;
	background-color:#FFFF00;
}

</style>
