/* CSS Document */
* {margin:0; padding:0; border:0;}

html, body {height: 100%;}

body {
    background-image: url(../immagini/bgneroo2.jpg);
	font:16px Arial, Helvetica, sans-serif;
	background-color: #848484;
	background-repeat: repeat-x;
}

#page {
    width: 901px;
	margin: 0 auto;
	border-color: #333333 solid;
	background-color: #000;
	background-repeat: repeat-x;
}

/*********** HEADER ***********/

#header {
    background-image: url(../immagini/bgheader.jpg);
	width: 901px;
	height: 270px;
	font-family: Verdana;
	font-size: 15px;
}

#header ul {
     padding: 30px 0 0 250px;
}

#header li {
       display: inline;
	   list-style: none;
	   padding: 4px 4px 0 4px;
	   font-size: 15px;
}

#header a {
       color: #f1f3af; 
       text-decoration: none;
}

#header a:hover {
        color: #333333;
		text-decoration: underline;
}

#header p {
    padding: 115px 0 10px 300px; 
	font-family: Verdana;
	font-size: 22px;
	color: #333333;
	font-variant: small-caps;
}

.immagine {
    padding: 30px 0 0 0;
}
/*********** CONTENT ***********/

#content {
      background-color: #000000;
}
	  
#content-main {	  
      color: #CCCCCC;
	  font-family: Georgia, "Times New Roman", Times, serif;
	  padding: 20px 100px 30px 100px;
}

#content h2 {
      text-align: center;
	  color: #000000;
	  font-size: 18px;
	  font-family: Georgia, "Times New Roman", Times, serif;
	  color: #CCCCCC;

}

.home {
      text-align: center;
	  color: #CCCCCC;
	  font-family: Georgia, "Times New Roman", Times, serif;
	  font-size: 14;
	  margin-top: 30px;
}

.eventi {
      text-align: center;
	  color: #CCCCCC;
	  font-family: Georgia, "Times New Roman", Times, serif;
	  font-size: 12;
	  margin-top: 30px;
}

.passati {
      text-align: center;
	  color: #CCCCCC;
	  font-family: Georgia, "Times New Roman", Times, serif;
	  font-size: 12;
	  margin-top: 30px;
}

.link {
      text-align: center;
	  color: #CCCCCC;
	  font-family: Georgia, "Times New Roman", Times, serif;
	  font-size: 20px;
	  margin-top: 30px;
}

.logstoria {
      text-align: justify;
	  color: #CCCCCC;
	  font-family: Georgia, "Times New Roman", Times, serif;
	  font-size: 12;
	  margin-top: 30px;
}

.footer {
      text-align: center;
	  color: #CCCCCC;
	  font-family: Georgia, "Times New Roman", Times, serif;
	  font-size: 12;
	  margin-top: 30px;
}



/*********** FOOTER ***********/

#footer {
       background-image: url(../immagini/footer.jpg);
	   width: 901px;
	   height: 118px;
}

#footer p {
       color: #CCCCCC;
	   font-family: Verdana;
	   font-size: 15px;
       padding: 30px 0 0 150px;
}

#footer h1 {
       color: #CCCCCC;
	   font-family: Verdana;
	   font-size: 10px;
	   padding: 0 0 0 700px;
}