/* CSS Document */

body {
	margin:0px;
	padding:0px;
	padding-top:30px;
	background-image:url(../images/bg_body.jpg);
	background-color:#00b2ed;
	background-position:top;
	background-repeat:repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	text-align:justify;
}

h1 {
	color:#00b2eb;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	font-size:2.2em;
}

h3 {
	color:#000000;
	border-bottom:#00b2eb 3px solid;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	font-size:1.6em;
}

h4 {
	color:#3874c5;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	font-size:1.2em;
}

a{
	color:#127797;
}

strong{
	color:#127797;
}

#main {
	margin:auto;
	width:908px;
	background-image:url(../images/bg_main.gif);
	background-position:center;
	background-repeat:repeat-y;
	margin-bottom:0px;
}

#base{
	margin:auto;
	width:908px;
	margin-bottom:30px;
}

#corpo{
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
}

#footer{
	text-align:center;
	padding:20px;
	color:#666666;	
}

#footer a{
	color:#666666;
}

#contatti h3 {
	margin-bottom:30px;
	width:500px;
	float:left;
	height:100px;
}

#contatti .recapiti{
	width:330px;
	float:right;
	clear:right
}

.foto_galleria{
	width:150px;
	height:150px;
	padding:3px;
	border:1px dashed #00b2eb
}

.eventi{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dashed #00b2eb
}

.clearer{
	float:none;
	clear:both;
}