body {
     background-image:url('/images/back_top.gif');
     background-repeat:repeat-x;

     margin:0px auto;
     font-family: Verdana, Arial;
     font-size:12px;
     color:#333333;

}

a:link {
     font-size:15px;
     color:#990000;
     text-decoration:none;
}
a:visited {
     font-size:15px;
     color:#990000;
     text-decoration:none;
}
a:hover {
     font-size:15px;
     color:#990000;
     text-decoration:underline;
}

div#root {
     width:100%;
}

div#serbatoio {
     width:1000px;
}

.grande {
     font-size:15px;
}

div#top {
     background-image:url('/images/top.jpg');
     background-repeat:no-repeat;
     width:1000px;
     height:123px;
}

a.top_menu:link {
     color:#FFFFFF;
     font-family:Verdana, Arial;
     font-weight:bold;
     font-size:12px;
     text-decoration:none;
}
a.top_menu:visited {
     color:#FFFFFF;
     font-family:Verdana, Arial;
     font-weight:bold;
     font-size:12px;
     text-decoration:none;
}
a.top_menu:hover {
     color:#FF9933;
     font-family:Verdana, Arial;
     font-weight:bold;
     font-size:12px;
     text-decoration:none;
}

a.bottom_menu:link {
     color:#FFFFFF;
     font-family:Verdana, Arial;
     font-weight:bold;
     font-size:9px;
     text-decoration:none;
}
a.bottom_menu:visited {
     color:#FFFFFF;
     font-family:Verdana, Arial;
     font-weight:bold;
     font-size:9px;
     text-decoration:none;
}
a.bottom_menu:hover {
     color:#FF9933;
     font-family:Verdana, Arial;
     font-weight:bold;
     font-size:9px;
     text-decoration:none;
}

div#left {
     float:left;
     width:220px;
     background-color:#6B0318;
     margin:0px auto;
}

div#content {
     float:right;
     background-color:#FFFFFF;
      width:750px;
}

div#foot {

     width:100%;
     background-color:#6B0318;
}

div.rett_left {
     width:186px;

     margin-top:17px;
     margin-left:17px;
     background-color:#C8C891;
}

a.left_menu:link {
     font-weight:bold;
     text-decoration:none;
     font-size:12px;
     color:#333333;
}
a.left_menu:visited {
     font-weight:bold;
     text-decoration:none;
     font-size:12px;
     color:#333333;
}
a.left_menu:hover {
     font-weight:bold;
     text-decoration:underline;
     font-size:12px;
     color:#333333;
}

div.rett_rosa {
     width:500px;
     background-image:url('/images/trasp_rosa.png');
     background-repeat:repeat-y;
}

div.rett_militar {
     width:500px;
     background-color: #C8C891;
}

.testo_grande {
     font-size: 15px;
     line-height:1.7;
}

.testo_bianco {
     color:#FFFFFF;
}

.testo {
     line-height:1.5;
}

div.fondo_militar {
     width:466px;
     background-image:url('/images/fondo_militar.jpg');
     background-repeat:repeat-y;
}

.cursore {
     cursor: pointer;
}

