/* everything is constructed with a single background image */

/* root element for tabs */
#flowtabs {	
	/* dimensions */
	width:760px;
	height:31px !important;
	margin:0 !important; 
	padding:0;	
	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

/* single tab */
#flowtabs li { 		
	list-style-type:none;
}


/* panes */
#flowpanes {		
	width:460px;
	height:450px;	
}


/* single pane */
#flowpanes div {
	display:none;	
	margin:0px;
}

/* some decorations for elements inside single pane */
#flowpanes div h2 {

}

#flowpanes a {

}

#flowpanes p, #flowpanes samp {

}

#flowpanes .narrow {
	padding-right:160px;		
}