/* CSS layout */
.corpo{	
	color: #0E142C;
	font-family: century gothic;
	font-size: 14px;
}
.txt{	
	color: #09102C;
	font-family: century gothic;
	font-size: 16px;
}

.menu{	
	color: #09102C;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

.titoletto{	
	color: #886C60;
	font-family: century gothic;
	font-size: 16px;
}

.titolo{
	color: #806655;
	font-weight: bold;
	font-family: century gothic;
	font-size: 20px;
}




a:link {
	color:#09102C;
	text-decoration:none;
}
a:visited {
	text-decoration: none;
	color:#09102C;
}
a:hover {
	text-decoration: none;
	color: #8A6D5B;
}



body {
background:url('images/varie/sfondo.jpg');
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: #ffffff; 
margin-top: 0px;
	margin-bottom: 0px;
	top: 0px;
}

