body, html {
	margin: 0;
	padding: 1%;
	font: 11pt Georgia, "Times New Roman", Times, serif;
	text-align: justify;
}

#back {background-color: #fff;}

div#wrapper {
	min-width: 980px;
	max-width: 1280px;
	margin: 0 auto;
	/*border: 1px solid black;*/
}

div#header {
	margin: 0;
	padding: 1%;
	/*border: 1px solid red;*/
}

div#main {
	position: relative;
	/*border: 1px solid black;*/
	margin-top: 20px;
}

div#left {
	float: left;
	width: 65%;
	padding-left: 1em;
	padding-right: 1em;
	border: 2px solid #039;
	background-color: #69c;
	color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

div#right-box {
	float:right;
	width: 26%;
	margin: 0;
	padding: 0 1% 1%;
	border: 3px ridge #039;
	-webkit-border-radius: 30px;
	-webkit-border-top-right-radius: 70px;
	-webkit-border-bottom-left-radius: 70px;
	-moz-border-radius: 30px;
	-moz-border-radius-topright: 70px;
	-moz-border-radius-bottomleft: 70px;
	border-radius: 30px;
	border-top-right-radius: 70px;
	border-bottom-left-radius: 70px;
	box-shadow: 5px 5px 3px #039;
	-moz-box-shadow: 5px 5px 3px #039;
	-webkit-box-shadow: 5px 5px 3px #039;
}
div#right-box p {
	text-indent: 0;
	font-size: 1em;
	text-align: left;
	padding-left: 3em;
}
div#right-box a:link {color: #039;font-weight: bold;text-decoration: none;}
div#right-box a:visited {color: #69f; font-style: italic;text-decoration: none;}
div#right-box a:hover, a:active {color: #f9c;text-decoration: underline;}

#nav {
	margin: 0 auto;
	text-align: center;
	font: 13pt "Book Antiqua", Garamond, Georgia, "Times New Roman", Times, serif;
	border: 2px solid #990099;
	background-color: #9bcbfd;
}

div#footer {
	margin-top: 2em;
	clear: both;
}

.by {
	margin-top: 50px;
	font: 9px "Minion web", Georgia, Times, serif;
	color: navy;
	text-indent: 0;
}
div.by img {border: 0;}
div.by a:link {text-decoration: none; border: none; padding: 0;}
div.by a:hover {text-decoration: underline; border: none; padding: 0;}
div.by a:visited {text-decoration: none; border: none; padding: 0;}

h1, h2, h3, h4, h5 {color: #009; text-align: center;}
h1, h2 {margin-top: 0; margin-bottom: 0;}
h5 {margin-top: 50px;padding-top: 50px;}

p {text-indent: 1em}

.center {
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.titoletto {
	font-size: 1.3em;
	text-indent: 0;
	margin-top: 1.3em;
	margin-bottom: 0;
	/*border: 1px solid black;*/
}

p.titoletto + p {
	margin-top: 0.3em;
	text-indent: 0;
	/*border: 1px solid black;*/
}
p.titoletto:first-letter {font-size: 120%}

.banca {
	color: #69c;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-right: 2px;
	padding-left: 2px;
	background-color: white;
}
