/* everything is constructed with a single background image */


/* panes */
#flowpanes {
/*	background: url(http://www.environment.org.uk/lovingsugarfree/blue_panes.jpg) no-repeat 0 -100px; */		
	width:914px;
	height:260px;	
}


/* single pane */
#flowpanes div {
	display:none;	
	color:#ffffff;	
	margin:0px 0px;
}

/* some decorations for elements inside single pane */
#flowpanes div h2 {
	font-weight:normal;
	color:#ddd;
	letter-spacing:1px;
	margin:10px 0 0 0;
	font-size:22px;	
}

#flowpanes a {
	color:#cc9;		
	font-size:14px;
}

#flowpanes p, #flowpanes samp {
	color:#ccc;		
}

#flowpanes div.narrow {
	padding-right:160px;		
}
