/* classi generali */

* {
	margin: 0 auto;
	padding: 0;
}


body {
	margin: 0;
	padding: 0;
	color: #53431E;
	background: #DBCAA3 url(../../img/bkg_head_body.jpg) top left repeat-x;
	font: normal 12px/1.4 Arial, Helvetica, sans-serif;
}

.left{
	float:left;
}

.right{
	float:right;
}

a{
	color: #53431E;
	text-decoration:none;
}

a:hover{
	color: #53431E;
	text-decoration:none;
}

.container{
	width: 980px;
}

.header{
	width: 944px;
	background: url(../../img/bkg_header.jpg) bottom left no-repeat;
	padding: 0 10px 0 26px;
	float:left;
	height:116px;
	margin-top:20px;
}

.lingua{
	height: 10px;
	width: 939px;
	padding: 9px 5px 0 0;
	text-align:right;
	float:left;
}

.logo{
	width: 263px;
	float:left;
}



.immagine_testata{
	width:980px;
}

.immagine_testata .immagine{
	background: url(../../img/img_bkg.jpg) top left no-repeat;
	float:left;
}


.content{
	width:910px;
	background-color:#EEE7D5;
	float:left;
	margin-top:3px;
	margin-left:10px;
	margin-right:10px;
	padding-left:30px;
	padding-right:20px;
	padding-bottom:40px;
}



.body_footer{
	height: 96px;
	background: url(../../img/bkg_footer_body.jpg) top left repeat-x;
}

.footer{
	width: 960px;
	height: 14px;
	padding: 26px 10px;
	text-align:center;
	color:#EEE7D5;
	font-size:11px;
}

.footer a {
	color:#EEE7D5;
	text-decoration:none;
}
.footer a:hover{
	color:#EEE7D5;
	text-decoration:underline;
}

/* font */

h1{
	color:#53431E;
	font: normal 20px/1.4 "Times New Roman", Times, serif;
	font-weight:bold;
	float:left;
	
}

h2{
	color:#8C0C0C;
	font: normal 18px/1.4 "Times New Roman", Times, serif;
	font-weight:bold;
	float:left;

}



ul {
	margin-left:40px;
	padding-bottom:30px;
	line-height:22px;
	
}
