/* CSS Document */

body {
	background-color: #FFFFFF;font-family:Geneva, Arial, Helvetica, sans-serif; background-image:url(../images/sfondo-top.jpg); background-repeat:repeat-x;
	color:#000;
	padding:0px;
	margin:0px;
	font-size:12px;
}

h1 {
	color:#3681A0; font-size:16px; text-align:right; padding-right:20px
}

h2 {
	color:#3681A0; font-size:14px; text-align:LEFT; padding-right:20px
}
h3 {
	color:#3681A0; font-size:12px; text-align:LEFT; font-weight:normal
}

ul {text-align:left; line-height:10px; list-style-image:url(../images/Bullet.png) }

p {
	text-align:justify; padding-right:20px; padding-left:20px
}

a {
	color: #3681A0;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color: #AD1E0C;
	text-decoration:none;
}


/*------------------------------------- impostazioni per footer---*/

#wrapper{ background-image: url(../images/sfondo-footer.jpg); background-repeat:repeat-x;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -100px; /* margine negativo altezza footer */
}
.pushfooter{
height:100px; /* altezza footer */
clear:both; /* clear di eventuali float se presenti nel layout */
font-size: 10px; font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;color:#FFF; font-weight:lighter;

}
#footer {text-align:left;padding-top:20px;}

.credits {	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

