@charset "UTF-8";
body  {

	font: 12px Arial;
	background: #000;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #CCC;
	background-image:url(immagini/back.jpg);
	background-repeat:repeat-x;
}




#container { 
	width: 800px;  
	background: #000;
	position: relative;
	margin: 0 auto; 
	padding:0;
	text-align: left; 
	} 





#header { 
	background: #000;
	} 

#subheader { 
	background: #000;
	} 




	  

#sidebar1 {
	float: left; 
	width: 228px; 
	padding: 0;
	margin:0;
	background-color:#000000;
	background-image:url(immagini/home_09.jpg);
	background-repeat:no-repeat;
	} 

#sidebar1 h3 {
	font-size:12px;
	color:#E10126;
	margin:25px 0 0 25px;
	} 

#sidebar1 p {
	font-size:11px;
	margin:2px 25px 25px 25px;
	padding-bottom:10px;
	border-bottom:dotted;
	border-bottom-color:#666666;
	border-bottom-width:1px;
	} 
	
#sidebar1 a {
	color:#FFF;
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
	}
	
#sidebar1 a:hover {
	text-decoration:underline;
	}	




	  

#mainContent { 
	margin: 0 0 0 228px; 
	padding: 15px; 
	background-color:#000000;
	background-image:url(immagini/home_10.jpg);
	background-repeat:no-repeat;
	} 

#mainContent h1 {
	font-size:14px;
	color:#E10126;
	margin:0 0 5px 0;
	} 

#mainContent h2 {
	font-size:14px;
	color:#FFF;
	margin:0 0 5px 0;
	} 

#mainContent h4 {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#AAA;
	margin:0 0 5px 0;
	} 
	
#mainContent p {
	margin:10px 0 5px 0;
	border-bottom: dotted;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	margin-right:10px;
	padding-bottom: 9px;
	}
	
#mainContent a {
	color:#E10126;
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
	}
	
#mainContent a:hover {
	text-decoration:underline;
	}		






#tabellareFoto {
	float:left;
	margin: 0;
	margin-right:8px; 
	}
	
#tabellareTesto{
	margin: 0; 
	padding: 0; 
	}
	
	
	




#footer { 
	padding: 0 10px 0 0;
	margin: 0 15px 0 15px;
	text-align:center; 
	background:#000;
	border-top:solid;
	border-top-color:#666666;
	border-top-width:1px; 
	} 

#footer p {
	margin: 0; 
	padding: 10px 0; 
	color: #666;
	font-size:10px;
	}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
	}
	
#footer a:hover {
	padding-bottom:1px;
	border-bottom:solid;
	border-bottom-width:3px;
	}





#menu p {
	margin: 0; 
	color: #D2B468;
	}

.fltrt { 
	float: right;
	margin-left: 8px;
	}

.fltlft { 
	float: left;
	margin-right: 8px;
	}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
	
	
	