/*------------ BASE ----------- */
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../img/bg_top_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #090806;
	margin: 0px;
}
/*------------ MENU ----------- */
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #e8c691;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #e8c691;
	text-decoration: none;
}
a:hover {
	color: #d58040;
	text-decoration: none;
}

#testo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #f5e9d6;
	text-decoration: none;
	text-align: justify;
	width: 380px;
	float: left;
	line-height: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}
#menu {
	float: left;
	width: 120px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#servizi {
	color: #f5e9d6;
	padding: 10px;
	width: 170px;
	display: inline;
	float: right;
	font-size: 10px;
	list-style-image: none;
}

