html,body{
	margin: 0;
	padding: 0;
	background-color: White;
	background-image: url(imm/web-link76.gif);
}

h1{
	margin: 0;
	padding: 0;
	color: #003399;
	font-family: "Trebuchet MS", Arial;
	
}

ol{
    margin: 0;
    padding: 0;
    padding-top: 10px;
    }
	 
li{
	padding: 0;
	margin: 0; 
	/*list-style-image: url(imm/punt.gif);
	list-style-position: inside;
	padding-left: 10px;*/
	background-image: url(imm/punt.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: left center;
	padding-left: 35px;
	padding-bottom: 2px;
	margin-left: 10px;
	background-color: White;
	 
	margin-bottom: 2px;
	font-family: Trebuchet MS;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
}

a{
	padding: 0;
	margin: 0;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: medium;
	color: #AC2020;
	font-weight: bolder;
	text-decoration: none;
}

a:hover{
	/*background: white;
	color: #E69090;*/
	text-decoration: underline;
}

a:visited{
    color: #AC2020;
}

a.sito{
  color: white;
}

a.sito:visited{
  color: white;
}

a.creatori{
  color: white;
}

a.creatori:visited{
  color: white;
}

div#container{
	padding: 0;
	background-color: White;
	/*width: 960px;*/
	height: 600px;
	margin: 0px auto;
	text-align: left;
	border-left: 2px solid #003399; /*#AC2020;*/
	border-right: 2px solid #003399; /*#AC2020;*/
	/*margin-top: 10px;*/
}

div#header{
        margin-top: 0px;
	background-color: White;
	height: 8%;
	background-image: url(imm/sfondo_testata3.jpg);
	background-repeat: no-repeat;
	background-position: 100% 80%;   /*right;*/ /*border-right: 2px solid #AC2020;*/
	border-top: 2px solid #003399;/*#AC2020;*/
	border-bottom: 2px solid #003399; /*#AC2020;*/
}

div#navigation{
	background-color: White;
	margin: 0;
	padding: 0;
	float: left;
	width: 220px;
	height: 78%;
}

div#content{
	padding: 0;
	margin: 0;
	background-color: White;
	background-image: url(imm/sfondo3.jpg);
	background-repeat: no-repeat;
	background-position: center; /*background-color: #F4CEAE;*/
	margin-left: 200px;
	height: 83%;
}

div#footer{
	clear: both;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	color: white;
  /*color: #00008B;
	background-color: #F4BE91;*/
	background-color: #003399; /*#AC2020;*/
	text-align: center;
	font-family: Century Gothic;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	border-top: 2px solid #003399; /*#AC2020;*/
	border-bottom: 2px solid #003399; /*#AC2020;*/
	height: 7%;
}

