@charset "utf-8";
/* CSS Document */

html,body { margin:0; padding: 0 }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%
}

h1 {
	font-size:130%;
	color:#FF9900;
}


#cont_main {
	width: 768px;
	margin: 0px auto;
	font-style: normal;
	text-align: justify;
}
#cont_header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF33;
	background-image: url(../images/logo_sito.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: left;
	white-space: normal;
	padding-left: 9px;
	padding-top: 30px;
}

#cont_navigation{
	float:left;
	/* Inizia il Simplified Box Model Hack */
	width:160px; /* Dimensioni per Opera 5 */
	width:170px; /* Dimensioni per Explorer 5.x */
	width:160px;
	border: 1px solid #66CC99;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 1em;
	background-color: #FF3300;
	margin-bottom: 1em;
}

#cont_extra{
	float:right;
	width: 160px;
	width:170px;
	width:160px;
	padding-top: 1em;
	padding-right: 5px;
	padding-bottom: 1em;
	padding-left: 5px;
	text-align: center;
}

#cont_content{
	margin-top: 1em;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 1em;
	padding-right: 10px;
	padding-bottom: 1em;
	padding-left: 10px;
	border: 1px solid #FFFF99;
	font-size: 12px;
}

#cont_footer{
	clear:both;
	text-align: center;
	font-size: 10px;
	color: #FF9900;
}

#cont_footer a {
	color: #FF9900;
}

#nav_item {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#nav_item li{
	border: 1px solid #FFFFFF;
	padding: 1px;
	margin: 2px;
	width: 140px;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFCC00;
}

#nav_item li a {
	text-decoration:none;
	color: #FFFFFF;
}

#nav_item li a:hover {
	text-decoration:none;
	color:#FFFF99;
}

.cell_links {
	border: 1px solid #FF6600;
	font-size:10px;
	font-weight: bold;
	padding: 1px;
	text-decoration:none;
}

.cell_links ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.cell_links ul li a {
	text-decoration:none;
	color:#FF9900;
	font-weight: normal;
}

.cell_links ul li a:hover {
	text-decoration:underline;
	color:#FF9900;
	font-weight: normal;
}

.img_religione {
	border: 1px solid #FF9900;
	padding: 2px;
	text-align: left;
	vertical-align: top;
	margin: 2px;
	float: left;
	clear: no;
}
#cont_main #cont_content div {
	overflow: auto;
}


.odp_link {
	color: #006633;
	font-size: 10px;
}

.odp {
	font-size: 10px;
}

#cont_main #cont_header #siteName {
	font-size: 18px;
	color: #999999;
}
