/* CSS Document */
* {margin: 0;padding: 0;}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/sfondo3.jpg);
	background-position:top left;
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-color:#f5f5f5;
}
#container {
width:850px;
min-height:600px;
background-image:url(../images/sfondo.png);
	background-position:top left;
	background-repeat:repeat-y;
}
#benvenuti {
width:780px;
min-height:30px;
padding-top:10px;
font-family:alberta;
font-size:13;
text-align:right;
}
#top {
width:800px;
height:202px;
background-image:url(../images/top.jpg);
}
#scorrevole {
width:800px;
height:23px;
background-image:url(../images/scorrevole.jpg);
background-repeat:no-repeat;
}
#content { 
width:800px;
min-height:400px;
padding-top:10px;
}

#colonna-sx { 
	float: left; 
	width: 230px;
	min-height:400px;
}
#colonna-centrale { 
	float: left; 
	width: 520px;
	min-height:400px;
	background-image:url(../images/sfondo_colonna_centrale.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	background-color:#ffffff;
	padding-left:25px;
	padding-right:25px;
	padding-top:5px;
	padding-bottom:5px;
	font-family:alberta;
	font-size:14px;
	text-align: justify;
	color:#333333;
}
#colonna-centrale a:link{ text-decoration:none;color:#212985;}
#colonna-centrale a:visited{ text-decoration:none;color:#212985;}
#colonna-centrale a:hover{ text-decoration:underline;color:#212985;}
#colonna-centrale a:active{ text-decoration:none;color:#212985;}
#gallery {
width:800px;
height:156;
padding-top:10px;
}
#contatti_home{
width:800px;
height:160;
padding-top:5px;
font-family:alberta;
font-size:13px;
text-align:center;
}
#footer {
width:800px;
height:30;
padding-top:10px;
padding-bottom:10px;
font-family:alberta;
font-size:13px;
text-align:center;
}
#footer a:link{color:#000000; text-decoration:none;}
#footer a:visited{color:#000000; text-decoration:none;}
#footer a:hover{color:#000000; text-decoration:underline;}
#footer a:active{color:#000000; text-decoration:none;}
#menu {
width:210px;
height:200;
margin-top:5px;
padding-left:10px;
background-color:#FFFFFF;
text-align:left;
font-family:alberta;
font-size:15;
color:#212985;
font-weight:bold;
line-height:25px;
}
#eventi {
width:210px;
height:250;
margin-top:10px;
margin-bottom:10px;
padding-left:10px;
background-color:#FFFFFF;
text-align:justify;
}
#immaginer {
width:210px;
height:210;
}
#menu a:link{ text-decoration:none; color:#212985;}
#menu a:visited{ text-decoration:none; color:#212985;}
#menu a:hover{ text-decoration:underline; color:#E74144;}
#menu a:active{ text-decoration:underline; color:#E74144;}