.pagecont {
	float: left;
}

.bodycont {
	float: left;
	width: 100%;
}

#container {
        padding-left: 190px;   /* LC width */
        padding-right: 190px;  /* RC width */
        min-height: 100%;
}

#container .column {
        position: relative;
        float: left;
}

#centercont {
        width: 100%;
}

#leftcont {
        width: 190px;          /* LC width */
        right: 190px;          /* LC width */
        margin-left: -100%;
}

#rightcont {
        width: 190px;          /* RC width */
        margin-right: -190px;  /* RC width */
}

/*** IE6 Fix ***/
* html #left {
        left: 190px;           /* RC width */
}


