body {
	font-family : Trebuchet, Verdana, sans-serif;
	font-size:1em;
	background-color : #EBDCB4;
	color : #52493C;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 1px;
}
h1 {
	font-size:1.5em;
	margin-bottom:0px;
}
h2 {
	font-size:1.4em;
	margin-bottom:0px;
}
h3 {
	font-size:1.3em;
	margin-bottom:0px;
}
h4 {
	font-size:1.1em;
	margin-bottom:0px;
}
h5 {
	font-size:1em;
	margin-bottom:2px;
	border-top:solid 1px #c0c0c0;
}

a:link {
	color:#8F8F8F;
}
a:visited {
	color : #CF9F4D;
	text-decoration : none;
}
a:hover {
	color : #800000;
	text-decoration : underline;
}
a:active {
	color : #000000;
	text-decoration : underline;
}

/*######## stili comuni ########*/
.header{
  margin:0px;
  height:180px;
	background-image:url(./head-bg.png);
	background-repeat:repeat-y;
}
.date {
  color:#c0c0c0;
  font-style:italic;
}
.content {
  margin-left:65px;
  margin-top:20px;
  margin-bottom:15px;
  font-size:1.1em;
  font-weight:200;
}
.footer {
	height:33px;
	margin-top:50px;
	padding-top:9px;
	margin-left:70px;
	color:#85795D;
	text-align:left;
	background-image:url(./);
	background-repeat:no-repeat;
	background-position:top center;
	font-size:0.7em;
}
.menu {
	width:100%;
  background-image:url(./brick.gif);
	background-repeat:repeat-x;
}
.news {
  padding-top:4px;
  padding-bottom:20px;
  padding-left:24px;
  border-top: solid 1px #B04B4B;
}
.newsTit {
  margin-left:20px;
  margin-bottom:9px;
}
.note {
	font-size:0.8em;

	
}
