/* CSS Document */

body{
	margin-top:20px;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
}

a{
	color:328e91;
}

a img{
	border:#328e91 2px solid;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.2em;
	color:#328e91;
	padding:0px;
	margin:0px;
}

input, textarea{
	width:250px;
	border:#328e91 1px solid;
}

#main{
	width:868px;
	background-image:url(../images/sfondo.gif);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
}

#corpo{
	padding:20px;
	text-align:justify;
}

#footer{
	width:844px;
	margin-left:auto;
	margin-right:auto;
	border-top:#328e91 3px solid;
	padding-top:20px;
	text-align:center;
	font-size:0.8em;
	background-color:#FFFFFF;
}

#footer a{
	color:#000000;
}

#menu_basso{
	text-align:center;
	background-color:#328e91;
	padding:2px;
	color:#FFFFFF;
}

#menu_basso a{
	color:#FFFFFF;
}

.flash{
	border-bottom:#328e91 6px solid;
	margin-left:10px;
	margin-right:10px;
}

.clearer{
	width:100%;
	float:none;
	clear:both;
}

.poesia{
	font-style:italic;
	font-size:1.2em;
	font-weight:bold;
}