/* CSS Document */
body {
	margin: 10px 0px 0px 0px;
	background: url(img/sfondi/sfondo_home.gif) no-repeat;
}
#main_div {
	position:relative;
	top: 0px;
	left:0px;
/*	
	width:768px;
*/
	height:800px;
}

#logo_div {
	position: absolute;
	top: -10px;
	left: 234px;
	width: 300px;
	height: 300px;
	background: White;
	text-align: center;
}
#box_centro_div {
	position: absolute;
	top: 300px;
	left:234px;
	width: 300px;
	height: 300px;
	background: #FFFFFF;

	text-align: center;
}
#menu_div {
	position:absolute;
*	top:25px;
	left:0px; 
	width:234px;
/*
	height:229px;
*/
}
ul#menu_ul {

	list-style-type: none;

/*	padding-left: 20px;

	background-image: none;
	background-position: left;
	background-repeat: no-repeat;
*/	
	text-indent: 12px;
	line-height: 30px;
}

ul#menu_ul li  {
	border-left: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;

	width: 150px;
/**/
}
#box_left_div {

	position: absolute;
	width: 200px;
	height:200px;
	top: 390px;
	left:10px;
	text-align: right;
	font: 11px/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
}

#bacheca_tit_div {
	text-align: right;
	margin-top:-20px; 

	position: absolute;
	left: 534px;
	top: 108px;
	width:226px;
}
#bacheca_div {
	position: absolute;
	left: 534px;
	top: 108px;
	width: 206px;/*devo togliere i 20 di padding*/
	height: 140px;
	border-bottom: 1px solid #CCCCCC;
	background: url(img/sfondi/angolino_sx_grigio.gif) no-repeat left bottom;
	font: 11px/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	vertical-align: bottom;
	padding-left: 20px;
}
#eventi_tit_div {
	text-align: right;
	margin-top:-20px;
	position: absolute;
	left: 534px;
	top: 268px;
	width:226px; 	
}
#eventi_div {
	position: absolute;
	left: 534px;
	top: 268px;
	width: 226px;
	height: 140px;
	border-bottom: 1px solid #CCCCCC;
	background: url(img/sfondi/angolino_sx_grigio.gif) no-repeat left bottom;
	font: 11px/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	vertical-align: bottom;
}
#pubbli_tit_div {
	text-align: right;
	margin-top:-20px;
	position: absolute;
	left: 534px;
	top: 428px;
	width:226px;	
}
#pubbli_div {
	position: absolute;
	left: 534px;
	top: 428px;
	width:226px;
	height:140px;
	border-bottom: 1px solid #CCCCCC;
	background: url(img/sfondi/angolino_sx_grigio.gif) no-repeat left bottom;
	font: 11px/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	vertical-align: bottom;

}

#footer_div {
	position: absolute;
	top: 580px;
	left: 0px;
	text-indent:20px;
	width: 790px;
	height: 20px;
	background-image: url(img/sfondi/quadretto_grigio.gif);
	border-bottom:solid 1px #cccccc;
}

#anim_center_div {


}
#skys_div {
	position:absolute;
	left:800px;
	
	width:160px;
	height:600px;
	border:solid 1px #BCBCBC;
}



