/* css Zen Garden default style v1.02 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */

/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
html {
	margin: 10;
	padding: 10;
	}
body { 
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.88889;
	color: #6D6661; 
	background: #FFFFFF ; 
	margin: 0; 
	padding: 0;
	
	}
	

p { 
	margin-top: 0; 
	text-align: justify;
	}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #79716c;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #79716c;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #625953;
	}
	
a:active { 
	text-decoration: underline; 
	color: #79716c;
	}
acronym {
	border-bottom: none;
	}

/* specific divs */

#testata {
	background: url(testata_bianca.jpg);
	height: 102px;
	width: 900px;
	align: center;
	position: relative;
	}

#centrale { 
    font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: url(grey.jpg) repeat-x top center; 
	height: 500px;
	width: max;
	align: center;
	position: relative;
		}
	
	
#menu {
	background: #FFFFFF;
	position: relative;
	width:899px;
	height:20px;

}


#testo { 
    font: 100% Verdana, Arial, Helvetica, sans-serif;
	height: 500px;
	width: max;
	align: center;
	position: relative;
}

.titolo {
	font-family: "Arial Black";
	font-weight: bold;
	font-size: x-large;
	color: #573E48;
	
}
.redazionale {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
