html,body{margin: 0;padding:0}
body{
	text-align: center;   /*centra in IE 5.x */
	font-family: georgia;
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(fondoweb2.png);
	
    }
	div#container{
	width: 760px;
	margin: 0px auto;   /*centra negli altri browsers*/
	text-align: justify;
	
}
div#left {
	width: 180px;
	float: left;
	padding: 2em;
	font-size: 10px;
	height: 451px;
	background-color: #FFFFFF;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-left-width: 1px;
	
}


td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*stili generici, su header e footer*/
div#header{
	background-color:#FFFFFF;
	color: #333333;
	padding: 0;
	font-family: georgia;
	font-size: 9px;
}
h1,h2{margin: 0;padding:0}
h1{
	padding-left:0em;
	font: 11px georgia;
	color: #333333;
}
h2{color: #999;font-size: 1.5em}




/*stili specifici per il layout*/
div#navigation{
	background-color:#FFFFFF;
	text-align: center;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-left-width: 1px;
}
div#content{
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;   /*centra negli altri browsers*/
	float: left;
	height: 500px;
	width: 490px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/*stili per la navigazione*/
div#navigation ul{margin: 0;padding: 0; list-style-type: none; }
div#navigation li{display: inline; margin: 0 0 0 1em;padding: 0} /*nota display: inline*/
div#navigation a{color:#9e0e9e;font: georgia;text-decoration: none; font: 16px georgia;}
div#navigation a:hover{color: #CC0066;text-decoration: none; font: 16px georgia;}
div#navigation a#activelink{color: #9e0e9e;text-decoration: none; font: 16px georgia;}

div#footer{
	text-align: center;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 760px;
	height: auto;
	float: left;
	visibility: visible;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: none;
	margin: 0px;
	padding: 0px;
}
div#end{
	text-align: center;
	background-color: #FFFFFF;
	color: #000;
	font-family: georgia;
	font-size: 10px;
	width: 750px;
	margin-bottom: 0px;
	float: left;
}
/*stampa*/
<style type="text/css" media="print">
/*la larghezza del container in fase di stampa verrą calcolata dal browser per occupare in larghezza solo la pagina di stampa*/

</style> 
#contenthome {
	background-color: #FFFFFF;
}
div#contenthome {
	background-color: #FFFFFF;
}
.link1 {
	font-family: georgia;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #cc0066;
	text-decoration: none;
}

