body
{
    margin: 0 auto;
    font-family: Verdana;
    font-size: 12px;
}

/* Style Layout */
#contenitore
{
    margin: 0 auto;
    width: 850px;
    height: 600px;
}

.td1
{
    width: 850px;
    height: 150px;
    vertical-align: middle;
    text-align: center;
}
.td2
{
    width: 250px;
    height: 450px;
    vertical-align: middle;
    text-align: center;
}
.td3
{
    width: 600px;
    height: 450px;
    vertical-align: middle;
    text-align: center;
}

#menu
{
    border: 1px solid #FF0000;
    margin: 0 auto;
    width: 180px;
    height: 380px;
    vertical-align: top;
    text-align: left;
    background-color: white;
    overflow: auto;
}

#menu ul
{
    list-style-type: none;
    list-style-image: none;
    list-style-position: inside;
    line-height: 18px;
    margin-left: -30px;
}

#menu li
{
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
}

#menu .li_sot_cat
{
    font-family: Verdana;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
}

#pagina
{
    border: 1px solid #0000FF;
    padding: 10px;
    margin: 0 auto;
    width: 380px;
    height: 360px;
    vertical-align: top;
    text-align: left;
    background-color: white;
    overflow: auto;
}

a:link, a:visited
{
    text-decoration: none;
    color: #FF0000;
}

a:hover, a:active
{
    color: #0000FF;
    text-decoration: none;
}

img
{
    border: 0;
}

