body
{
    font-family: "Verdana", "Arial", "Helvetica", sans-serif;
    font-size: 11px;
    color: #333;
    background-image: url("/img/fondo.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #979797;
}

img
{
    border: 0;
}

a
{
    text-decoration: none;
}

a:link
{
    color: #333;
}

/**
* ID
**/

#container
{
    background-color: #333;
    position: absolute;
    top: 0;
    width: 835px;
    height: 700px;
    margin-left: -413px;
    float: left;
    left: 50%;
    padding: 0;
}

#menuSx
{
    float: left;
    margin-left: 5px;
    width: 189px;
    background-attachment: scroll;
    background-image: url("/img/fianco-sx.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #fff;
    height: 525px;
}

#link
{
    text-align: right;
    margin-top: 30px;
    margin-right: 10px;
}

#link li
{
    list-style-type: none;
    line-height: 2em;
}

#menuTop
{
    float: left;
    margin-left: 5px;
    width: 633px;
    height: 64px;
}

#corpo
{
    float: left;
    margin-left: 5px;
    width: 380px;
    height: 446px;
    background-color: #FFFFFF;
    padding: 10px;
    line-height: 1.5em;
}

#footer
{
    padding-bottom: 0;
    width: 215px;
    padding: 5px;
}

#boxFoto
{
    float: left;
    margin-left: 5px;
    width: 215px;
}

.foto
{
    width: 215px;
    background-color: #FFFFFF;
    padding: 5px;
    margin-bottom: 5px;
}


.txt-bianco
{
    color: #fff;
}

.txt-rosso
{
	color: #900;
}

.txt-bold
{
    font-weight: bold;
    color: #333;
}

a:hover
{
    color: #900;
    text-decoration: underline;
}
