html, body {
	height: 100%;
}

body {
	/*background: #ffc000 url(../img/sfondo.jpg) top center no-repeat fixed;*/ /* centrato, nessuna ripetizione */
	background: #FFC000 url(../img/sfondo.png) top repeat-x; /* centrato, ripetizione orizzontale */
	color: #444;
	overflow: -moz-scrollbars-vertical;
	margin: 0px;
}

td {
	font-family: Verdana, "trebuchet MS", Arial, Sans-serif;
	font-weight: normal;
	color: #333333;
	font-style: normal;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0px;
}

th {
	font-family: Verdana, "trebuchet MS", Arial, Sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	font-size: 14px;
	line-height: 15px;
	letter-spacing: 0px;
}

A {
	color: #333333; font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	font-size: 12px;
}
A:HOVER {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
A:ACTIVE {
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}

strong {
	color: #333333;
}

h1 {
	font-family: Verdana, "Trebuchet MS", Arial, Sans-serif;
	font-weight: normal;
	color: #555555;
	font-style: normal;
	font-size: 20px;
	padding-top: 10px;
	line-height: 0px;
}

/* ----------------------------- tabella menu alto ----------------------------- */

#menu {
	width: 768px;
	height: 120px;
	/*background: #FFFFFF;*/
	align: center;
}

/* ----------------------------- tabella corpo pagina ----------------------------- */

#corpo_pagina {
	width: 768px;
	background: #FFFFFF;
	align: center;
}

#corpo_sx {
	width: 576px;
	background: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 50px;
}

#corpo_dx {
	width: 192px;
	background: #EBEBEB;
	padding-top: 20px;
	padding-bottom: 50px;
}

#sfondo_riga {
	background: #333333;
	height: 1px;
}

/* ----------------------------- tabella footer ----------------------------- */

#footer {
	width: 748px;
	align: center;
	font-family: Verdana, "trebuchet MS", Arial, Sans-serif;
	font-weight: normal;
	color: #333333;
	font-style: normal;
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* ----------------------------- pulsante colonna dx ----------------------------- */

A.link_menu {
	color: #333333; font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	margin-top: 100px;
}
A.link_menu:HOVER {
	color: #FC0000;
	font-weight: normal;
	text-decoration: none;
}
A.link_menu:ACTIVE {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}

#pulsante_menu {
	background: #EBEBEB;
	height: 20px;
}

#sfondo_riga_menu {
	background: #999999;
	height: 1px;
}

/* ----------------------------- testo colonna dx ----------------------------- */

.testo_dx {
	font-family: Verdana, "trebuchet MS", Arial, Sans-serif;
	font-weight: normal;
	color: #333333;
	font-style: normal;
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 0px;
}

/* ----------------------------- link colonna dx ----------------------------- */

A.link_dx {
	color: #333333; font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
	margin-top: 100px;
}
A.link_dx:HOVER {
	color: #FC0000;
	font-weight: normal;
	text-decoration: none;
}
A.link_dx:ACTIVE {
	color: #333333;
	font-weight: underline;
	text-decoration: none;
}

/* ----------------------------- testo footer ----------------------------- */

.testo_footer {
	font-family: Verdana, "trebuchet MS", Arial, Sans-serif;
	font-weight: normal;
	color: #af791e;
	font-style: normal;
	font-size: 10px;
	line-height: 11px;
	letter-spacing: 0px;
}