body {

     background-color:#F7F7F7;
     font-family: 'Trebuchet MS', Verdana, Arial;
     font-size:11px;
     color:#999999;
     margin:0px auto;

}

div#root {
     width:100%;
     margin:0px auto;
}

div#scatola {
     width:922px;
     background-image:url('/images/bgr.jpg');
     background-repeat:repeat-y;
     margin:0px auto;
}

div#content {
     width:800px;
     background-color:#FFFFFF;
     margin:0px auto;
}

div#left {
     float:left;
     width:291px;
}

div#right {
     float:right;
     width:459px;

}

div#center {
     width:32px;
     margin-left:291px;
}

div#foot {
     clear:both;
     width:738px;
     background-color:#CBCBCB;
     margin:0px auto;
     text-align:center;
     padding-top:6px;
     padding-bottom:6px;
     color:#7E7E7E;
     font-weight:bold;
     
}

div.liv_menu {
     width:209px;
     border-top:1px dashed #8C8C8C;
     padding-top:7px;
     padding-bottom:15px;
}

a.menu:link {
     text-decoration:none;
     font-weight:bold;
     color:#8C8C8C;
     font-size:11px;
}
a.menu:visited {
     text-decoration:none;
     font-weight:bold;
     color:#8C8C8C;
     font-size:11px;
}
a.menu:hover {
     text-decoration:none;
     font-weight:bold;
     color:#267FFF;
}

.sottotitolo {
     font-size:12px;
     color:#333333;
     font-weight:bold;
}

a.continua:link {
     color:#267FFF;
     text-decoration:none;
}
a.continua:visited {
     color:#267FFF;
     text-decoration:none;
}
a.continua:hover {
     color:#267FFF;
     text-decoration:none;
}



