/* CSS layout */
.corpo{color: #000000;	font-family: century gothic;	font-size: 14px;}
.testo{color: #000000;	font-family: century gothic;	font-size: 12px;}
.titolo {color: #806655;	font-family: Vivaldi;	font-size: 36px;}
.tit {	color: #584B26;	font-family: century gothic;	font-weight: bold;	font-size: 26px;}
.menu{color: #3F361B;	font-family: Trebuchet MS;	font-weight: bold;	font-size: 16px;}
.titoletto{	color: #886C60;	font-family: century gothic;	font-size: 16px;}
.text{color: #B3994D;font-family: century gothic;font-weight: bold;font-size: 12px;}
.txt{color: #9C8643;font-family: century gothic;font-size: 12px;}

.menu a:link {color:#FFFFFF;text-decoration:none;}
.menu a:visited {	text-decoration: none;	color:#FFFFFF;}
.menu a:hover {text-decoration: none;color:#3F361B ;}
a:link	{color: #000000; text-decoration: underline}
a:visited {color: #000000; text-decoration: underline}
a:hover { color: #000000; text-decoration:underline}
.txt a:link {color:#9C8643;text-decoration:none;}
.txt a:visited {	text-decoration: none;	color:#9C8643;}
.txt a:hover {text-decoration: none;color:#3F361B ;}



body {
background:#584b26;
margin-top: 1px;
}
img {border: none;}
a img {border: none;}

* {
padding: 0; margin: 0;
}
td p1{
vertical-align: top;
 font: 11px/13px verdana,arial,helvetica; 
 text-align: left;
 font-style:oblique;
 border: 0; /* serve per evitare cornici alla tabella e alle celle */
}



#intestazione {	
	position:relative;
	height: 230px;
	width:auto;
	margin-top:0px;
}
#intestazione a { 
	text-decoration: none; 
	color: #000fff;
}
#header {
position:relative;
background:url('images/varie/top.jpg') no-repeat;
	height: 250px;
	width:auto;
	margin-top:0px;
}

#container {
	position: relative;
	width: 760px;
	margin: auto;
	background: url('images/varie/fondo.jpg'); 
margin-top: 0px;
	margin-bottom: 0px;
	top: 0px;
}


