/* CSS Document */
body {
	background-color:	#FFFFFF;
}
H1, p {
 	font-family:		Monotype Corsiva;
}

div#pagina{
	position:			relative;
	text-align:			center;
}

div#centro{
	position:			relative;
	background-image:	url(sfondo.png);
	background-repeat:	repeat-y;
	width:				900px;
	margin-left:		auto;
	margin-right:		auto;
	border:				1px solid black;
	/*background:			#DCD0EA;*/
	text-align:			left;
	overflow:			hidden;
}

div#header{
	position:			relative;
	width:				900px;
	margin-left:		auto;
	margin-right:		auto;
	/*border:			1px solid black;*/
	/*background:			#DCD0EA;*/
	text-align:			left;
	overflow:			hidden;
	background-image:	url(header.png);
	/*background-color: #669966;*/
	/*z-index: +1;*/
	/*background-repeat: no-repeat;
	background-position: right top;*/
	height: 			245px;
	/*background-color: #0066B2;*/
}

div#slideshow {
	
	position:			absolute;
	margin-top:			240px;
	margin-left:		200px;
	
}

div#girasole{
	background-image:	url(girasole.png);
	position:			relative;
	height:				236px;
	width:				236px;
	float:				right;
	/*background-color:	#FFFFFF;*/
}

div#menu{
/*	border:				1px solid black;*/
	position:			relative;
	width:				200px;
	min-height:			500px;
	float:				left;
	margin-top: 		-80px;
	min-height:			580px;
}
div#corpo{
	position: 			relative;
	margin:				15px;
	float:				right;
	width:				665px;
	margin-top: 		-50px;
	min-height:			500px;
/*	border:				1px solid black; */
}

div#tabella{
	text-align:			center;
	margin-top:			50px;
	
}

div#immagini{
	text-align:			center;
	margin-top:			50px;
	
}

div#footer {
	background-color: 	#669966;
	color:				#000000;
	font-size:			18px;
	font-family: 		Monotype Corsiva;
	/*height:				80px;*/
	text-align: 		center;
	width: 				900px;
	float: 				left;
	position: 			relative;
	padding:		 	12px;
	
}
div#viola{
	background-image:	url(viola.png);
	position:			absolut;
	height:				162px;
	width:				200px;
	float:				left;
	margin-top:			-115px;
	margin-left:		-40px;
	/*background-color:	#FFFFFF;*/
}


/*------------------------------ Menù ------------------------------*/
p.menu {
	font-family: 		Monotype Corsiva;
	text-align:			center;
	font-size:			22px;
	line-height:		20px;
}
p.menu a:link {
	text-decoration:	none;
	color:				#669966;
}
p.menu a:visited {
	text-decoration:	none;
	color:				#669966;
}
p.menu a:hover {
	text-decoration:	underline;
	color:				#000000;
}







/*--end--*/