/*
	Realizzato da Marco GRAZIA
	per Annamaria MARTINIS
	
	versione 0.0.1
	26 marzo 2007
*/
body#index, html {
	height: 100%;
	margin: 0;
}
body#index {
	background: #1E1515;
	color: #f5f5f5;
	font: 100 90% Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
.ripristina {	clear: both;}
strong {	font-weight: bold;}
img {	border: none;}
hr {	display: none;}

/* Sito */
/* contiene l'immagine */
#box {
	position: absolute;
	width: 477px;
	min-height: 342px;
	height: auto !important;
	height: 342px;
	top: 50%;
	left: 50%;
	margin: -220px 0 0 -238px;
	/*
	padding: 3px;
	border: 2px solid #FFD499;
	*/
}

/* contiene il testo */
#box h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 3.5em;
	text-align: center;
	text-transform: capitalize;
	margin: 0.3em 0 0.3em 0;
	padding: 0;
}
#box h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.9em;
	font-weight: normal;
	text-align: center;
	margin: 0.3em 0 0.3em 0;
	padding: 0;
}
#box p {
	padding: 0.5em 0 0.5em 0;
	margin: 0 1em 0 1em;
}
#menu {
	width: 100%;
	margin: 0 0 0 -50px;
	padding: 0.5em 0;
	font-weight: bold;
	list-style: none;
}
#menu li {	
	display: inline;
	margin: 0;
	height: 0;
	border-left: 1px solid #f5f5f5;
	padding: 0 1em;
}
#menu li.primavoce {	border-left: none;}
#menu a  {	white-space: nowrap;}
#menu a:link, #menu a:visited {
	background: transparent;
	color: #f5f5f5;
	text-decoration: underline;
}
#menu a:hover, #menu a:focus, #menu a:active {
	background: #f5f5f5;
	color: #000;
	text-decoration: none;
}