/* hide simple text header and footers  */
#printhead { display: none; }
#printfoot { display: none; }
/* define 2 column Web page layout */
body {
	min-width: 1020px;
}
#topmenu {
    width: 1006px;
}
#container {
	padding-left: 160px;
}
#container .column {
	position: relative;
	float: left;
}
#pagecontent {
    width: 846px;
}
#leftcol {
    width: 150px;
	right: 150px;
	margin-left: -856px;
}
#footer {
    width: 1006px;
    clear: both;
}
/*** IE6 Fix ***/
* html #leftcol {
  left: -150px;
}

