@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

#wrapper {
	height: 1000px;
	width: 1000px;
	margin: 0 auto;
	margin-top: 10px;
}


#header li a {
	text-decoration: none;
	padding:.2em .8em;
	display:block;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color:#999;
	line-height: 1.2em;
	margin-right: 0.5em;
	border-bottom: medium solid #CCC;
}

#header li a:hover {
	color:#333;
	border-bottom: medium solid #09F;
}	


#content1 {
	width: 150px;
	height: 350px;
	float: right;
}
#content2 {
	width: 820px;
	height: 250px;
}
#content3 {
	width: 820px;
	height: 480px;
}

#header ul {
	margin:0;
	padding:0;
	list-style:none;
	float: left;
	position:absolute;
	right: 200px;
	bottom:10px;
}

#header li {
	float: left;
	
	}
	
#header {
	background: url(Copia%20di%20logo2.png) no-repeat;
	height: 120px;
	background-color: #FFF;
	position: relative;
}

#header li a.current,#header li a.current:hover,
#header li a.current:active{
	color: #333;
	border-bottom: medium solid #09F;
	
	
	}
#footer1 {
	height: 120px;
	background: #FFF;
	border-top: thin solid #CCC;
	border-bottom: thin solid #CCC;
}
#footer2 {
	height: 20px;
}
#footer2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #000;
	text-align: center;
	padding: 5px;
}
#footer2 p strong a {
	text-decoration: none;
	color: #000;
}
