body {
	margin:0;
	padding:0;
	background-color: white;
	text-align: left;
}

div#logo {
	background-color: transparent;
	margin-top: 10px;
	height: auto;
	width: 100%;
	text-align: center;
}
div#contenitore {
	background-color: transparent;
	margin-top: 10px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

div#boxcentrale {
	width: 550px;
	height: 440px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
	border-style: solid;
	border-width: medium;
	border-color: #e5dba8;
	-moz-border-radius: 10px 15px;
	text-align: justify;
	padding: 5px;
	font-size: 18px;
	overflow: auto;
}


div#boxcentrale a {
        color: #E0B87E;
}

div#immagine_centrata {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.titoli {
	font-size:18px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#e57322;
}

div#sede img {
   border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

div#colonnadestra {
	FLOAT: right; 
	WIDTH: 200px; 
	height: 480px;
	margin-top: 10px;
	background-color: white;
	text-align: center;
	border-style: solid;
	border-width: medium;
	border-color: #e5dba8;
	-moz-border-radius: 10px 15px;
}
div#colonnadestra a img {
	border-style: solid;
	border-width: medium;
	border-color: #e57322;
}

div#colonnasinistra {
	float: left;
	background-color: white;
	width: 210px;
	height: auto;
/*	margin-left: 10px;*/
	margin-top: 10px;
	text-align: center;
}
div#colonnasinistra img {
	border: 0;
}

/*fondo*/
div#fondo {
	margin-top: 45px;
	width: 900 px;
	height: 80px;
	padding-top:10px;
	background-color: transparent;
	text-align: center;
	font-size: 15px;
	font-style: oblique;
	border-style: solid;
	border-width: medium;
	border-color: #e5dba8;
	-moz-border-radius: 10px 15px;
}

div#fondo img {
        border:0;
}


