
* { margin: 0; padding: 0; } /*Inizializza a zero tutti gli elementi*/
img {border: none;}

body {
	font: 8pt verdana;
	color: #333;
	text-align: center;
	background-image: url('../img/sfondo.gif');
}

/* Barra in alto per i motori di ricerca*/
h1 {
	width: 978px;
	background-color: #808080;
	font: 8pt tahoma;
	color: #CAC8C8;
	letter-spacing: 3px;
	text-align: left;
	padding: 2px 0 2px 0;
	margin: 0 auto 0 auto;
}
.pt1 {
	display: inline;
	width: 10px;
	height: 10px;
	margin: 0 7px 0 5px;
	background-color: #fff;
}

/* Struttura di pagina*/
#cnt {
	display: table;
	width: 978px;
	margin: auto;
	text-align: left;
	background-color: #fff;
}
#cnt1 {
	display: table;
	text-align: left;
	margin: 1px;
	background-color: #010101;
	background-image: url('../img/sfondo1.gif');
	background-repeat: repeat-y;
}
#corpo {
	display: table;
	text-align: left;
	margin: 0 0 0 20px;
	background-color: #fff;
}
#testa {
	height: 193px;
	background-image: url('../img/sfondo_testa2.gif');
	background-repeat: no-repeat;
	background-color: #fff;
}
.tst_img {
	float: left;
	border: none;
}
.tst_img1 {
	float: right;
	border: none;
}
#tst_bt {
	clear: left;
	padding: 1px 0 0 25px;
	font: bold 11pt "courier new";
	color: #fff;
}
#corpo1 {
	display: table;
	width: 956px;
	text-align: left;
	background-color: #fff;
}
#page {
	float: left;
	width: 678px;
	padding: 20px 20px 0 80px;
	border: solid 0px #444;
}

/* SPALLA SX */

#spalla_sx {
	float: left;
	width: 174px;
	background-color: #E6E6E6;
	min-height: 540px;
	height: 540px !important;
}
#spalla_sx1 {
	float: left;
	width: 174px;
	background-color: #E6E6E6;
	min-height: 2200px;
	height: 2200px !important;
}
#spalla_sx2 {
	float: left;
	width: 174px;
	background-color: #E6E6E6;
	min-height: 900px;
	height: 900px !important;
}
#spalla_sx3 {
	float: left;
	width: 174px;
	background-color: #E6E6E6;
	min-height: 620px;
	height: 620px !important;
}
#menu {
	width: 174px;	
	background-color: #fff;
}
.menu_link {
	height: 28px;
	margin: 0 0 0 3px;
	background-color: #E6E6E6;
	border-bottom: solid 2px #B3B3B3;
}
.menu_bt_img {
	float: left;
	width: 28px;
	height: 28px;
	border: none;
	vertical-align: middle;
}
.menu_link a{
	float: left;
	font: bold 12pt "courier new";
	color: #000;
	margin: 5px 0 0 5px;
	text-decoration: none;
}
#sx_blk {
	margin: 1px 0 1px 3px;
	background-color: #818181;
	
}

/* PIEDE */
#piede {
	width: 978px;
	background-color: #818181;
	font: 9pt "courier new";
	color: #fff;
	text-align: left;
	padding: 2px 0 2px 0;
	margin: 0 auto 0 auto;
}

/* Credits */
#credits {
	width: 978px;
	font: 8pt tahoma;
	color: #444;
	margin: 4px auto 4px auto;
	padding-bottom: 3px;
	text-align: center;
}
.cr_ico {
	width: 80px;
	height: 15px;
	border: none;
	margin: 0 10px 0 10px;
	vertical-align: middle;
}
#credits a{
	color: #444;
	text-decoration: none;
}
#credits a:hover{
	color: #ff6600;
}


