#column-1, #column-2 {
	display:block;
	float:left;
}

#column-1 {
	width:30%;
}

#column-2 {
	width:69%;
}