* html,body{
	margin:0;
	padding:0;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#595959;
}

body {
	background-color:#FAFAF5;
}

a, a:link,a:visited{
	color:#005B8A;
	text-decoration:none;
}
a:hover{
	color:#999;
}

div#faspar_content{
	margin:auto;
	width:760px;
}
.newsletter{
	font-size:14px;
	line-height:30px;
}

.statico{
	text-align:justify;
}

h1{
	font-size:12px;
	color:#005B8A;
}

h2{
	font-size:18px;
	color:#005B8A;
}

.header{
	height:75px;
	width:760px;
	margin:0 auto;
	background-image:url(immagini/bg_header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	border-bottom:2px solid #E1DFE2;
	padding-right:6px;
}

.menu {
	text-align:right;
}

.logo {
	float:left;
}

.footer{
	height:75px;
	width:760px;
	margin:auto;
	border-top:2px solid #E1DFE2;
	text-align:right;
	padding-top:6px;
	padding-right:6px;
	background-image:url(immagini/bg_footer.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
