﻿body
{
    background-color:#00305a;
    font-family: "Trebuchet MS" , Tahoma, Verdana, sans-serif;
    font-size: 0.75em;
    line-height: 1.5em;
    padding:0px;
    margin:0px;
}
h3
{
    color:#00305A;
}
#main
{
    top:0px;    
    margin-top:0px;
    padding-top:0px;
    width:900px;
    height:100%;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}
#centro
{
    top:0px;    
    margin-top:0px;
    padding-top:0px;
    background-repeat:repeat-y;
    background-image:url('../immagini/centro.jpg');
}
#tbFooter {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height:50px;
}

#footer-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:900px;
	height:3px;
	background-image:url('../immagini/struttura/footer/images/footer_01.gif');
}

#footer-02 {
	position:absolute;
	left:0px;
	top:3px;
	width:900px;
	height:32px;
	vertical-align:middle;
	text-align:center;
	color:#ffffff;
	padding-top:6px;
	background-image:url('../immagini/struttura/footer/images/footer_02.gif');
}

#footer-03 {
	position:absolute;
	left:0px;
	top:35px;
	width:900px;
	height:15px;
	background-image:url('../immagini/struttura/footer/images/footer_03.gif');
}
.banner_titolo
{
    padding-right:60px;
    margin-left:auto;
    text-align:right;
}
.navigazione
{
    color:#00305A;
    text-align:left;
    padding-left:60px;
    padding-top:30px;
    padding-bottom:10px;
}
.navigazione a
{
    color:#00305A;
}
.navigazione a:hover
{
    color:#FFFFFF;
}