/* CSS Document */

body {
	font-family: arial;
	background-image: 
	url('img/oliveto.jpg');
	background-repeat: repeat
}

@font-face {
font-family: Gabrielle;
src: url("img/Gabrielle.ttf");
}
	
a {
	text-decoration: none;
	color:#000000;
	}
	
a:visited {
	text-decoration: none;
	color:#000000;
	}

a:hover {
	text-decoration: none;
	color:#dd0000;
	}

img{
	border: none;
}
	
#main_container {
	/*width:600px;*/
	
	/*border: #000000 1px solid;*/
	margin: 0 auto;
	/*background-color:#FEFEFE;*/
	
	}
	
#header {
	height:200px;
	width:100%;
	/*background-image: url(images/clock.jpg);
	background-repeat: no-repeat;*/
	}
	
h1 {
	size:30px;
	float:right;
	vertical-align:middle;
	margin: 10px 20px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	}
	
h2 {
	padding-left: 5px;
	margin: 5px 0px 0px 0px;
	}
	
p {
	size: 10px;
	margin:0px;
	padding:10px;
	text-align:justify;
	}
	
#titolo{
position: absolute;
left:40%;
top: 15%;

font-size: 20px;
text-align: center;
}


#titolo3{
position: absolute;
left:30%;
top: 40%;

font-size: 25px;
text-align: center;
}

#navigation {
	width:100%;
	/*border-top:  #000000 1px solid;
	border-bottom: #000000 1px solid;*/
	text-align:center;
	}
#navigation a {
	padding-left:30px;
	padding-right:30px;
	}
	
	#navigation1 {
	width:100%;
	/*border-top:  #000000 1px solid;
	border-bottom: #000000 1px solid;*/
	text-align:center;
	}
#navigation1 a {
	/*padding-left:50px;
	padding-right:50px;*/
	}
	
	navigation2 {
	width:100%;
	position: absolute;
	left:300px;
	top: 50%;
	/*border-top:  #000000 1px solid;
	border-bottom: #000000 1px solid;*/
	text-align:center;
	}
#navigation2 a {
	padding-left:30px;
	padding-right:30px;
	}
	
	
#content {
	position:absolute;
	top: 45%;
	/*margin-left:30px;
	margin-right: 30px;*/
	width:100%;
	height:400px;
	}
	
#footer {
	position: absolute;
	top: 90%;
	width:100%;
	/*border-top:  #000000 1px solid;*/
	text-align:center;
	/*font-size:9px;*/
	}
#riga{
	position: absolute;
	top: 50%;
	width: 100%;
	height: 2px;
	color: Black;
}	



#l1{
	font-size:14px;
	color:#000000;
}
#l2{
	position: absolute;
	top:10%;
	left:10%;
	font-size:12px;
}
td{
	text-align: center;
}
.xtd{
	padding-bottom: 5px;
	vertical-align: top;
	border-bottom:  #000000 1px solid;
	text-align: justify;
}

#l3{
	position: absolute;
	top:27%;
	font-size:16px;
}

#testo1{
	font-size:14px;
	text-align: justify;
	color:#000000;
	padding-left: 200px;
	padding-right: 200px;
}

#titolotesto1{
	font-size: 14px;
	text-align: center;
}

#testo2{
	font-size:14px;
	text-align: justify;
	color:#000055;
	padding-left: 200px;
	padding-right: 200px;
}

#titolotesto2{
	font-size:14px;
	text-align: center;
}

#sfondo{
	/*background-image: url(img/sf.png);
	background-repeat: repeat;	*/
}

/* html #sfondo { /* Regole per IE (dalla 5.5 in poi) */
background-color: #000;
background-color: transparent;
background-image: url(img/blank.gif);	
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/sf.png" ,sizingMethod="scale");
}*/



