body{
	margin: 0;
	padding: 0;
	background-image: url(img/sfondo.gif);
	font-size: 0.9em;
	font-family: Lucida Grande,Lucida Sans Unicode,sans-serif;
}

#intestazione{
	width: 800px;
	height: 267px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/intestazione.png);
	font-size: 100%; 
}

#corpo{
	width: 800px;
	height: 821px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/corpo.png);
}

#contenuti{
	margin: 0;
	position: relative;
	top: 25px;
	left: 155px;
	width: 480px;
	height: 775px;
	max-height: 775px;
	padding: 5px;
}

#linea{
	height: 11px;
	background-color: white;
}

#footer{
	height: 150px;
	max-height: 150px;
	background-image: url(img/foo.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #00893a;
}

h1#titolo{
	width: 480px;
	height: 415px;
	background-image: url(img/cover.png);
	background-repeat: no-repeat;
	text-indent: -500em;
	z-index:-1;
}

h4{
	font-weight: bold;
	color: white;
	background-image: url(img/titolo.png);
	background-repeat: no-repeat;
	width: 450px;
	height: 24px;
	padding-left: 30px;
	padding-top: 6px;
	margin: 10px 0 0 0;
}

.boxarrotondato{
	width: 405px;
	margin: 0 5px 0 40px;
	padding: 5px 15px 10px 15px;
	background-image: url(img/angoliinf.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	
.boxarrotondato p{
	margin: 5px 0 0 0;
	}

#corpo a,
#contenuti a{
	color: white;
	background-color: #00893a;
	font-weight: bold;
	text-decoration: none;
}

#corpo a:hover,
#contenuti a:hover{
	color: #00893a;
	background-color: white;
}

.r{
	float: right;
	margin: 0 5px 0 0;
}

.l{
	float: left;
	margin: 0 0 0 5px;
}

form{
	font-size: 0.8em;
}

#footer p{
	color: white;
	margin: 0;
	padding: 130px 0 0 0;
	text-align: center;
	font-size: 0.8em;
}

#footer a{
	color: white;
	text-decoration: none;
}

#footer a:hover{
	color: #00893a;
	background-color: white;
}

.youtube{
	z-index: 0;
}

#sponsor1{
	background-color: transparent;
	height: 50px;
	width: 150px;
	position: relative;
	top: 10px;
	left: 25px;
	background-image: url(img/sponsor1.png);
}

#sponsor2{
		background-color: transparent;
	height: 50px;
	width: 150px;
	position: relative;
	top: 20px;
	left: 25px;
	background-image: url(img/sponsor2.png);
}

#sponsor3{
		background-color: transparent;
	height: 50px;
	width: 150px;
	position: relative;
	top: 30px;
	left: 25px;
	background-image: url(img/sponsor3.png);
}

#sponsor4{
	height: 50px;
	width: 150px;
	position: relative;
	top: -140px;
	left: 630px;
	background-image: url(img/sponsor4.png);
}

#sponsor5{
	height: 50px;
	width: 150px;
	position: relative;
	top: -130px;
	left: 630px;
	background-image: url(img/sponsor5.png);
}

#sponsor6{
	height: 50px;
	width: 150px;
	position: relative;
	top:  -120px;
	left: 630px;
	background-image: url(img/sponsor6.png);
}

ul.menu {position:relative; top:250px; left:150px; list-style:none; margin:0; padding:0; z-index:1;}
ul.menu * {margin:0; padding:0;}
ul.menu a {display:block; color:#000; text-decoration:none; color: #00893a;}
ul.menu li {position:relative; float:left; margin-right:2px;}
ul.menu ul {position:absolute; top:26px; left:0; display:none; opacity:0; list-style:none;}
ul.menu ul li {position:relative; border:1px solid #00893a; border-top:none; width:100px; margin:0;}
ul.menu ul li a {display:block; padding:3px 7px 5px; background-color:white;}
ul.menu ul li a:hover {background-color:#00893a; color: white;}
ul.menu ul ul {left:100px; top:-1px;}
ul.menu .menulink {padding:5px 7px 7px; font-weight:bold; width:73px;}
ul.menu .sub {background: white 100px 8px no-repeat;}
ul.menu .topline {border-top:1px solid #aaa;}