/******************************************************************************
	Three-volumn liquid layout for browsers from 2008
	(c) 2008 Dominic Sayers

Notes:
	1.	This stylesheet is not intended to render any visual styles. I
		recommend you put them in a separate file. This is intended only to
		layout the page correctly.
	2.	Not tested on IE6 (can't get hold of IE6)
	3.	Renders correctly on
			IE7 (Windows),
			Firefox 3.0.1 (Windows, OS X and Ubuntu),
			Opera 9.5 (Windows, OS X and Ubuntu),
			Google Chrome (Windows)

Version history:
	0.1		2008-09-08	First version
	0.2		2008-09-19	Dynamic using PHP
******************************************************************************/

#banner {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 150px;
	width: 100%;
}

#sidebar_left {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 200px;
}

#centre_content {
	position: absolute;
	top: 150px;
	left: 200px;
	margin-right: 175px;
}

#sidebar_right {
	position: absolute;
	top: 150px;
	width: 175px;
	right: 0px;
}
