body
{
    margin: 0;
    background-color: #FABD7C;
    min-width: 900px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    text-align: center;
    background-image: url(images/background.jpg);
    background-repeat:repeat-y;
}
a
{
    text-decoration:none;
}
a img
{
    border:0;
}
#Corpo
{
    background-image: url(images/p_bg.png);
    background-repeat:no-repeat;
    width: 1080px;
    min-height:590px;
    margin: 10px auto;
    text-align: left;
}
#Logo
{
    margin: 20px 0 0 60px;
}
#Lang
{
	width:auto;
	float:left;
	position:absolute;
	text-align:right;
	right:30px;
	top:0;
}
#Lang a
{
	border:0;
	margin:0 0 0 15px;
}
#show1
{
    width:307px;
    height:289px;
    background-image:url(images/slide1_bg.png);
    background-repeat:no-repeat;
    float:left;
}
#show2
{
    width:575px;
    height:289px;
    background-image:url(images/slide2_bg.png);
    background-repeat:no-repeat;    
    float:left;
}
#show1 img
{
    margin:9px 0 0 11px;
}
#show2 img
{
    margin:9px 10px 9px 14px;
}
#Intestazione
{
    float:none;
}
#Intestazione h1
{
    display:block;
    width: 339px;
    height: 124px;
    background-image: url(images/h1_logo.gif);
    background-repeat: no-repeat;
    float: left;
    margin: 0;
}
#Intestazione h1 span
{
    display:none;
}
#Intestazione h2
{
    margin:0;
    font-size:11px;
    color:#9999FF;
}
#Info
{
    float:none;
    clear:both;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    text-align:right;
    color:#FABD7C;
    font-size:10px;
    margin:13px 23px 0 0;
    padding:2px;
}

#Menu
{
    font-size:14px;
    color:#5B2500;
    text-align:right;
    margin:50px 0 0 315px;
}
#Menu a
{
    display:block;
    float:left;
    font-size:14px;
    color:#5B2500;
    margin-right:25px;
    border-bottom:5px solid #FEEBDA;/*FEF0E5 transparent;*/
}
#Menu a:hover
{
    border-bottom-color:#FDC286;
}
#Contenuto
{
    width:900px;
    clear:both;
    margin:0 auto;
	position:relative;
}
#Piedipagina
{
    font-size:11px;
    color:#cc6600;
    text-align:center;
}
#Piedipagina p
{   
    margin:0;
}    