/*
Foglio di stile home page Entracque.org
Geraci Davide - Informatica System s.r.l. - 28/11/2005
*/

body {
	text-align:center;
	background-color: #114E6F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#contenitore {
	margin: 0px auto;
	text-align:center;
	width: 752px;
}
#intestazione { width: 752px; height:79px;}
	#entracque {
		float:left;
	}
	#tool {
		float:right;
		margin-top: 44px;
	}
		#tool a {
			display:block;
			float:left;
			text-decoration:none;			
			color: #186C9A;
			font-weight: bold;
			width: 104px;
			height: 35px;			
			}
			#tool a:link, #tool a:visited {color: #186C9A; background-image:url(immagini/home_sfondo_tool_off.gif); background-repeat:no-repeat; background-position:bottom;}
			#tool a:hover, #tool a:active {color: #FFFFFF; background-image:url(immagini/home_sfondo_tool_on.gif); background-repeat:no-repeat; background-position:bottom;}

#flash { clear: both; width:752px; height:208px;}
#corpo { width:752px;
	background-image:url(immagini/corpo_pattern.gif);
	background-position:top;
	background-repeat:repeat-y;
	text-align:left;
	}
	#menu {
		float:left;	
	}
		#menu p{
			color: #FFFFFF;
			font-style: normal;
			font-weight: bold;
			margin-top: 20px;
			margin-left: 50px;
		}
		#menu a{
			text-decoration:none;
		}	
		#menu a:link, #menu a:visited {color: #FFFFFF;}
		#menu a:hover, #menu a:active {text-decoration:underline;color: #FFFFFF;}
	#loghi {
		float:right;
	}
		#loghi p{
			color:#A0B8CF;
			font-style: normal;
			font-weight: bold;
			margin-top: 0px;
		}
		#loghi a{
			text-decoration:none;
			color: #FF9900;			 
		}
#separatore {
	clear: both;
	width: 752px;
	height: 48px;
	background-image:url(immagini/separatore_sfondo.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#news {
	width: 752px;
	background-image:url(immagini/news_pattern.gif);
	background-position:top;
	background-repeat: repeat-y;
	text-align:left;
}
	#eventi {
		width:475px;
		float:left;
	}
		#eventi p {
			color: #186C9A;
			margin: 5px 5px 7px 25px;
		}
		#eventi a:link, #eventi a:visited {color: #186C9A;font-weight:bold;text-decoration:none;}
		#eventi a:hover, #eventi a:active {text-decoration:none;font-weight:bold;color: #FF9900;}
		#eventi img.elenco {
			margin: 0px 10px 2px 0px;
			float:left;
			border: 1px solid #186C9A;
		}
		
	#notizie {
		width:277px;
		float:right;
	}
		#notizie p {
			margin: 5px 5px 7px 25px;
			color:#FFFFFF;
		}
		#notizie a:link, #notizie a:visited {color: #FFFFFF;text-decoration:none;}
		#notizie a:hover, #notizie a:active {text-decoration:underline;color: #FFFFFF;}
		#notizie img.elenco {
			margin: 0px 0px 2px 10px;
			float:left;
		}
#piede {
	clear: both;
	width: 752px;
	height: 36px;
	background-image:url(immagini/piede_sfondo.gif);
	background-position:top;
	background-repeat:no-repeat;
	text-align: left;
}
		#piede p {
			margin: 0px 5px 7px 160px;
			color:#FFFFFF;
		}
		#piede a:link, #piede a:visited {color: #FFFFFF;text-decoration:none;}
		#piede a:hover, #piede a:active {text-decoration:underline;color: #FFFFFF;}		
.marginesx {
	margin-top: 2px;
	margin-left: 25px;	
}

form {
	margin: 0px;
}