@charset "utf-8";
/* CSS Document */
body{
	background:#333333;
	text-align:center;
	font-family:"Comic Sans MS";
	font-size:12px;
	color:#FFFFFF;
	height: 100%;
}
div#main{
	display:block;
	background-color:#000000;
	width:624px;
	height:100%;
	margin:25px auto auto auto;
}
div#banner{
display:block;
margin: 0 0 0 0;
}
div#menu{
display:block;
background:url(img/sf_menu.png) top left;
margin:-1px 0px 0px 0px;
width:624px;
height:36px;
text-align:left;
}
div#menu a{
font-family:"Comic Sans MS";
font-size:18px;
padding-left:20px;
padding-right:5px;
text-decoration:none;
color:#003366;
position:relative;
}div#menu a:hover{
font-family:"Comic Sans MS";
font-size:18px;
padding-left:20px;
padding-right:5px;
text-decoration:none;
color:#990000;
position:relative;
}
#contenuti{
display:block;
	width:624px;
	height:100%;
	margin: 0px 0px 0px 0px;
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-image: url(img/sfondo.jpg);
	background-position: left top;
}
div#sinistra{
display:block;
background:url(img/sfondosx.jpg) top left;
	width:403px;
	height:732px;
	float:left;
	text-align: left;
}
div#destra{
display:block;
background:url(img/sfondodx.jpg) top left;
	width:221px;
	height:732px;
	float: right;

}
div#piedone{
margin-top:-2px;
display:block;
	width:624px;
	height:175px;
	clear: both;
}
/* classi */
.banner{
border:0px;
}
.titoloP{
	font-size:18px;
	font-weight:bold;
	text-align:right;
	padding-right:15px;
	margin:2px;
}
.table{
vertical-align:top;
border:none;
margin-top:0px;
margin-left:15px;
}
.nomeora{
	font-weight:bold;
	color:#AABFFF;
}
.linkpagine{
	text-decoration:none;
	font-weight:bold;
	color: #D4FF55;
}
