
.wrapper {
	min-width: 400px;
	margin: 0 -1px;
}
.outer {
	border-left-width: 150px;  /* left column width */
	border-left-color: #e2e2e2;   /* left column colour */
	border-left-style: solid; 

	background-color: #fefefe; /* center column colour */
	width: auto; 
}
.left {
	width: 150px;              /* left column width */
	margin-left: -150px;       /* _negative_ left column width */
	float: left; 
	position: relative; 
	z-index: 10;
}
.wide, .wide2 {
	/* header and footer colours */
	width: 100%; 
	position: relative; 
	z-index: 13; 
}

.wide {
	border-bottom: 1px solid black;
}
.wide2 {
	border-top: 1px solid black;
}

.inner { margin: 0; width: 100%; }
.center { float: left; width: 100%; position: relative; z-index: 12; }
.clear { clear: both; }

/* Mozilla code */
.outer > .inner { border-bottom: 1px solid transparent; }
.left { margin-right: 1px; }
.center { margin: 0 0 0 -2px; }