/* CSS Document */
body {
	font:	8pt  "Lucida Grande", "Lucida Sans", Geneva, Arial, Helvetica, sans-serif;
	line-height: 12pt;
background: white;
		padding:0px;
	margin:0;
}
	
a, a:visited, a:link {	
color: #000;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
	
div#centercontent a:link:after, div#centercontent a:visited:after {
   content: "  (http://www.embrio.it/"attr(href)")";
   font-size: 90%;
}


.note {
	background-color: #D1E9FF;
	padding:10px;
	font-size: smaller;
	}
	
ol, ul {
	margin: 0 0 0 2pt;
	}
	
	/* CSS Document */
	
	div#centercontent {	
	width: auto; 
	padding: 0; 
	float: none !important;
	color: black; 
	background: transparent;
   	padding:0 250px 0 0;
   border-top: 1px solid black;
	text-align: justify;
	margin:0;
		}
		

#leftcontent,  #banner, #briciole, #sequenza, #briciole form, #copy, #briciole2, .nav, h1, hr, .flash   {
		display :none;
		}

	#rightcontent {
		position: absolute;
		right:0px;
		top:70px;
		width:220px;
		background:#fff;
		}
	
	img {	
   border: 1px solid black;
		}
		


