/* CSS Document */

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

.column div.content {
	padding-left: 0;
	}

#one { width: 34%; }
#two { width: 35%; }
#three { width: 31%; }

#one_two {
	width: 69%;
	}

#one_two #one {
	width: 49%;
	}

#one_two #two {
	width: 51%;
	}