@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../img/sf_pag_cer.jpg);
}

#contenitore {
position:absolute;
left:50%;
top:25px;
width:995px;
height: 692px;
margin:0 0 0 -495px;
background-image: url(../img/sf_main_cer.jpg);
background-repeat: no-repeat;
}

#head {	
width:980px;
height: 100px;
margin-left:0px;
margin-bottom:0px;
margin-right:0px;
margin-top:10px;
text-align:center;
}

#menu{
text-align:center;
padding:0;
margin-top: 10px;
margin-left: 10px;
margin-right: 5px;
margin-bottom: 0;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
}


#menu ul{
padding:0;
margin:0;
}

#menu li{
position: relative;
float: left;
list-style: none;
margin: 0;
padding:0;
} 

#menu li a{
width:160px;
height: 20px;
display: block;
text-decoration:none;
text-align: center;
line-height: 20px;
color: #FFF;
background: #752010;
} 

#menu li a:hover{
background: #360b02;
color: #CCC;
} 

#menu ul ul{
position: absolute;
top: 20px;
visibility: hidden;
}

#menu ul li:hover ul {
visibility:visible;
} 

#main {
	width: 960px;
	heigh: 520px;
	margin: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:0px;
}

#flash {
	width: 698px;
	heigh: 520px;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
}

#testi {
	overflow: auto;
	width: 252px;
	height: 520px;
	float: right;
	background-image: url(../img/sf_testo_cer.jpg);
	background-repeat: no-repeat;
}

#contenuti {
	overflow: auto;
	width: 252px;
	height: 520px;
}

.testo_contenuti {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
	padding: 5px;
}

#news {
	overflow: auto;
	width: 252px;
	height: 100px;
	margin-top: 20px;
}

.testo_news {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size:0.80em;
	padding: 15px;
	font-weight: bold;
}

#bottom {
	width: 980px;
	height: 25px;
	clear: both;
	padding-top: 7px;
}

.dati_bottom {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
	padding-top: 5px;
	padding-left:10px;
	padding-right: 0;
	padding-bottom: 0;
}

#titolo {
	color: #600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	padding: 3px;
	font-weight: bold;
}

a.news {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size:1.00em;
	padding: 15px;
	font-weight: bold;
	text-align:center;
	color:#900;
	text-decoration:none;
}

a.news:hover {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size:0.90em;
	padding: 15px;
	font-weight: bold;
	text-align:center;
	color: #C30;
}
a {
	color: #600;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	color: #000;
}


