@charset "utf-8";
/* CSS Document */

.bghead{
	background-image:url(images/head1.jpg);
	height:619px;
	width:504px;
	background-repeat:no-repeat;
	}
	
.bghead2{
	background-image:url(images/head2.jpg);
	height:341px;
	width:520px;
	background-repeat:no-repeat;
	}

.bghead3{
	background-image: url(images/head3.jpg);
	height:278px;
	width:520px;
	text-align: right;
	padding-top:12px;
	background-repeat:no-repeat;
	}
	
#content {
	text-align: right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:0px 0px 5px 5px;
	}
	
.footer {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	height:112px;
	width:1024px;
	text-align:center;
	padding-top:12px;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	}
	
h1 {
	font-size:18px;
	font-family:Verdana, Geneva, sans-serif;
	color:#1047d4;
	font-weight:bold;
	margin-bottom:10px;
	}
h2 {
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	color:#1047d4;
	font-weight:bold;
	margin-bottom:5px;
	}

a:link {
	color: #1047d4;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1047d4;
}
a:hover {
	text-decoration: underline;
	color: #06F;
}
a:active {
	text-decoration: none;
	color: #1047d4;
}

.testo {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:10px;
	
	}

a img{
	border:0px
	}
