*{
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
} 
body{
   /* background: url('../images/background/O/background1.jpg') fixed no-repeat;  */
}

h1,h2,h3,h4{
    color:blue;
}


#mainContainer{
    width: 970px;
    margin-left: auto;
    margin-right: auto;
    background: red;
}
#menuContainer{
    padding-left:5px;
    padding-right:5px;
    float: left; 
    width: 250px;
    float: left;
    position: relative;
    z-index: 500;


}
#menu{
    width: 240px;
    margin-left: auto;
    margin-right: auto; 
}
#corpo{

    width: 620px;
    margin-left: 20px;

}


#corpo ul{
    list-style: none;
    margin: 10px;
}


#corpoContainer{
    width: 710px;     
    float: left;      
    position: relative;
    background:url('../images/menu/content_back.png') repeat-y;  
    min-height: 1100px;



}

#nascondiMenu{
    background :url('../images/menu/hide_menu_back.png') no-repeat;

    width: 100%; 
    height: 130px;
    text-align: center;
}

#testo{
    width: 100%;
    background :url('../images/menu/menu_back.png') repeat-y;   

}

#logo{
    background :url('../images/menu/logo_back.png') no-repeat center; 
    width: 100%;        
    height: 120px;        
}

#testo #navbar{

    list-style: none;
    width: 180px;
    margin-left: auto;
    margin-right: auto;

} 

.top_nav{

    list-style: none;
    border-top:1px solid white;
    margin-left: auto;
    margin-right: auto;
    margin-bottom : 5px;

}  

.top_nav ul li{

    position: relative;
    list-style: none;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    border-top:1px solid white; 
    margin-top : 5px; 
    margin-bottom : 5px; 
    padding: 5px;

    font-size: 15px;

    }.top_nav ul li *{font-size: inherit;}.top_nav ul li:first-child{border:none}

.top_nav ul li a{

    width: 120px;

}   

.top_nav ul{

    list-style: none;
    width: 240px;
    height: 340px;
    margin-left: auto;
    margin-right: auto;

    /*  display:none;         */

    position: absolute;
    left: 210px;top:220px;
    background :url('../images/menu/menu_back.png') repeat-y;    




} 

.top_nav a{
    width: 180px;
    height: 40px;
    font: bold 20px 'Myriad Pro Cond', 'Myriad Pro', 'Helvetica', 'Verdana', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 20;
    outline: none;
    color:#03F;  

}  

#testo ul li span
{
    font: italic bold 12px 'Myriad Pro', 'Helvetica', 'Verdana', sans-serif;
    z-index: 10;
    text-transform: none;
    display: block;
}

a.corrente{color: white;}a.corrente *{color: white;}





blockquote{display: block;
    padding: 0px 80px 30px 30px;
    margin-left: 0px;
    width: 600px;
    font-style: italic;
}
