﻿/* centrare la pagina web a larghezza fissa */
body { 
    text-align:center;
    font-family: verdana, arial;
    font-size:11px;
    background-color:#660000;
    }  
#testa { width:985px; height:107px; margin:5px auto 0px auto; text-align:left }
#menu { width:985px; height:28px; margin:0px auto; text-align:left }
#corpo { width:985px; margin:0px auto 0px auto; text-align:left }

#piedipagina { width:985px; height:28px; margin:0px auto; text-align:center; }

/* testa */
#testa { 
    background:#660000; 
    background-repeat:no-repeat;
    padding:0px; 
    
}

/* menu */
#menu 
{
	position:relative; 
    background:transparent;
    color:#fff;
    padding:5px 15px auto 15px;
}
      

/* corpo */
#corpo { 
    position:relative; 
    background:#ffffff; 
    height:450px;

}
#corpo-colonna1 
{
    position:absolute; top:0; left:0;
    background-repeat:repeat-y;
    width:22px;
    padding: 0px 0px 0px 0px; 
    height:100%;
}
#corpo-colonna2 
{
	
    margin:0 276px 0 22px; /*0 200px 0 160px; */
   /*border-left:1px solid #000; 
    border-right:1px dotted #000; */
    min-height:300px;
    background:#ccc; 
    background-repeat:no-repeat;
    background-position:right bottom;
    padding:10px 10px auto 10px; 
    height:450px;
}
#corpo-colonna3 
{
	position:absolute; top:0; right:0; 
    width:276px; 
    padding: 0px 0px 0px 0px; 
    background-color:#660000;
    height:100%;
}

/*pie' di pagina */
#piedipagina 
{
    background-color:#c0c0c0; 
    background-repeat:repeat-x; 
    padding:0px 0px 0px 0px; 
}

/* Tag DivCenter */

* div.DivCenter
{
	width:100%;
	text-align:center;
}

div.DivCenter
{
	width:100%;
	text-align:-moz-center;
}
a.hover
{   font-family: Verdana;
    font-size: 10px;
    color: #fff;
    text-decoration: none;
}

a.link

{   font-family: Verdana;
    font-size: 10px;
    color: #ccc;
    text-decoration: none;
}
 
 a
{   font-family: Verdana;
    font-size: 11px;
    color: #000;
    text-decoration: none;
}