@charset "utf-8";
/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1
{
	text-align: left;
	margin: 40px 170px 0px 90px;
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid #009DE0;
	border-left: 1px solid #009DE0;
	padding-left: 5px;
}

#testo
{
	margin: 8px 100px 10px 150px;
	padding-right: 10px;
	text-align: justify;
	border-top: 1px solid #E2017B;
	border-right: 1px solid #E2017B;
}

#wrapper
{
	width: 1006px;
	margin: 0 auto;
}

#header
{
	width: 100%;
	height: 270px;
	background: url(head.jpg) center top no-repeat;
}

#menu
{
	width: 800px;
	height: 60px;
	position: relative;
	left: 150px;
	top: 190px;
	text-align: right;
}

#corpo
{
	width: 100%;
	background: url(body.jpg) center repeat-y;
	padding-bottom: 50px;
	clear: both;
}

#evidenza
{
	width: 800px;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 30px;
}


#footer
{
	width: 100%;
	height: 140px;
	background: url(footer.jpg) center top no-repeat;
	font-size: 9px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #666666; 
	text-align: center;
}