div.all{
	width:1100px;
}

div.right_column{
	width:200px;
	float:left;
}

div.left_column{
	width:850px;
	float:left;
}

div.clear{
	clear:both:
}