/* CSS Document */




/* ************ BODY ************ */

body {
	background	: #000000;
}

a {	
	
	text-decoration :    none;	
}


/* ************ BANNER ************ */

#banner {

	width		: 951px;

	height		: 200px;

	margin		: 0 0 0 6px;
	background  : url("images/img/Banner3.gif");

}	

/* ************ SEZIONI ************ */

#sezioni {

	width		: 820px;

	height		: 120px;
	
	margin      : 0 0 0 135px;
	background  : #000000;
	

}


/* ************ MENU SINISTRA ************ */	


#menu_sinistra {
   width       : 130px;
   height      : 723px;
   position    :absolute;
   top         :0px;
   left        :6px;
  background:url("images/img/menu_sinistra.gif");
  float        :none;
  
}

/* ************ MENU DESTRA ************ */	

#menu_destra {
	width       : 130px;
	height      : 301px;
	position    :absolute;
	left: 757px;
	top: 328px;
	
  
}

/* ************ CENTRO PAGINA ************ */

#centro_pagina {
	width       : 610px;
	height      : 450px;
	margin-left : 135px;
	margin-top  : 115px;
	ba

}

/* ************ BOTTONI ************ */

#elenco_bottoni {
    width		 : 130px;
    height		 : 105px;
    margin		 : 330px 0 0 0;
}

#bottone1 {

	float		     : right;
	width		     : 130px;
	height		     : 35px;
	line-height      : 35px;
	vertical-align   :	middle;
	text-transform   : capitalize;
}
#bottone2 {
background-image :url("images/img/Foto.gif");
	float		 : right;
	width		 : 130px;
	height		 : 35px;
	line-height  : 35px;
	vertical-align :	middle;
	text-transform: capitalize;
}
#bottone3 {
background-image :url("images/img/Contatti.gif");
	float		: right;
	width		: 130px;
	height		: 35px;
	line-height : 35px;
	vertical-align :	middle;
	text-transform: capitalize;
}

#prova {
	width		: 160px;
	height		: 50px;
	line-height : 35px;
	vertical-align :	middle;
	text-transform: capitalize;
	position     :absolute;
	left: 334px;
	top: 276px;
	border:none;
}
#prova1 {
	width		: 160px;
	height		: 50px;
	line-height : 35px;
	vertical-align :	middle;
	text-transform: capitalize;
	position       :absolute;
	left: 530px;
	top: 276px;
}

/* ************ TABELLA ************ */

#centro_pagina #tabella {
	position:absolute;
	left: 147px;
	top: 327px;
}

#centro_pagina #tabella1 {
	position:absolute;
	left: 182px;
	top: 508px;
	width: 554px;
} 


#centro_pagina #tabella2 {
	position:absolute;
	left: 158px;
	top: 371px;
	width: 554px;
} 

