/* 20090316.014 */
* { font-family:Arial,Helvetica,sans-serif; font-size:12px; }
body { margin:0; padding:0; }

.header { width:760px; text-align:center; }

.titolo { font-weight:bold; font-size:24px; color:#D34947; padding:10px 0; }
  .titolo .sottotitolo { font-weight:bold; font-size:18px; color:#039; }

.menu { float:left; width:170px; }
  .menu ul { background-color:#EDE9E3; list-style-image:url(/img/dot_menu.gif); padding:0 20px; margin:0; line-height:2em; }
    .menu ul li { white-space:nowrap; }
      .menu ul li a { color:#000; text-decoration:none; }
        .menu ul li .menuMainLink { color:#D34947; font-weight:bold; line-height:4em; }
        .menu ul li .active { color:#D34947; }
      .menu ul li a:hover { text-decoration:underline; }
  .menu .sponsor { text-align:center; margin-top:10px; line-height:2em; }

.main { margin-left:170px; padding:5px 20px; border:1px solid #EDE9E3; min-height:200px; }
  .main .titolo { font-weight:bold; font-size:16px; color:#D34947; }
  .main .testo { line-height:1.5em; }
    .main .testo div { padding-bottom:15px; }
    .main .testo.ul { margin-top:0; }

.footer { clear:both; }