/************** CSS IMAXWEB *****************/

body {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff; 
	background-image: url(../images2/bg_background.png);
	background-repeat: repeat-x;
	background-position: left top;
}
/*********** LINK **********************/
a:link {text-decoration: underline; color: #003366;}
a:visited {text-decoration: none; color: #003366;}	
a:active {text-decoration: none; color: #ff0000;}
a:hover {text-decoration: none; color: #ff0000;}

/******************** wrapper ********************/
#wrapper {
	margin: 0 auto;
	width: 880px;
	height:757px;
}
/*************************************************
             HEADER 
**************************************************/
#header {
	width:880px;
	margin:0 auto;
	height:200px;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	text-align: justify;
	padding-top:5px;
}

/*****************************************************
           CONTENUTO PAGINA
*****************************************************/
#main_content {
	margin:0 auto;
	width: 425px;
	height:500px;
	padding-top:30px;
}

/*************************************************
             FOOTER 
**************************************************/
#footer {
	width:100%;
	height:57px;
	margin: 0 auto;
	clear:left;
	font-size: 12px;
	font-style: normal;
	color: #003366;
	line-height: 45px;
	text-align: center;
	font-weight: 700;
	font-variant: normal;
	background-image: url(../images/bg_ombra.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.bg_footer {
	clear:left;
	width:100%;
	height:45px;
	background-color: #E8F3FF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B9DCFF;
	border-bottom-color: #B9DCFF;
}

/*************************************************
             stile testo h1 h2 h3 h4 
**************************************************/
h1 {
	font-family: geneva, Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #003366;
	font-size: 46px;
	font-style: normal;
	line-height: 50px;
	font-variant: normal;
	text-align: center;
	padding-top:50px;
	margin:0px;
}
h2 {
	font-family: geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #003366;
	font-weight: 700;
	text-align: center;
	line-height:26px;
	margin:0;
	padding:20px;
	font-variant: normal;
}