@charset "UTF-8";
body{
	margin:0;
	background-image:url(images/texture.jpg);
}
#linea_marrone{
	background-image:url(images/linea_marrone.png);
	background-repeat:repeat-x;
	margin-top:-20px;
	}
#linea_marrone_head{
	position:absolute;
	z-index:8;
	margin-left:-94px;
	height:38px;
	width:968px;
	background-image:url(images/linea_marrone.png);
	background-repeat:repeat-x;
	}
#ghiri_menu{
	width:48px;
	height:28px;
	left:40px;
	background-image:url(images/ghiri_menu.png);
	background-repeat:no-repeat;
	margin-top:-3px;
	position:relative;
	z-index:10;
	}
#cnt{
	width:779px;
	margin: 0 auto;
	}
#ombra{
	width:968px;
	background-image:url(images/sfondo_ombra.png);
	background-repeat:repeat-y;
	margin: 0 auto;
}
#header{
	width:779px;
	height:190px;
}
#menu{
	padding-left:45px;
	background-image:url(images/sfondo_menu.jpg);
	background-repeat:repeat-x;
	width:734px;
	height:31px;
	position:relative;
	z-index:5;
}
#corpo{
	background-color:#fff;
	width:642px;
	margin: 0 auto;
	margin-top:5px;
}
.testo{
	font-family:Verdana, Geneva, sans-serif;
	color:#3c3427;
	font-size:12px;
}
.testo a{
	font-family:Verdana, Geneva, sans-serif;
	color:#3c3427;
	font-size:12px;
	text-decoration:none;
}
.testo a:hover{
	text-decoration:underline;
}
.testo_corsivo{
	font-family:Verdana, Geneva, sans-serif;
	color:#3c3427;
	font-size:12px;
}
.testo_corsivo a{
	font-family:Verdana, Geneva, sans-serif;
	color:#3c3427;
	font-size:12px;
	text-decoration:none;
}
.testo_corsivo a:hover{
	text-decoration:underline;
}
#titolo{
	margin-left:-15px;
	margin-bottom:15px;
}
#rett{
	padding-left:10px;
	padding-right:10px;
	width:620px;
	border:1px solid #e1dcd6;
}
.testo_ita{
	font-family:Verdana, Geneva, sans-serif;
	color:#3c3427;
	font-size:12px;
	font-style:italic;
	}
#footer{
	padding-top:10px;
	text-align:center;
	background-image:url(images/footer.png);
	width:968px;
	height:149px;
	margin: 0 auto;
	font-family:Verdana, Geneva, sans-serif;
	color:#3c3427;
	font-size:11px;
}
#footer a{
	font-family:Verdana, Geneva, sans-serif;
	color:#3c3427;
	font-size:11px;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

#logo{
	position:absolute;
	z-index:10;
	margin-left:-90px;
	width:285px;
	height:180px;
	background-image:url(images/logo.png);
	}
#left {
	text-align:center;
	width:320px;
	float:left;
}
#right {
	margin-left:350px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
