body {
	margin: 0px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial;
	font-size: 11px;
	line-height: 22px;
}

#content {
	width: 890px;
	margin-left: -445px;
	position: absolute;
	left: 50%;
	background-image: url(img/pattern_sfondo.png);
	background-repeat: no-repeat;
	background-position: top;
}
.colSx, .colDx {
/*per correggere il bug di explrer 6 che raddoppia i margini degli elementi flottanti*/
	display: inline;
	float: left;
	width: 365px;
	margin-top: 30px;
	margin-right: 60px;
	margin-bottom: 30px;
	margin-left: 20px;
}
#footer {
	clear: left;
	height: 40px;
	width: 890px;
	margin-top: 40px;

/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/footer.png');
	
	}

/* IE ignores styles with [attributes], so it will skip the following. */
#footer[id] {
  background-image:url(img/footer.png); 
}


p {
	margin-top: 5px;
	margin-bottom: 8px;
}

h1 {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	clear: left;
}
ul {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
li {
	list-style-type: disc;
}
a {
	font-weight: bold;
	color: #003366;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003366;
	text-decoration: none;
}
.notizia h2 a {
	border-bottom-style: none;
	color: #333333;
}

a:hover {
	background-color: #003366;
	color: #FFFFFF;
}
.notizia {
	margin-bottom: 30px;
	width: 600px;
}
.notizia h2 {
	font-size: 12px;
	font-style: italic;
	margin-bottom: 5px;
	margin-top: 5px;
}
.notizia  h3 {
	font-size: 14px;
	margin-top: 5px;
}

.notizia p {
	margin-bottom: 10px;
}
