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

body{
	background:#000;

			background-image:url(../img/tapebg.jpg);
	background-repeat:no-repeat;
	background-position:-90px 10px;
		color:#ddd;
	font-family:Arial, Helvetica, sans-serif;
	font-size:78%;
		line-height:22px;
		text-align:justify;
	
}
p{
	text-align:justify;
	
	}
	
h3{
	color:#f93;}
	h4{
		font-size:14px;}
	
	a{
		text-decoration:none;
		color:#FFF;
		font-weight:bold;
	}
	
a img{
	border:none;
}
	a:hover img{
	filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}

	
.clear{
	clear:both;
}
.cleardot{
	clear:both;
	height:1px;
	border-top: 1px #666 dotted;
}

#container{
	width:790px;
	margin:0 auto;

}


#header{
	width:790px;
	height:320px;
}
#header2{
	width:790px;
	height:30px;
}



#content{
	width:790px;
	height:auto;
	padding-bottom:10px;
}
#audiofiles{
	width:100%;
	height:290px;
	background-image:url(../img/audiofiles.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	
	
}
#lettore{
	width:380px;
	height:auto;
	float:right;
	margin:75px 25px 0 0;
	color:#333;
		
}
#lettore a{
	text-decoration:none;
	color: #333;}
	
	
#lettore a:hover{
	text-decoration:none;
	color: #777;}	

.rett-left{
	width:395px;
	height:132px;
	float:left;
}

.tit-left{
	width:395px;
	height:42px;
	float:left;
	background-color:#000;
}

.rett-right{
	width:395px;
	height:132px;
	float:right;
}

.tit-right{
	width:395px;
	height:42px;
	float:right;
		background-color:#000;
}


#footer{
	width:100%;
	height:40px;
	margin-top:20px;
	padding-top:20px;	
	text-align:center;
	font-size:10px;
	border-top:#666 1px dotted;
}

#nav{
	height:32px;
	width:775px;
	text-align:center;
	background-color:#000;
	border-top:#333 dotted 1px;
	border-bottom:#333 dotted 1px;
	padding-left:15px;
	}
	
	
	.col {
float:left;
padding-right:20px;
position:relative;
width:360px;
}

#content_news{
	width:480px;
	padding:10px;
	float:left;
	  background-color: #000;
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  opacity: 0.65;
  	}

.titolo_news{
	height:28px;
	background-color:#1a1a1a;
	padding:4px 0 0 5px;
	color:#FF9900;
		
}
	
.testo_news{
	color:#FFFFFF;
	padding:24px;

}


