/* CSS Document */
body {
  background-image:url("../img/fondo-sito.jpg");
  color:rgb(95,95,95);
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  background-repeat:repeat-x;
  margin:0px;
  border:0px;
}
#header { 	
  height:160px;
  width:900px;
  margin:auto;
}
#up_menu{
  height:37px;
  width:900px;
  margin:auto;
  padding-top:3px;
}

.clear{
  clear:both;
}

#up_menu a .selezionato{
  display:block;
  background-image:url("../img/button_selected.jpg");
  background-repeat:repeat-x;
  color:black;
  width:80px;
}

#up_menu a.bottone{
  display:block;
  float:left;
  border-left:1px solid #CCCCCC;
  /*background-image:url("../img/button.jpg");
  background-repeat:repeat-x;*/
  text-decoration:none;
  text-align:center;
  font-size:13px;
  color:#333333;
  line-height:33px;
  margin:auto;
  margin-right:1px;
  height:33px;
  width:80px;
}

#up_menu a.bottone:hover{
  color:rgb(255,255,255);
}

#up_menu strong{
  margin:auto;
  margin-left:3px;
  font-size:9px;
}

#up_menu img.miniflag{
  float:right;

  margin:9px 2px 0px 2px;
  border:0px;
}

#menu{	background-image:url("../img/hover.jpg");
  background-repeat:repeat-x;
  height:44px;
  width:900px;
  margin:auto;
  background-color:#660000;
}

#corpo{ background-color:#FFFFFF;
  font-weight:normal;
  height:auto;
  width:900px;
  margin:auto;
}

#barra{
  background-image:url("../img/fondo.jpg");
  background-color:#CCCCCC;
}
.titolo{
  font-size:18px;
  color:rgb(60,60,60);
}
h1{	
    font-size:18px;
}
h2{	font-size:16px;
  font-family:Arial, Helvetica, sans-serif;
  color:#666666;
  margin:20px 0 0 0px;
  border:0px;
}	
#sinistro{
  float:left;
  width:450px;
}
#destro{ 	
  float:left;
  width:450px;
}

#destro a{
  border:0px;
  margin:0px;
}
#destro a:hover{
  background-color:#FF0000;
}
#sub_menu{
  clear:both;
  padding-top:1em;
  padding-bottom:0.8em;
  text-align:center;
  width:900px;
  margin:15px auto;
  font-size:12px;
  border-bottom:1px solid gray;
}
#sub_menu a{
  text-decoration:none;
  padding-left:0.5em;
  padding-right:0.5em;
  color:gray;
}
#sub_menu a:hover{
  color:red;
}

#main_0{
  border-right-color:gray;
  border-right-style:solid;
  border-right-width:1px;
}
#main_1{
  border-right-color:gray;
  border-right-style:solid;
  border-right-width:1px;
}
#main_2,#main_3,#main_4,#main_5,#main_6,#main_7,#main_8{
  border-right-color:gray;
  border-right-style:solid;
  border-right-width:1px;
}

#footer{
  width:900px;
  margin:10px auto;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
  color:#333333;
}

#footer p{
  float:left;
}

#credits{
  float:right;
  margin-top:8px;
}

#footer img{
  border:0px;
  margin-left:5px;
}


