/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 76%;
	color: #003300;
	text-align:center;
	background-attachment: scroll;
	background-image: url(img/fondo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

a, a:link, a:hover, a:active {
	color: #003300;
	text-decoration: none;
}

h1 { font-size:400%; margin:0; padding:0;}
h2 { font-size:250%; margin:0; padding:0;}
h3 {font-size:160%; margin:5px; padding:0;}
h4 {font-size:180%; margin:0; padding:0;}

#container { margin:0 auto; width:760px;}
#right{ width:550px; float:right;  text-align:center; padding:5px;}
#right1{ width:515px; float:right;  text-align:center; padding:2px;}
#header img { float:left;}
#menut { background-color:#C6CCC4; margin:5px; padding:5px;}
#img {
	float:left;
	margin:0;
	padding-top: 18px;
	padding-bottom:20px;
}

#footer { background-color:#C6CCC4; margin:5px; padding:5px;}
#footer p { font-size:85%;}
.menu { font-size:170%; text-align:left;}
.menu  li{ list-style-type:none;}

#content ul{	list-style-type: none; margin:5px; padding:0;}
#content li { display:inline; margin:0; padding:5px;}
#menut ul{	list-style-type: none; margin:5px; padding:0;}
#menut li { display:inline; margin:0; padding:5px;}

.clear { clear:both; font-size:1px;}
#menu{ width:220px; margin:auto; margin-top:50px; font-family:Arial; background-color:#C6CCC4; border-bottom-width: 5px; border-bottom-style: solid; border-bottom-color: #0B410D; }
		#menu p{
	height:40px;
	line-height:70px;
	padding-left:10px;
	font-weight:bold;
	color:#003300;
	font-size:13px;
	background-image: url(img/top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
		#menu span{ color:#0D7B1B; }
		#menu a{ display:block; height:25px; text-align:right; line-height:25px; text-decoration:none; font-weight:bold; color:#003300; padding-right:50px; border-top:1px solid #B6A289; background:url(img/arrow.gif) no-repeat right top; 		}
		#menu a:hover{ background-color:#B4CFAB; background-position:right center; padding-right:40px; 		}
		#menu a.selezionato{ background-color:#B4CFAB; background-position:right bottom; padding-right:40px; 		}

