@charset "utf-8";
/* CSS Document */

body {
	font-family: "Monotype Corsiva";
	font-size: 24px;
	background-image: url(../img/logo_top.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #000;
	background-color: #FCF;
}
body .origliaweb{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align:center;
	color:#000;
}
.principale{
	/*i margini auto insieme a una larghezza centrano la pagina */
	width: 900px;
	margin: 0 150px;
	border: 0px solid #000;
}
.header {
	text-align: center;
	border: 1px solid;
	width: 100%;
	height: 100%;
	float:none;
	font-family: "Monotype Corsiva";
	border-style: solid none solid none;
	border-color: #C09;
}
.header .titolo2 {
	font-size: 28px;
}
.header .titolo1 {
	font-size: 36px;
	font-weight: bold;
}
.header .titolo3 {
	font-size: 18px;
}



.left {
	text-align: center;
	width: 15%;
	height: 600px;
	float:left;
	border: 0px solid #CCCCCC;
}
.contenuti{
	text-align: center;
	width: 70%;
	height: 100%;
	float:left;
}
.contenuti .testo{
	font-size: 24px;
	text-align:left;
}
.contenuti .titolo{
	font-size: 28px;
	text-align:center;
	font-weight: bold;
}
.right {
	text-align: center;
	width: 15%;
	height: 600px;
	float:left;
	border: 0px solid #CCCCCC;
}
.footer{
	text-align: center;
	border: 1px solid;
	height: 100%;
	clear:left;
	font-size: 18px;
	border-style: solid none solid none;
	border-color: #C09;
}
a:link {
	text-decoration: underline;
	color: #000;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
