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

