html, body {
	margin:0px;
	padding:0px;
	height:100%;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(immagini/barra_verticale.jpg);
	text-align:center;
}

div#container{
	position:relative;
	width:750px;
	height:100%;
	margin:0 auto;
	text-align:left;
	background-image: url(immagini/top.gif);
	background-repeat: no-repeat;
	background-color:#E7F2FE;
}

body>div#container{
	height:auto;
	min-height:100%;
}

td {
	margin:0px;
	padding:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

dt{
margin:0;
padding:0;
font-variant:small-caps;
font-weight:bold;
padding-left:5em;
padding-bottom:2em;
background:url(immagini/bassotuba.gif) no-repeat;
letter-spacing:0.1em;
}

dd{
margin:0;
margin-bottom:1em;
padding:0 0 2em 5em;
}

div#header{
	border-bottom-style:solid;
	border-bottom-width:medium;
	border-bottom-color:#336699;
}

div#navigation{
	float:left;
	width:170px;
	height:100%;
}

div#content{
	padding:30px 10px 45px 10px;
}

div#content p{
	line-height:1.3em;
}

div#footer{
	position:absolute;
	bottom:0;
	width:100%;
	color:#000;
	text-align:center;
	border-top-color:#E0E0E0;
	border-top-style:solid;
	border-top-width:thin;
	background-image: url(immagini/bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

a:link, a:visited {
	color:#000000
}

a img { border: 0; }

.emp1 {
	font-weight: bold;
	color: red;
}

.emp2 {
	font-weight: bold;
	font-style:italic;
}

.big {
	font-size: 16px;
	font-weight: bold;
	color: red;
}

.xbig {
	font-size: 24px;
}