/*
	Middle panel
	 - set the background so it appears there's a black column to the left.
*/
#middle				{ background: url("../img/left_bg.gif") repeat-y; }

/*
	The left column
*/
#left				{ background: black; }
#corner				{ width: 169px; height: 7px; background-image: url("../img/left_corner_bg.gif"); position: relative; top: -7px; overflow: hidden; }

/*
	The ad column
*/
#ad					{ margin-left: 161px; }

/*
	IE6 fixes for the side menu.
*/

* html #left		{ overflow: hidden; }