/* CSS layout */
.corpo{	
	color: #FAF8F1;
	font-family: century gothic;
	font-size: 14px;
}
.home{	
	color: #FFFFFF;
	font-family: century gothic;
	font-size: 14px;
}
.testo{	
	color: #9A7838;
	font-family: century gothic;
	font-size: 14px;
}
.menu{	
	color: #FFFFFF;
	font-family: century gothic;
	font-size: 15px;
}
.txt{	
	color: #4D370E;
	font-family: century gothic;
	font-size: 14px;
}

.titolo{
	color: #47371B;
	font-weight: bold;
	font-family: century gothic;
	font-size: 18px;
}




a:link {
	color:#FFFFFF;
	text-decoration:none;
}
a:visited {
	text-decoration: none;
	color:#FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #2E1807;
}



body {
background:#A09A47;
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;
}

