/* big up the man http://www.pmob.co.uk/temp/3colfixedtest_explained.htm css & div made layouts are not simple cos of browser variations - he's done the work, big him up! - if you want a psd from which you can easily make the parts for this email the webmaster for this site... */
* {padding, margin:0;}


body {
	margin:20px 5px 20px 5px;
	padding:0px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	background:#000 url("../img/bg_bar.gif") center top;
	color:#000;
	text-align:center;/*centre for ie5 */
}
#container {
	width:790px;
	background:#000 url("../img/mid_bar.gif") center repeat-y;/*this colour will be left column colour */
	margin:auto;/* centre for compliant browsers*/
	text-align:left;
	/* border:1px solid #000; */
}
#header {
	height:165px;
	background: url("../img/top_bar.gif") top no-repeat;
	text-align:left;
}
#left {
	margin-left:-168px;/*must be 1 pixel less than width */
	float:left;
	width:180px;/* this width is the same as the margin on #middle */
	position:relative;
	left:-2px;/* line it up exactly without losing pressure on footer*/
}
#middle {    background:none;/* background colour of right column */
	margin-left:180px;/*this is the space for the left column */
	margin-right:18px;
}
* html #middle {height:1%;margin-left:188px}/* combat ie's 3 pixel jog */
#footer {
	clear:both;
	height:70px;
	background:url("../img/bot_bar.gif") bottom no-repeat;
	text-align:center;
}
	
