#container {
	width:800px;
	margin: 0px auto;  
	text-align: left;
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	text-align: center;
	background-color: #E4EAF2;
	margin:0px;
	background-image: url(offwhitestripes.gif);
	z-index:0;
	border: 0;
}

/*stili generici, su header e footer*/
div#header{
	background-color:#36C;
	background-image: url(header.jpg);
	height: 75px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	position:relative;

}
h1,h2,h3,h4{margin: 0;padding:0}
#header h1{
	position:absolute;
	top:4px;
	left:10px;
	font: bolder 2.3em/75px Verdana, Arial, Helvetica, sans-serif;
	color: #39526E;
}
#header h2{
	position:absolute;
	top:10x;
	left:10px;
	font: bolder 2.3em/75px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#footer h3{
	margin-right: 10px;
	font-size: 10px;
}
	
#content h2{
	color: #999;
	font-size: 16px;
	margin-left: 10px;
}


div#footer{
	text-align:right;
	background-color: #39526E;
	color: white;
	
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

div#footer a{
	font-weight: bold;
	text-decoration: underline;
	color: white;
}

/*stili specifici per il layout*/

div#content{
	background-color: #FFFFFF;
	border-top: #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
}

div#content p{
	margin: 10px;
	padding: 0;
}

/*stili per la navigazione*/
div#navigation{
	background-color:/*#9cf*/#39526E;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
div#navigation ul{
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	margin:0px;
}
div#navigation li {
	display:inline;
	padding-right:10px;
}
 /*nota display: inline*/
div#navigation a{
	color:white;
	font-family: verdana, arial;
	font-style: normal;
	font-size: 1.2em;
	font-weight: bold;
}
div#navigation a:hover{
	text-decoration:underline;
}
.bordogrigio {
	border: 1px solid #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration: none;
}

.articolodi
{
	font-family:"Courier New", Courier, mono;
	color: #999;
}

.colonna
{
float:left;
}

.nopunti {list-style-type:none; margin-right:0px;}
.dateannofoto {font-size: 9px; list-style-type:none; color:#999999}

