@charset "utf-8";

/* 	home.css for lignolab.com by Daniel Rose (danielrosewebdesign@googlemail.com) */
	
	#intro
	{	width: 460px;
		margin: 0 100px 20px 0;
		min-height: 200px; }
	
		p.action a:first-child
		{	font-size: 1.7em;
			font-family: 'GoudyBookletter1911Regular', Palatino, Baskerville, Times, serif; }

	#news
	{	width: 460px; }
		
		#news ol
		{	list-style: none;
			list-style-type: none; }
	
	#slideshow
	{	position: absolute;
		width: 300px; height: 200px;
		top: 0; right: 0; }

	#quotes
	{	position: absolute;
		width: 300px;
		top: 225px; right: 0; }
	
	h3
	{	font-size: 1.5em;
		margin: .4em 0 .4em 0; 
		font-weight: normal;
		border: none;
		font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; }
		
/* end home.css */