html, body {
	height:100%;
	margin:0;
	padding:0;
}
body {
	background:silver;
	}
#wrapper {
	margin:0px auto;
	background:#fff;/*  center column colour*/
	text-align:left;
	position:relative;
	margin-top:-21px;
	z-index:0;
	min-height:100%;
	min-width:700px;
	max-width:1200px;
	/*
	border-right:1px solid silver;
	border-left:1px solid silver;
	*/
	clear:both;
}
#header {
	background:#ccc;
	color:black;
	clear:both;
	position:relative;
	z-index:2;
	width:100%;
	border-top:21px solid #fff;
//	border-bottom:1px solid #B9DCF9;
	padding:0px;
}
#footer {
	background:#ccc;
	color:black;
	min-width:700px;
	max-width:1200px;
	clear:both;
	margin:auto;
	position:relative;
	z-index:2;
	height:20px;
	font-size: 11px;
	text-align:center;
	vertical-align: middle;
	border-top:1px solid #B9DCF9;
}
#middle {
	float:left;
	width:100%;
	margin-right:-362px;
}
#content { 
	margin-right:362px;
//	border-right:1px solid #B9DCF9;
//	border-left:1px solid #B9DCF9;
}
#left {
	width:172px;
	position:relative;
	float:left;
	z-index:2;
	font-size:11px;
}
#right {
	width:190px;
	position:relative;
	float:right;
	z-index:2;
	font-size:11px;
}
#l {
	width:171px;
	height:100%;
	position:absolute;
	bottom:0;
	left:0;
	background:#F3F3F3;
	z-index:1;
	clear:both;
	border-right:1px solid #B9DCF9;
/*	box-shadow: -6px 0 6px 0 #888888;*/
}
#r {
	position:absolute;
	height:100%;
	right:0;
	background:#F3F3F3;
	z-index:1;
	width:189px;
	bottom:0;
	clear:both;
	border-left:1px solid #B9DCF9;
/*	box-shadow: 60px 0 6px 0 #888888;*/
}
* html #l, * html #r {
	height:999em;
	bottom:-1px
}
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
#wrapper:after {
	clear:both;
	display:block;
	height:1%;
	content:" ";
}
#inner {
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:3;
}
