/* JUNTOS */

body{
  text-align: center; /* centra font e box per IE */
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  margin: 5 0;
  color: #330000;
  background: black url(../_img/lay_sfn_00.jpg) repeat-x top
        /* ? settaggi img di sfondo: colore + img + ripetizione solo sopra */
}

table{
   border: 0;
   text-align: center;  
}

/*           ---------- CARATTERI GENERALI ---------- */

a {/* LINK */
  color: #cc6600;
  text-decoration: underline;
}

h1 {/* TITOLO */
  font-size: 25px;
  color: #663300;
  font-weight: bold;
  margin-bottom: 50px;
}

li {
  list-style-type: none;
  list-style-position: outside;
}

/*           ---------- SEZIONI ---------- */

#principale{
  width:970px;
  margin: 0 auto; /* centra box per FF */
  position: relative;
}

#apertura{
  height:150px;
  width: 970px;
  position:absolute;
  top: 0px;
  left: 0px;
  background-image: url(../_img/lay_sfn_01.jpg);
}

#subhead{
  position: absolute;
  top: 150px;
  left: 0px;
  /* sucessivi = altezza minima DIV per FF e IE */
  min-height: 84px; /* altezza minima per FF */
  height: auto !important; /* "!important" = ignora comando sucessivo per FF */
  height: 84px; /* altezza minima per IE */
  width: 970px;
  background: url(../_img/lay_sfn_03.png);
  font-size: 12px;
  text-align: right;
  color: #663300;
  font-weight: bold;
}

#subhead a{
  color: #663300;
}

#subhead p{
  padding: 5 20;
}


#contenuti{
/* sucessivi = altezza minima DIV per FF e IE */
  min-height: 450px; /* altezza minima per FF */
  height: auto !important; /* "!important" = ignora comando sucessivo per FF */
  height: 450px; /* altezza minima per IE */
  width: 970px;
  position: absolute;
  top: 234px;
  left: 0px;
  background: #FFFFCC url(../_img/lay_sfn_04.png) no-repeat bottom;
}

#testo{
/* spazio dai bordi */  
  padding-left: 150px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.media{
  position: absolute;
  text-align: center;
  font-size: 10;
  font-style: italic;
}

#piedesn{ 
  position: relative;
  float: bottom;
  padding-bottom: 15px;
  padding-left: 30px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}

/*           ---------- FORMATTAZIONE NAVIGATORI ---------- */

.nav{
  width: 150px;
  position: absolute;
  text-align: left;
  left:15px;
  top:250px;
}

/* PRINCIPALI */
.nav li.pri {
	color:#996600;
	line-height: 25px;
	padding: 0 5px;
	font-weight: bold;
  background: url(../_img/lay_nav_00.png) no-repeat left;
  margin: 5 0;
}

.nav li.pri a {/* LINK */
	color: #996600;
}

.nav li.prion {/* LINK CORRENTE*/
	color:#996600;
	line-height: 25px;
	padding: 0 5px;
	font-weight: bold;
  background: url(../_img/lay_nav_00.png) no-repeat left;
  margin: 5 5 0 10;
}

.nav li.prion a {/* LINK CORRENTE */
	color: #663300;
  text-decoration: none;
	text-transform: uppercase;
}
/* FINE PRINCIPALI */

/* SECONDARI */
.nav li.sec {
	color:#cc6600;
	font-size: 13px;
	line-height: 20px;
	padding: 0 5px;
  margin-left: 20;
}

.nav li.sec a {/* LINK */
	color: #cc6600;
}

.nav li.secon {/* LINK CORRENTE*/
	color:#996600;
	font-size: 13px;
	line-height: 20px;
	padding: 0 5px;
	font-weight: bold;
  margin-left: 30;
}

.nav li.secon a {/* LINK CORRENTE */
  text-decoration: none;
	text-transform: uppercase;
}
/* FINE SECONDARI */

/*           ---------- FORMATTAZIONE INFORMAZIONI ---------- */

#nfo{
  width: 150px;
  /* sucessivi = altezza minima DIV per FF e IE */
  min-height: 50px; /* altezza minima per FF */
  height: auto !important; /* "!important" = ignora comando sucessivo per FF */
  height: 50px; /* altezza minima per IE */
  position: absolute;
  padding: 0 0 5 5;
  text-align: left;
  color: #663300;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  right:15px;
  background: url(../_img/lay_nfo_00.png) no-repeat bottom;
}

#nfo a{
  color: #cc6600;
  font-size: 11px;
  font-weight: bold;
}

#nfo p{
  margin-bottom: 5px;
  margin-top:5px;
}

/*           ---------- FORMATTAZIONE APPUNTAMENTI ---------- */

.appsn{
   width: 150;
   text-align: right;
   font-size: 14;
}
.appcn{
   width: 500;
}

.appds{
   width: 140;
   text-align: center;
   font-size: 12;   
}

.appds img{
   border: 1px solid black;   
}


.divisore {/* riga divisoria per eventi passati in APPUNTAMENTI */
  margin-top: 100px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #663300;
  background-color: #ffee90;
}

.vuota{
  height: 80px;
}

/*           ---------- FORMATTAZIONE CHAT ---------- */
.chat{
  width: 600px;
  position: absolute;
  right:210px;
  bottom:80px;
  padding-right:41px;
  background: url(../_img/lay_chat.jpg) no-repeat right bottom;
}

/*           ---------- DESCRIZIONE NASCOSTA PER HOME SITO ---------- */
#descrizione{
  position:absolute;
  left:-500px;
  width:400px;
  }
