html,body{
	margin: 0;
	padding:0;
	height:100%;
}

body{
	font-family: arial,sans-serif;
	text-align: center;
}

#container{
	position:relative;
	width: 800px; 
	min-height:110%;
	margin: 0 auto;
    text-align: left;
	background-image:url(img/logo_sfondo.jpg);
	background-repeat:no-repeat;
	background-color:#E8E4E3;
}

#header{
	position:relative;
	top:0;
	height:100px;
	width: 100%; 
	text-align:left;
	margin-bottom:50px;
}
	
div#menu{
	float:left;
	left:5px;
	width:160px;
}

div#news{
	float:right;
	width:160px;
	width:240px;
	width:200px;
	border-left-color:#E8E4E3;
	border-left-width:thin;
}

div#main{
	margin: 0 200px;
	width:380px;
}

div#footer{
	clear:both;
	padding-top:25px;
}
	
/*#central{
	position:relative;
	width: 100%;
	min-height: 300px;
	text-align:left;
	padding-bottom:200px;
}
	
#footer{
	position: absolute;
	width: 100%; 
	text-align:left;
	bottom:0;
	padding-bottom:5px;
}*/

#logo{
	position:absolute;
	top:5px;
	left:22px;
}
	
#titolo{
	position:absolute;
	top:5px;
	left:95px;
	width:600px;
	margin:0px;
	margin-top:-11px;
}

#sottotitolo{
	position:absolute;
	bottom:10px;
	left:120px;
	width:600px;	
}


#stemma{
	position:absolute;
	top:60px;
	right:5px;
}

/*#main
{
	width:400px;
	position:relative;
	margin-left:160px;
	margin-top:50px;
	padding-right:25px;
	border-right-color:#E8E4E3;
	border-right-style:solid;
	border-right-width:thick;
}*/

#home_image
{
	width:400px;
	height:270px;
	position:absolute;
	left:160px;
	text-align:center;
}

#home_content{
	width:400px;
	position:relative;
	text-align:justify;
	margin-left:-40px;
}

/*#menu{
	position:absolute;
	left:5px;
}

#news{
	position:absolute;
	left:600px;
	width:200px;
	margin-right:5px;
}*/

#page_image{
	width:400px;
	height:320px;
	position:relative;
	margin-bottom:10px;
	margin-left:-40px;
}

#page_content{
	width:400px;
	position:relative;
	text-align:justify;
	margin-left:-40px;
}

#riga_galleria{
	position:relative;
	width:100%;
	height:150px;
	margin-left:-40px;
}

#elemento_galleria{
	position:absolute;
	width:120px;
}

#documento{
	width:400px;
	position:relative;
	padding-bottom:25px;
	margin-left:-40px;
}
