html {
	height: 100%;
	overflow: hidden;
}

body {
	padding:0;
	margin: 10px 0 0 0;
	position: relative;
	top: 0;
	left: 0;
	height: 600px;
	background-color: #0033cc;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
/*	scroll: no;
/*	overflow: hidden; */
	font-size: 15px;
}
p {
	margin: 0; padding:0;
}
a img {
	border:none;
}

#contenitore {
/*	height: 100%; */
	width: 940px;
	height: 680px;
	padding: 0;
	margin: 0;
	position: absolute;
/*	top: 50%; */
	left: 50%;
	margin: 0 0 0 -470px;
/*	background-image: url(img/home.gif); */
	background-color: white;
/*	background-repeat: no-repeat;
	background-position: center; */
	
/* vecchie impostazioni	
	position: relative;
	margin: 0 auto;
	width: 780px;
attenzione che fa uscire il fondo dalla pagina
	height: 100%; */
}

#titolo {
	text-align: left;
	font-family: comics, "times new roman", arial;
	font-size: 32px;
	word-spacing: 2px;
	letter-spacing: 2px;
	color: blue;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
/*	height: 150px;*/
}

#banner {
/*	text-align: left;
	font-family: comics, "times new roman", arial;
	font-size: 12px;
	word-spacing: 0px;
	letter-spacing: 0px;
	color: yellow; */
	background: white;
	position: absolute;
	top: 0;
	left: 360px;
	width: 420px;
	height: auto;
}

#menu {
	text-align: left;
	font-family: comics, "times new roman", arial;
	font-size: 12px;
	word-spacing: 0px;
	letter-spacing: 0px;
	color: yellow;
	background: white;
	position: absolute;
	top: 200px;
	left: 0px;
	width: 200px;
/*	height: 432px;*/
}

#principale {
	text-align: center;
	font-family: comics, "times new roman", arial;
	font-size: 32px;
	word-spacing: 2px;
	letter-spacing: 2px;
	color: #009;
	/*	background-color:#CCC;*/
	position: absolute;
	top: 120px;
	left: 215px;
	width: 660px;
	height: 480px;
	overflow-y: auto;
}

#principale p {
	margin: 0;
	padding:0;
	text-align: justify;
	font-family: comics, "times new roman", arial;
	font-size: 12px;
	word-spacing: 2px;
	letter-spacing: 0px;
	color: #009;
}

#principale h2 {
	margin: 0;
	padding:0;
	text-align: left;
	font-family: comics, "times new roman", arial;
	font-size: 16px;
	word-spacing: 2px;
	letter-spacing: 2px;
	color: #009;
}

#principale h3 {
	margin: 0;
	padding:0;
/*	text-align: justify;*/
	font-family: comics, "times new roman", arial;
	font-size: 12px;
	word-spacing: 2px;
	letter-spacing: 0px;
	color: #009;
}

a {
	color: white;
	text-decoration: none;
}

a:hover{
	color: #F60;
	text-decoration: none;
/*	background: #ffff33;*/
	background-image:url(immagini/menu_sfondo_selezione.gif)
}

#menu ul {
	width: 200px;
	list-style: none;
	margin: 0;
	padding: 0;
}

/*#menu li {
	margin: 0;
}*/

#menu li a{
	display: block;
	margin: 0;
	padding: 0 1em;
	height: 30px;
	line-height: 30px;
	border-width: 2px 0;
	border-style: solid;
	background-image:url(immagini/menu_sfondo.gif)
}

#menu li a:hover{
	color: #FF0;
	text-decoration: none;
/*	background: #ffff33;*/
	background-image: url(immagini/menu_sfondo_selezione.gif);
}

table {
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: none;
	text-align: justify;
	font-family: comics, "times new roman", arial;
	font-size: 12px;
	word-spacing: 0px;
	letter-spacing: 0px;
	color: #06F;
/*	border-color: yellow;
	border-style: solid;
	border-width: 2px;
	empty-cells: hide;
	background: black; */
}

table a {
	color: red;
	text-decoration: none;
}

table a:hover{
	color: #F60;
	text-decoration: none;
/*	background: #ffff33;*/
	background: none;
}

#calendario {
	margin: 10;
	padding: 10;
	background-color: white;
	text-align: justify;
	font-family: comics, "times new roman", arial;
	font-size: 12px;
	word-spacing: 2px;
	letter-spacing: 0px;
	color: #009;
}

#calendario p {
	margin: 0;
	padding:0;
	text-align: justify;
	font-family: comics, "times new roman", arial;
	font-size: 12px;
	word-spacing: 2px;
	letter-spacing: 0px;
	color: #F00;
}

#calendario p {
	margin: 0;
	padding:0;
	text-align: justify;
	font-family: comics, "times new roman", arial;
	font-size: 12px;
	word-spacing: 2px;
	letter-spacing: 0px;
	color: #F00;
}

#calendario td rosso{
	margin: 0;
	padding:0;
	text-align: justify;
	font-family: comics, "times new roman", arial;
	font-size: 12px;
	word-spacing: 2px;
	letter-spacing: 0px;
	color: #F00;
}

#white {
	color: #FFF;
}

