/* CSS Document */
body {
	margin: 10px 0px 0px 0px;
}

#main_div {
	position:relative;
	top: 0px;
	left:0px;
	
	width:768px;
}

#logo_div {
	position: relative;
	height: 186px;
	background-color: White;
	vertical-align: baseline;
	padding-top: 20px;
	padding-bottom: 5px;
}
#content_div {
	position: absolute;
	float:left;
	top: 30px;
	left:0px;

}

#title_div {
	position: relative;
	width: 580px;
	padding-left: 50px;
	padding-top:30px;
	background: url(img/sfondi/sfondo_titolo.gif) no-repeat scroll 20px 0px;
	font: italic bold 18px/24px Arial, Helvetica, sans-serif;
	color: #CC0033;
}
#submenu_div {
	position:relative; left:20px;
	margin-top: 20px;
}
#text_div {
	position: relative;
	width: 560px;
	padding: 20px;
	text-align: justify;
}

#col_dx_div {
	position:relative;
	top:0px;
	left:600px; 
	margin-top: -10px;
	width:168px;
height:100%;
	background-color: #F0F0F0;
	float: left;
}
ul#menu_ul {
	list-style-type: none;
	background-image: none;

	text-indent: 12px;
	line-height: 30px;
	list-style-position: inside;
	margin:0px 5px 20px 0px;
	padding:0;
}
#menu_div {
	position:relative;
*	left:-16px;
}
ul#menu_ul li  {
	/*border-left: solid 1px #CCCCCC;*/
	border-bottom: solid 1px #CCCCCC;
	width: 168px;

}

#bacheca_tit_div {
	text-align: right;
	position: relative;
	width:160px;
}
#bacheca_div {
	position: relative;
	width:168px;
	height:100px;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
}
#eventi_tit_div {
	text-align: right;
	position: relative;
	width:160px; 	
}
#eventi_div {
	position: relative;
	width:168px;
	height:100px;
	border-bottom: 1px solid #CCCCCC;
}
#pubbli_tit_div {
	text-align: right;
	position: relative;
	width:160px;	
}
#pubbli_div {
	position: relative;
	width:168px;
	height:100px;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;

}

#footer_div {
	position: absolute;
	top: 0px;
	left: 0px;
	text-indent:20px;
	width: 580px;
	height: 20px;
	background-image: url(img/sfondi/quadretto_grigio.gif);
	border-top:solid 1px #cccccc;
}

#anim_center_div {


}
#skys_div {
	position:absolute;
	left:800px;
	
	width:160px;
	height:600px;
	border:solid 1px #BCBCBC;
}



