/* CSS Document */
html, body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
body {
	color:#b81e00;
	background-color:#FFF;
	background-image:url(immagini/back.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
img{
	border:0;
}
a {
	text-decoration:none;
	color:#b81e00;
	border-bottom:1px dashed #b81e00;
}
a:hover {
	border-bottom:1px solid #b81e00;
}
h1,h2{
	text-align:center;
	font-weight:bold;
	margin:0 0 1em;
	padding:0;
}
h1{
	font-size:1.8em;
}
h2{
	font-size:1.4em;
}
.container{
	width:502px;
	margin:auto;
	height:100%;
	padding-bottom:105px;
	background-image: url(immagini/back_main.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	position:relative;
}
.container .blocco img{
	float:right;
	margin: 0 0 0.5em 1em;
	border:1px solid #b81e00;

}
.container .blocco{
	clear:both;
	margin-bottom:10px;
	padding:0;
	text-align:justify;
}
.container .blocco p{
	margin:0;
	padding:0;
}
.centrato{
	text-align:center;
	margin-bottom:10px;
}
.menu {
	color:#b81e00;
	background-image:url(immagini/masthead.jpg);
	padding:158px 0 58px;
	background-repeat: no-repeat;
	position:relative;
}
.menu a{
 margin: 0 0.5em;
}
.footer{
	clear:both;
	background-image:url(immagini/bottom.gif);
	color:#b81e00;
	text-align:center;
	padding:0.5em 0;
}

.lang{
	position:absolute;
	top:159px;
	right:5px;
}
.lang a{
	border:1px solid #b81e00;
	margin:0;
}