/*
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
*/

/*
	main layout styles

	= version 1.0 / 07.07.2006 =
	initial release
*/

/*
	floats are used for column layout on screen
	
	as we cannot overwrite them in the print css 
	(firefox freezes when printing) we place them 
	in a separate css embeded with media="screen"
*/
#leftColumn,
#centerColumn,
#rightColumn
{
	float:left;
	overflow:hidden;
}

