@font-face {
	font-family: my_helvetica;
	src: url('HelveticaThn.ttf');
}

@font-face {
	font-family: my_helvetica_light;
	src: url('HelveticaLt.ttf');
}


body{
	background:#000000;
	color: #FFFFFF;
	height: 100%;
	margin: 0; 
	text-align: center;
}

a:link img,a:link {
	border: 0px;
	color: #000;
}

a:hover img,a:hover{
	border: 0px;
	color: #000;
}

a:visited img,a:visited {
	border: 0px;
	color: #000;
}

a:active img,a:active{
	border: 0px;
	color: #000;
}


/* il contenitore della galleria */


#contenitore{
	margin: auto;
	border:0;
}

.bottoni{
	float: left;
	border: 0px;
/* border: 1px solid #456; */
}


#tabella{
	margin: auto;
	border: 0px;
	width: auto;

}

#tabella td{
	border: 12px solid #000;
	border-bottom: 12px solid #000;
	border-top: 12px solid #000;
}

#tabella td img{
	/*width: 81px;
	height: 81px;*/
}




#menu{
	margin: auto;
	border: 0px;
	display: block;
	padding: 0px; 
	width:970px;
}


#wrapper {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	border:0;
	margin-bottom: 10px;
}

#sinistro {
	clear: both;
	float: left;
	width: 15%;
	padding-top: 200px;
}

#destro {
	float: right;
	width:15%;
	padding-top: 200px;
}

#centro { 
	float: left;
	width: 69%;
}

#header {
	display: block;
	margin: 0 0 0 0;
}


#photoslide td{
	border: 0px;
	border-right: 10px;
	border-style: solid;
	border-color: black;
	
}

.reportage {
	font-family: my_helvetica;
	color: #e6e6e6;
}

.reportage_sub{
	font-family: my_helvetica_light;
	color: #e6e6e6;
}

h3{
font-size: 15px;
}





