body {
	margin: 0px ;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	/*background: #0f6bdb url(../immagini/bg_2009.jpg) no-repeat top center;*/
	background: #0B72B5 url(../immagini/bg_bubbles_2010.png) no-repeat top right fixed;
}
img, div, a, input { behavior: url(include/iepngfix.htc) }
img {
	border: none;
}
p {margin: 0px 0px 4px 0px; }
form {
	margin: 0px;
	padding: 0px;
}
a, a:link, a:active, a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #CCFF00;
}
a:hover {
	color: #FFBF00;
}
#testata {
	width: 960px;
	height: 465px;
	margin: 0px auto;
}
#page {
	width: 880px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}
div.banner {
	width: 440px;
	height: 170px;
	float: left;
}
.colonna_sx {
		width: 420px;
		float: left;
		margin: 10px 0px 0px 10px;
	}
.colonna_dx {
		width: 420px;
		float: left;
		margin: 10px 0px 0px 20px;
	}
.erase {
		clear: both;
	}	
.colonna {
	width: 200px;
	height: 240px;
	margin: 10px 3px 0px 15px;
	float: left;
}
#footer {
	width: 860px;
	margin: 10px auto;
	color: #8bb3e4;
}


	h1 {
		margin: 0px 0px 0px 0px;
		font-size: 20px;
		font-weight: normal;
		color: #FFF;
	}
	h2 {
		margin: 3px 0px 0px 0px;
		font-size: 14px;
		font-weight: bold;
		color: #ff9900;
	}
	h3 {
		margin: 0px 0px 0px 0px;
		font-size: 20px;
		font-weight: normal;
		color: #FFBF00;
	}

	
/* FORM */

	input.txt {
		width: 196px;
		background: url(../immagini/input_bg.png);
		color: #0d198c;
		padding: 2px;
		border: none;
	}
	select.txt {
		width: 196px;
		background: url(../immagini/input_bg.png);
		color: #0d198c;
		padding: 2px;
		border: none;
	}
	input.mybottone {
		width: 200px;
		height: 25px;
		font-size: 12px;
		font-weight: bold;
		background: #ff7f00;
		color: #FFF;
		border: solid 1px #FFF;
	}	
	textarea.txtarea {
		width: 414px;
		height: 100px;
		background: url(../immagini/input_bg.png);
		color: #0d198c;
		padding: 2px;
		border: none;
		font-family: Arial;
		font-size: 12px;
	}

.networks {	width: 860px; margin: 10px auto;}
.networks h3 {float: left}
.networks li { margin-bottom: 10px;}
.networks a { float:left; height: 19px; text-indent: -9999px; margin: 5px 0px 10px 5px; }
.networks a.facebook { width:90px; background: transparent url(../immagini/facebook.gif) top right no-repeat;}
.networks a.facebook:hover { background-position: top left;}
.networks a.myspace { width:106px; background: transparent url(../immagini/myspace.gif) top right no-repeat;}
.networks a.myspace:hover { background-position: top left;}
.networks a.flickr { width:66px; background: transparent url(../immagini/flickr.gif) top right no-repeat;}
.networks a.flickr:hover { background-position: top left;}
.networks a.youtube { width:51px; background: transparent url(../immagini/youtube.gif) top right no-repeat;}
.networks a.youtube:hover { background-position: top left;}	
	
	
