@charset "ISO-8859-1";
#left_col {
	float: left;
	width: 80%;
}
#right_col {
	float: left;
	width: 20%;
}
#clear_left{
	clear:left;
}