/* CSS layout */


.menu{	
	color: #000000;
	font-weight: bold;
	font-family: century gothic;
	font-size: 16px;
}

.testo{	
	color: #151C33;
	font-family:"Arial";
	font-size: 16px;
}

.titolo{
	font-family:"Century gothic";
	font-size: 26px;
	color: #F08014;
}
.titoletto{
	font-family:"Century gothic";
	font-size: 16px;
	color: #F08014;
}





a:link {
	color:#151C33;
	text-decoration:none;
}
a:visited {
	text-decoration: none;
	color:#151C33;
}
a:hover {
	text-decoration: none;
	color: #F7710E;
}



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: 250px;
	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;
}


