﻿/* CSS Document */
/*				Proporzione Pixel -->  Dimensione standard
		7  -->  44px
		6  -->  32px
		5  -->  24px
		4  -->  18px
		3  -->  16px
		2  -->  13px
		1  -->  9px

*/
body
{
    margin:0px;
    text-align:center;
    background-image:url('../Comitato/immagini/fondo.jpg');
}
.Cornice
{
    width:955px;
    text-align:center;
    border-width:1px;
    border-style:solid;
    border-color:#FFFFFF;
    overflow:hidden;
    margin-left:auto;
    margin-right:auto;
}
.Testata
{
    text-align:left;
    border-bottom-width:1px;
    border-bottom-style:solid;
    border-bottom-color:#000000;
    height:100px;
    overflow:hidden;
}
.TestataImg
{
    width:228px;
    float:left;
    background-color:#ffffff;
}
.LineaImg
{
    text-align:left;
    float:left;
    width:581px;
}
.Centro
{
    height:475px;
    text-align:center;
}

.Coda
{
    border-top-width:1px;
    border-top-style:solid;
    border-top-color:#000000;

    text-align:center;
    background-color:#FFFFFF;
    height:25px;
}

.MenuSx
{
    float:left;
    text-align:left;
    border-right-width:1px;
    border-right-style:solid;
    border-right-color:#000000;
    width:226px;
    height:475px;
}
.Titolo
{
    background-color:#005599;
    width:200px;
    color:#FFFFFF;
}
.Titolo1
{
    font-size:18px;
    font-family:Verdana;
    font-weight:600;
    background-color:#005599;
    width:140px;
    color:#FFFFFF;
}
.Blocco
{
    float:left;
    width:728px;
    overflow:hidden;
}