/****************************************************************************************************************************
IMPORTO IL FILE DEL MENU'
****************************************************************************************************************************/
@import "menu.css";

/****************************************************************************************************************************
STILE CSS PER PRIMA PAGINA (PRESENTAZIONE)
****************************************************************************************************************************/
					
html {
	background: #508CBE;
	margin: 0;
	height: 100%;
	}

body {
	background: #508CBE;
	margin: 0;
	height: 100%;
	}
#container {
	background: url(../images/bg_body.jpg) repeat-y;
	margin: 0 auto;
	width: 950px;
	min-height: 100%;
	}
#wrap {
	background: url(../images/bg_text.jpg)  no-repeat 400px 200px;
	margin: 0 auto;
	width: 950px;
	min-height: 800px;
	}
#header {
	background: url(../images/logo.jpg) no-repeat 21px 0;
	width: 950px;
	height: 190px;
	}
#header img {
	margin-left: 166px;
	}
#menu {
	width: 165px;
	float: left ;
	margin-bottom: 50px;
	}
#text{
	width: 765px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #172C3D;
	float: left ;
	text-align: justify;
	line-height: 20px;
	margin-bottom: 50px;
	}
#text div{
	width: 300px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #172C3D;
	float: left ;
	text-align: justify;
	line-height: 20px;
	margin-left: 30px;
	}

#text h1{
	font: 16px Arial, Helvetica, sans-serif;
	color: #0099FF;
	font-weight: bold;
	}
#text em{
	font: 12px Arial, Helvetica, sans-serif;
	color: #0099FF;
	font-weight: bold;
	}
#text a{
	font: 12px Arial, Helvetica, sans-serif;
	color: #A80F14;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dotted #A80F14;
	}
#footer{
	clear: both;
	width: 730px;
	height: 70px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #172C3D;
	margin: 20px 0 0 181px;
	text-align: center;
	border-top: 1px dashed #333333;
	}
	
