body {
	text-align: center;
	background-color: #F4FCFF;
	background-image: url(images/fondo_body.gif);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.corpo {
	width: 760px;
	height: 100%;
	background-image: url(images/fondo_corpo.gif);	
}

td.sottotestata {
	background-image: url(images/sotto_testata.gif);
	width: 760px;
	height: 29px;
}

td.menu {
	width: 160px;
	padding-left: 10px;
	vertical-align: top;	
}

td.contenuti {
	width: 600px;
	padding-left: 10px;
	padding-right: 15px;
	vertical-align: top;
}

td.piede {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: White;
	background-image: url(images/piede.gif);
	width: 760px;
	height: 60px;
	padding: 13px 15px 0px 15px;
	vertical-align: top;
}

h1 {
	width: 550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	border-bottom: thin solid #01478A;
}

#menu, #menu li {
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	float: left;
	display: block;
}

#menu a {
	color: #00468B;
	text-decoration: none;
	display: block;
	border-top: 0px;
	border-bottom: 1px solid #98BFD0;
	border-right: 10px solid #E2F5FE;
	padding: 5px 0px 5px 5px;
}

#menu a:hover {
	border-right: 10px solid #497CAD;
	background-color: #E2F5FE;
	color: Black;
}

a.link1 {
	color: #02498C;
	text-decoration: none;
	border-bottom: 1px dashed #E2F5FE;
}

a.link1:hover {
	color: black;
	border-bottom: 1px dashed #6490B9;
}

a.design {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid #76D4FA;
}

a.design:hover {
	border-bottom: 1px solid #FFFFFF;
}


.img1 {
	background-color: #01478A;
	border: 5px solid #E2F5FE;
	padding: 1px;
}

/* ---- galleria immagini ----- */
div#galleria img {
	background-color: #01478A;
	display: block;
	padding: 2px;
	border: 0px;	
}
div#galleria a {
	text-decoration: none;
}
div#galleria a:hover {
	
}