/*stili per l'impaginazione*/
body {
	text-align:center;
	margin:0;
	padding:0;
	background-color: #99CCFF;
	font-family: Arial, Helvetica, sans-serif;
}
.header {
	width: 730px;
	background: #3366CC;
	margin: 0px;
 	padding: 5px;
	border-width: 10px 10px 0px 10px;
	border-style:solid;
	border-color: #FEB88D;
}
div.container{
	position: relative;
	background-color:#9966FF;
	width: 760px;
	text-align:left;
    }
div.sinistro {
	width: 230px;
	background: red url(images/sfondo100.jpg);
	height: 100px;
	text-align: left;
	float: left;
	border-left-width: 20px;
	border-left-style:solid;
	border-left-color: #FEB88D;
}
div.destro {
	width: 490px;
	background: blue url(images/sfondo100.jpg);
	height: 80px;
	text-align: left;
	float: right;
	border-right-width: 20px;
	border-right-style:solid;
	border-right-color: #FEB88D;
	padding-top: 20px;
}
.unacolonna {
	background-color: #DDE8F0;
	padding: 20px;
	border-width: 0px 20px 0px 20px;
	border-style: solid;
	border-color: #FEB88D;
}

.data {
	font-size: small;
	font-style: italic;
}

.footer {
	background: red url(images/sfondo200.jpg);
	width: 730px;
	margin: 0px;
	padding: 5px;
	border-width: 0px 10px 10px 10px;
	border-style:solid;
	border-color: #FEB88D;
	text-align: left;
	clear: both;
}
/*stli per le pagine foto*/
div.containerfoto{
	position: relative;
	background-color: #99FF00;
	background-image: url(images/sfondocontfoto.jpg);
	width: 720px;
	text-align: left;
	border-width: 0px 20px 0px 20px;
	border-color: #FEB88D;
	border-style: solid;
}
div.sinistrofoto {
	width: 230px;
	background: #FFFFCC url(images/sfondo250.jpg);
	text-align: left;
	float: left;
	padding: 10px;
}
div.destrofoto {
	width: 470px;
	background: #000000;
	text-align: center;
	float: right;
	padding: 30px 0px 30px 0px;
	color: Yellow;
}
/*Stili per la formattazione del testo*/
.centra {
	font-size: small;
	text-align: center;
}
.sottotitolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFF33;
}
.titolopag {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: #FF9933;
	text-align: center;
}
.home {
	font-size: medium;
	background-color: #FAABEA;
	float:right;
	width:120px;
	padding:15px;
}
.data {
	font-size: small;
	font-style: italic;
}

