/*stili per il layout fisso con background*/
html,body{
  margin: 0;
	padding:0;
}

body{
	font-family: tahoma, helvetica, arial, sans-serif;
	text-align:center;
	font-size: 12px;
	background-image: url(./sfondoRosso.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
}
/*CONTAINER e HEADER imposto gli attributi comuni: larghezza margini bordi*/	
div#container, div#header, div#footer{
	width:900px;
	margin:0 auto;
	text-align: left;
/*	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-left-color: #ccc;  */
}	

/*HEADER */
div#header {
	height: 190px;
/*	background-color: #0000FF;
	background-image: url(./sfondoHeader.gif); */
}
/*CONTAINER imposto lo sfondo*/
div#container{ 
  clear:both;
  background: #FFFFFF url(./sfondoContent.gif); }

div#footer{
	background-image: url(./sfondoFooter.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	text-align: center;
}

div#footer a{
	color:#0000FF;
	font-weight: bold;
	text-decoration: underline; }

div#navigation ul{margin:0;padding:0;list-style-type:none;}
div#navigation li{margin:0;padding-top:10;}
div#navigation a{
	font-style:normal;
	font-family:arial, sans-serif;
	color: #000000;
	font-weight:bold;
	text-decoration:none;
	font-size: small;
}
div#navigation td {
	background-color: #CC6666;	padding : 5 ;
	}
	
div#navigation a:hover{color:#FFFFFF;}
div#navigation a#activelink{color:#cccccc;}