*{	margin: 0px;}

body {
	background-color: #F1F6F9;
	background-image: url(sfondo.png);
	background-repeat: repeat-x;
	color: #000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#container{
	width: 795px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(container-sfondo.png);
	background-repeat: no-repeat;
}

#up{
	height: 82px;
}
#menu{
	background-image: url(menu.png);
	background-repeat: no-repeat;
	height: 47px;
	margin: 0px;
	padding: 0px;
}


#foto{
	height: 319px;
	background-image: url(foto.png);
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
}


#corpo{
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer{
	background-image: url(footer.png);
	color: #5C6040;
	text-align: center;
	font-size: 13px;
	padding-top: 25px;
	padding-bottom: 50px;
}

#pagina{
	background-image: url(ombra.png);
	padding-right: 17px;
	padding-left: 18px;
}



/* ----------------------- */

#menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu li{
	line-height: 47px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(menu-div.png);
	background-repeat: no-repeat;
	background-position: right;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 47px;
}

#menu li:hover{
	background-image: url(menu-div-hover.png);
	background-repeat: repeat-x;
	height: 47px;
}

#menu li a{
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#menu li a:hover{
	color: #F00;
}
#corpo #sinistra{
	width: 450px;
	float: left;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C2C6AA;
	text-align: justify;
}

#corpo #sinistral{
	width: 100%;
	padding-right: 10px;
	text-align: justify;
}

#corpo #destra{
	width: 247px;
	float: left;
	padding-left: 10px;
	text-align: justify;
}
#stop{
	clear: both;
}

/* ------------------------  */

#lang {
	text-align: right;
	display: block;
}
#lang ul{
	list-style-type: none;
	margin: 0px;
	padding-top: 56px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 505px;
}
#lang li{
	background-image: url(lang.png);
	text-align: center;
	width: 88px;
	line-height: 26px;
	height: 26px;
	float: left;
	padding-right: 2px;
	background-repeat: no-repeat;
}
#lang li a{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#lang li a:hover{
	color: #F00;
}




#corpo h1{
	line-height: 24px;
	background-image: url(h1.png);
	background-repeat: no-repeat;
	height: 24px;
	font-size: 20px;
	font-weight: bold;
	padding-left: 30px;
	margin-bottom: 10px;
}
#corpo h2{
	line-height: 16px;
	background-image: url(h2.png);
	background-repeat: no-repeat;
	height: 16px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 5px;
	}
