.one_half {
	FLOAT: left
}
.one_third {
	FLOAT: left
}
.two_third {
	FLOAT: left
}
.one_fourth {
	FLOAT: left
}
.three_fourth {
	FLOAT: left
}
.one_fifth {
	FLOAT: left
}
.two_fifth {
	FLOAT: left
}
.three_fifth {
	FLOAT: left
}
.four_fifth {
	FLOAT: left
}
.one_sixth {
	FLOAT: left
}
.clear_column {
	LINE-HEIGHT: 0; WIDTH: 100%; DISPLAY: block; HEIGHT: 0px; CLEAR: both; FONT-SIZE: 0px; OVERFLOW: hidden
}
.one_half {
	WIDTH: 50%
}
.one_third {
	WIDTH: 33.3%
}
.two_third {
	WIDTH: 66.6%
}
.one_fourth {
	WIDTH: 25%
}
.three_fourth {
	WIDTH: 75%
}
.one_fifth {
	WIDTH: 20%
}
.two_fifth {
	WIDTH: 40%
}
.three_fifth {
	WIDTH: 60%
}
.four_fifth {
	WIDTH: 80%
}
.one_sixth {
	WIDTH: 16.6%
}
