@charset "utf-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
}

a{
	color:#000;
	text-decoration: none;
}

a:hover{
	color:#000;
	text-decoration: none;
}



body,html{
width: 100%;
height: 100%;
background: #000;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
line-height: 1.5em;
color: #FFF;
background: url(grafica/sfondo.jpg) repeat;
}


#main{
width: auto;
height: 100%;
float: right;
background: url(grafica/riempimento_destro.jpg);
background-position: top right;
background-repeat: repeat-y;
margin: 0px;
}

#main_box{
margin-right: auto;	

}


#menu_up{
	height: 90px;
	background: url(grafica/white.jpg) repeat-x;
	background-position: bottom;
}


#contenuti{
height: 390px;
width: 790px;
overflow: auto;
text-align: left;
padding: 5px;
/* for IE */
  filter:alpha(opacity=20);
  /* CSS3 standard */
  opacity:0.2;
  z-index:1;
  position: absolute;
}

#testo{
	height: 385px;
	overflow: auto;
	text-align: left;
	z-index:2;
	background: trasparent;
	position: relative;
	padding: 5px;
}



.titoli{
	font-size: 12px;
	font-weight:bolder;
	color: #000;
}

.footer{
	height: 30px;
	background-color:#000;
	color: #FFF;
	text-align: center;
}

.footer a{
color: #FFF;
text-decoration: underline;
}




/* STILI SITECOMMANDER */

.ArtViewTitle{
	font-size: 14px;
	font-weight: bold;
	color: #F90;		
}
.ArtViewInfo{
	font-size: 12px;
	font-style:italic;
	}
.ArtViewTesto{
	font-size: 12px;
	}
.CommentInfo{
font-size: 14px;
font-weight: bold;
}
.CommentText{
font-size: 12px;
font-style: italic;
}

.ArtTitle{
	font-size: 14px;
	font-weight: bold;
	color: #000;	
}
.ArtData{
	font-style:italic;
	}
.ArtContent{
	font-size: 12px;
	}
	
#artdiv1{
float:left;
width: 48%;
text-align:justify;


}
#artdiv2{
	margin-left: 10px;
	text-align:justify;
	width: 48%;
	float: right;


}

/* FINE STILI SITECOMMANDER */