/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

body {
};

a {
	text-decoration: none;
	color: #6fc926;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: Green;
	text-decoration: underline;
	font-weight: bold;
}

div#main {
	width: 760px;
	
	min-height: 420px;
	height: auto !important;
	height: 420px;
	
	background-image: url(immagini/nido_sfondo_interna.jpg);
	background-repeat: no-repeat;
	clear:both;
	margin: 0 auto;	
	padding: 0;
	border-bottom: 4px solid #6fc926;
}

/*  MENU  */

div#main div#menu {
	width: 162px;
	height: 285px;
	float: left;
	margin: 10px 0 0 0;
	text-align: center;

}

div#main div#menu ul {
margin: 10px 0 0 0
}

div#main div#menu ul li {
	list-style-type: none;
	margin: 0;
	height: 18px;
	margin: 0 0 0 20px
}

div#main div#menu ul li a {
	color: #7e7e7e;
	display: block;
	height: 8px;
	font-weight: normal;
	text-decoration: none;
}

div#main div#menu ul li a:hover {
	color: black;
	background: white;
	font-weight: normal;
}


div#main div#menu_top {
	floaT: left;
	position:relative;
	left:60px;
	top:22px;
	height: 20px;
	width: 460px;
	text-align: center;
}

div#main div#menu_top a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

div#main div#menu_top a:hover {
	color: green;
	text-decoration: underline;
}


/* TESTO */
div#testo {
	width: 501px;
	float: left;
	position:relative;
	left:40px;
	top:50px;
	
	background-image: url(immagini/white.gif);
	background-repeat: repeat-x;
	background-position: 0 50px;
	
	min-height: 400px;
	height: auto !important;
	height: 400px;
	margin: 0 0 80px 0;
	padding: 10px;
	line-height: 150%;
	font-size: 11px
}

div#testo h1 {
	font-size: 20px;
	color: #6fc926;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #6fc926
}

div#testo h2 {
	font-size: 18px;
	color: #6fc926;
}

div#testo h3 {
	font-size: 15px;
	color: #6fc926;
}

div#testo p {
}







div#footer {
	width: 754px;
	height: 40px;
	float: left;
	margin: 20px 0 0 2px;
	padding: 0;
	text-align:center;
	background-color: white;
	border-top: 4px solid #6fc926;
	vertical-align: bottom;
		
}

div#footer p {
	float: left;
	margin: 0 0 0 120px;
	text-align: center;
	padding: 10px 0 0 0
}

div#footerloghi {
	width: 200px;
	float: right;
	margin: 0;
	padding: 0;
	text-align:right;
}





