body
{
    margin: 0;
    background-color: #fff;
    min-width: 730px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    text-align: center;
}
#Corpo
{
    background-color: #FFF;
    width: 730px;
    margin: 0 auto;
    text-align: left;
}
#Intestazione
{
    float:none;
    clear:both;
    height:130px;
}
#Intestazione h1
{
    display:block;
    width: 721px;
    height: 89px;
    background-image: url(images/head_h1_bg.jpg);
    background-repeat: no-repeat;
    float: left;
    margin: 0;
}
#Intestazione h1 span
{
    display:none;
}
#Intestazione h2
{
    margin:0;
    font-size:11px;
    color:#9999FF;
}
.Indirizzo
{
    float:left;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    text-align:center;
    color:#3333CC;
    font-size:12px;
    margin:10px;
    padding:2px;
}
hr
{
    float: none;
    clear: both;
    border-right: #99f 2px ridge;
    border-top: #99f 2px ridge;
    border-left: #99f 2px ridge;
    border-bottom: #99f 2px ridge;
    margin:10px 0 10px 0;
    
}
#Menu
{
    clear:both;
}
#Menu ul
{
    list-style-type: none;
    margin:0;
    padding:0;
}
#Menu li
{
    background-image: url(images/li_shell.gif);
    background-repeat: no-repeat;
    /*background-position: 0 .4em;*/
    font-size: 13px;
    float: left;
    padding-left: 28px;
    padding-bottom:2px;
    margin-right:28px;   
}
#Menu li.current
{
    border-bottom:solid 3px #09f;
}    
#Menu a
{
    color: #fa8072;
    text-decoration: none;
}       
#Menu a:hover
{
    color:navy;
}
#Contenuto
{
    float:left;
    width:230px;
    text-align:left;
    padding:0;
    margin:0;
}
#Contenuto p
{
    font-size:0.8em;
}
#Contenuto p:first-letter
{
    font-size:1.2em;
    color:#06f;
    font-weight:bold;
}
#Welcome
{
    float:none;
	margin-top:50px;
	margin-bottom:10px;
	text-align:center;
}
#Welcome h1
{
    display:block;
    width: 721px;
    height: 249px;
    background-image: url(images/Welcome.jpg);
    background-repeat: no-repeat;
    float: left;
    margin: 0;
}
#Welcome h1 span
{
    display:none;
}
#Welcome h2
{
    margin:0;
    font-size:11px;
    color:#9999FF;
}
#Piedipagina
{
    font-size:10px;
    text-align:center;
    color:Gray;
}
#Piedipagina p
{ 
    margin:0;
}
#Piedipagina a
{ 
    color:Gray;
    text-decoration:none;
    font-weight:bold;
}                   