body {
	text-align:center;
	padding:0;
	margin:0;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	background:#FFFFE6;
	color:#93202D;
}

#corpo {
	margin:0 auto;
	width:760px;
	position:relative;
	text-align:left;
	border-width:0 2px;
	border-color:#E5E5B6;
	border-style:solid;
	padding-top:10px;
}

/* MENU */

#menu {
	position:relative;
	padding:5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:125%;
	text-transform:uppercase;
	font-weight:bold;
	background:#F2F2CE;
	margin:0 auto 5px auto;
	
}
#menu ul {
	margin:0 0 0 10px;
	padding:0;
}
#menu ul li {
	display:inline;
	margin-right:20px;
	background:url(grafica/barretta-menu.jpg) no-repeat left center;
	padding-left:8px;
}
#menu a:link, #menu a:visited {
	color:#93202D;
	text-decoration:none
}
#menu a:hover {
	text-decoration:underline
}
#menu span#lingua {
	position:absolute;
	top:5px;
	left:720px;
}

/* TESTATA */

#testata {
	margin:0 auto;
	width:760px;
	height:191px;
}
/* MENU TESTATA */

/* COLONNA LATERALE */
#colonna {
	width:206px;
	margin:0 0 0 10px;	 
	position:absolute;
	top:290px;
	left:0;
}

/* CONTENUTO */

#contenuto {
	margin:20px 5px 0 240px;
	min-height: 380px;
	height: auto !important;
	height: 380px;
}

#contenuto2 {
	margin:30px 30px 0 30px;
	min-height: 380px;
	height: auto !important;
	height: 380px;
}

h1 {
	color:#93202D;
	background:url(grafica/h1.jpg) no-repeat left center;
	padding-left:35px;
	font-family:"Times New Roman", Times, serif;
	font-size:200%;
	font-weight:bold;
	margin:0;
	

}

/* PIE DI PAGINA */

#footer {
	clear:both;
	margin:0;
	padding:5px 0;
	background:#F8F8D9;
	min-height: 17px;
	height: auto !important;
	height: 17px;
}

#footer p {
	margin:0 5px;
	color:#93202D;
}
#footer a:link, #footer a:visited {
	color:#93202D;
}
#footer a:hover {
	color:#93202D;
	text-decoration:none
}
#footer span#privacy {
	padding-left:110px
}
#crediti {
	text-align:right;
	margin:5px;
}
#crediti a:link, #crediti a:visited {
	color:#93202D;
	text-decoration:none
}

#crediti a:hover {
	text-decoration:underline
}

