#columns {
	background: url(../images/page_2.gif) 0 0 repeat #FFFFFF;
}

/* 
For NN4, -25px is the margin-left setting to make the centercolumn column
but up against the left column.
(OmniWeb is much the same, but this stylesheet makes no allowances for it).

For other browsers, the equivalent margin-left setting is equal to the width
of the left column.

margin-right is set to the value of the overriding values for .rightcolumn's width. 

A margin can be created between these two columns either by changing these values,
or by setting the padding of the relevant #...padding divs.

margin-top is set to -1px to make NN4 line up correctly.
*/

#main-content {
	text-align: left;
	margin-left: 0;
	padding: 0;
	z-index: 4;
}
#main-content {
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: 0px;
	margin-left: -25px;
}
/* IE5 once again goes awry - shift it down (29px is right for this layout but no doubt the exact value will vary [sigh]) and then zap 
empty because otherwise IE5 goes rampaging on */
/*/*/
#main-content {
	margin-right: 10px;
	margin-left: 190px;
	margin-top: 0px;
	font-family: "\"}\"";
	font-family: inherit;
	margin-top: 0px;
}
#empty{}
/*  */
