html, body {height:100%; margin: 0 auto; padding: 0 auto; }
html>body {
	font-size: 16px; 
	font-size: 68.75%;
} /* Reset Base Font Size */

body {
	font-family: Verdana, helvetica, arial, sans-serif;
	font-size: 68.75%;
	background: #fff;
	color: #333;
}

h1, h2 { font-family: 'trebuchet ms', verdana, arial; padding: 3px; margin: 0 }
h3 {font-family: 'trebuchet ms', verdana, arial; padding: 3px; margin: 0; color:#06b; }
h1 { font-size: 1.3em}
h2{ font-size: 1.1em}
h3 { font-size: 1em}


#banner { padding: 10px; background-color: #003d68;/*background-color: #06b*/; color: white; font-size: large; border-bottom: 1px solid #ccc;

    background: url(../images/banner.jpg) repeat; text-align: center; height: 180px; }
#banner a { color: white; }

#main { padding: 1em; }

a img { border: none; margin-right: 5px;}

a {color: #000000; text-decoration: none; }
a:hover { text-decoration: underline;}

#navigazione{
	text-align:center;
}
ul#menu
{
margin-top: 8px;
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#menu li{display: inline;
list-style-type: none;}

#menu a { padding: 3px 10px; }

#menu a:link, #menu a:visited
{
color: #fff;
background-color: #036;
text-decoration: none;
}

#menu a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}

.bianco{color: #FFFFFF;}
.azzurro{color: #00aeef;}
.blu{color: #003d68;}
