html{
    height:100%;
	
}

body { 
	font:12px Arial, Helvetica, sans-serif;
	background: url(../img/bg-tile.png) repeat; 
	color: #444;
}

div#container{
    position:relative;
    width: 100%;
    height: auto !important;
    height: 100%;
    min-height:100%;
}
div#header{
    height:110px;
    width:800px;
    margin:0 auto;
	background: url(../img/bg-tile.png) repeat; 
	color: #444;
}
div#content{
    padding: 0 0 100px 0;
    width:800px;
    margin:0 auto;
}
div#footer{
    bottom:0;
	width:100%;
    height:50px;
    position:absolute;  
    text-align:center;
	background: url(../img/bg-tile.png) repeat; 
	color: #444;
}

.tableContenuto{
    width:780px;
	margin:10 auto;
}

.tableContenutoImg{
    width:240px;
}
.tableContenutoTesto{
    width:540px;
}

h1 {width: 800px; margin: 5px auto 5px; font-size: 16px; font-family: Georgia, Times New Roman, serif; font-weight: normal; font-style: italic; color: #777; }

.titoloHeader
{
	text-align:left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: blue;
	margin:0;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.titolo
{
	text-align:center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: blue;
	padding-top: 12px;
	padding-bottom: 3px;
}
.descrizioni {
	margin: 10;
	font-family: verdana, arial, sans-serif;
	font-size: 16px;
	font-variant:small-caps;
}