html{
	height:100%;
}

body{ padding:0; margin: auto;f;
}
#leftCol {
	position:absolute;
	top:0;
	left:0;
	width:210px;
	padding:0;
	/* element height:100% requires html & body to have the same...  */
	height:100%;
	background-color:#d3d3d3;
	background-image: url(../images/tile.gif);
	z-index:3;
}
a:link { color: #666 ; }
