/* CSS Document */

/*stili per il tipo di font di pagine*/
body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	font-size: 76%;
	text-align: center;
	line-height: 1.3;
	}

/*stili per il contenitore generale*/

div#wrapper {
			width:980px;
			margin: 0 auto;
			text-align: left;
			}
div#header {
			width: 980px;
			margin-top: 10px;
			text-align: left;
			}
div#main {  
			position:absolute;
			width: 980px;
			height: 550px;
			margin-top: 0px;
			text-align: left;
			}
div#menu {  
			position:relative;
			float:left;
			width: 200px;
			height: 550px;
			text-align: left;
			}
div#body {  
			position:relative;
			float:right;
			width: 775px;
			height: 750px;
			}
div#mappa {  
			position:relative;
			float:right;
			width: 200px;
			height: 132px;
			top: 400px;
			background-image:url(../img/mappa.jpg);
			}
div#img1 {  
			position:relative;
			float:left;
			width: 105px;
			height: 150px;
			top: 110px;
			left: 550px;
			background-image: url(../img/cover_0708.jpg);
			}
div#img2 {  
			position:relative;
			float:left;
			width: 105px;
			height: 150px;
			top: 80px;
			left: 550px;
			background-image: url(../img/cover_0809.jpg);
			}
div#img3 {  
			position:relative;
			float:left;
			width: 105px;
			height: 150px;
			top: 50px;
			left: 550px;
			background-image: url(../img/cover_0910.jpg);
			}
div#img4 {  
			position:relative;
			float:left;
			width: 105px;
			height: 150px;
			top: 50px;
			left: 650px;
			background-image: url(../img/cover_1.jpg);
			}
div#img5 {  
			position:relative;
			float:left;
			width: 105px;
			height: 150px;
			top: 50px;
			left: 650px;
			background-image: url(../img/cover_2.jpg);
			}
div#img6 {  
			position:relative;
			float:left;
			width: 105px;
			height: 150px;
			top: 50px;
			left: 650px;
			background-image: url(../img/cover_3.jpg);
			}
div#img7 {  
			position:relative;
			float:left;
			width: 105px;
			height: 150px;
			top: 50px;
			left: 650px;
			background-image: url(../img/cover_7.jpg);
			}
div#img8 {  
			position:relative;
			float:left;
			width: 105px;
			height: 150px;
			top: 50px;
			left: 650px;
			background-image: url(../img/cover_8.jpg);
			}
div#img9 {  
			position:relative;
			float:left;
			width: 105px;
			height: 150px;
			top: 50px;
			left: 650px;
			background-image: url(../img/cover_9.jpg);
			}
.postit		{
            position:relative;
			float:right;
			width: 775px;
			height: 550px;
			background-image:url(../img/bck_postit.jpg);
			}
/*stili per il titolo del paragrafo*/
div#body h1{  
			margin: 6px;
			padding: 0;
			font-weight: normal;
			text-align:center;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			color: #000000;
			font-size: 18px;
			position: relative;
			bottom: 4px;
			}
/*stili per il contenuto del paragrafo*/
div#body h2{  
			margin: 6px;
			padding: 0;
			font-weight: normal;
			text-align: justify;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			color: #000000;
			font-size: 14px;
			position: relative;
			bottom: 4px;
			margin-right: 20px;
			margin-left: 30px;
			}			
div#footer {
			position: absolute;	
			top: 850px;
			margin-top: 0px;
			border-bottom: 1px solid #CCCCCC;
			border-top: 1px solid #CCCCCC;
			margin-bottom: 15px;
			background-repeat: no-repeat;
			width: 980px;
			height: 45px;
			text-align: center;
			}
div#footer h1 {
			margin: 6px;
			padding: 0;
			font-weight: normal;
			text-align:center;
			color:#666666;
			font-size: 11px;
			position: relative;
			bottom: 4px;
			}
/*stili per i LINKS*/			
.blu A:LINK {
font-size:14px;
color:#000099; 
text-decoration:none;
}	
.blu A:HOVER {
font-size:14px;
color:#990000; 
text-decoration:underline;
}
.blu A:VISITED {
font-size:14px;
color: #990000;
text-decoration:underline;
}









