            body {
                background-image:url(../imgs/bg_repx.jpg);
                background-repeat: repeat-x;
                background-position: center top;
                margin:0;
                padding:0;
                font-family: sans-serif;
                text-align:center;
            }
            
            .container {
                background-image:url(../imgs/cont_repx.png);
                background-repeat: repeat-x;
                background-position: center top;
                height:613px;
                width:100%;
                margin-top:15px;
                padding-top:25px;
                
            }
            
            .main {
                margin-left:auto;
                margin-right:auto;
                height:565px;
                width:900px;
            }
            
            .menu {
                text-decoration:none;
                text-align:center;
                width:780px;
                height:25px;
                margin-left:auto;
                margin-right:auto;
                clear:both;
                line-height:16px;
                font-size:16px;
            }
            
            .menu ul li{
                display: inline;
                margin-left:15px;
                margin-right:20px;
                text-align:center;
            }
            .menu ul li a {
                text-decoration:none;
                font-weight:bold;
                color:#c67875;
            }

            .menu ul li a:hover {
                color:#8f3616;
            }
            
            #sottomenu {
                text-decoration:none;
                font-weight:bold;
                color:#c67875;
                margin-top:-10px;
                margin-left: 20px;
                background-color: #ffeae8;
                
                
            }
            
            .contenuti {
                clear:both;                
                width:899px;
                height:480px;
                border-bottom:1px solid #e2d0b8;
                margin-left:auto;
                margin-right:auto;                
            }
            
            .footer {
                text-align:center;
                margin-left: auto;
                margin-right: auto;
                clear: both;
                width: 860px;
                height:25px;
                margin-top:19px;
                text-decoration:none;
                color:#8f3616;
                font-size:12px;
            }
                
            .scheda {
                background-image:url(../imgs/cont_scheda.png);
                background-repeat: no-repeat;
                background-position: top left;
                width:853px;
                height:454px;
                margin-top:10px;
                margin-right:85px;
                margin-left:auto;             
            }
            
            .sched-img {
                float:left;
                border:1px solid black;
                width:265px;
                
                margin-left:102px;
                margin-top:23px;

            }
            
            .sched-descr {
                float:right;
                margin-top:4px;
                margin-right:18px;
                width:400px;
                height:380px;
                color:#222222;
                font-family: sans-serif;
                font-size:12px;
                text-align: left;
                overflow:auto;                
            }
            
            .sched-descr b,h1,h2,h3 {
                color:#8f3616;
            }
            
            .sched-descr ul li {
                list-style: none;
                line-height:30px;
            }
            
            .sched-descr ul li a{
                text-decoration: none;
                color:#c67875;
                font-size:16px;
                background-image: url('../imgs/bullets_menu.png');
                background-position:top left;
                background-repeat: no-repeat;
                list-style: none;
                padding-left:36px;
                font-weight:bold;
            }
            
            .sched-descr ul li a:hover{
                color:#8f3616;
                background-image: url('../imgs/bullets_menu_off.png');
            }
            
            .sched-descr h1,h2,h3 {
                border-bottom: 1px dotted #8f3616;
            }
            
            .sched-path {
                float:right;
                margin-top:28px;
                margin-right:18px;
                width:400px;
                height:20px;
                color:#8f3616;
                font-family: sans-serif;
                font-size:12px;
                text-align: left;
            }
            .sched-path a{
                color:#8f3616;
                text-decoration:none;
            }
            
            .prodotti ul li a{
                text-decoration: none;
                color:#8f3616;
            }
            
            #main_content {
                margin-left:100px;
                margin-right:40px;
                padding-top: 30px;
                padding-bottom:30px;
                height: 400px;
            }