/**************** Page Layout Styles ****************/
.page {
	width: 960px;
	/* height: 100%; */
	/* border: 1px dashed #000; */
	float: left;
	display: inline; /* So IE plays nice */
}
.column_1_1 {
	width: 240px;
	float: left;
}
.column_1_2 {
	width: 480px;
	float: left;
}
.column_1_3 {
	width: 720px;
	float: left;
}
.column_1_4 {
	width: 960px;
	float: left;
	clear: both;
}
.column_2_1 {
	width: 240px;
	float: left;
	/* clear:both; */
}
.column_2_2 {
	width: 480px;
	float: left;
	/* clear:both; */
}
.column_2_3 {
	width: 720px;
	float: right;
	/* clear: both; */
}
.column_3_1 {
	width: 240px;
	float: left;
	/* clear:both; */
}
.column_3_2 {
	width: 480px;
	float: right;
	/* clear: both; */
}
.column_4_1 {
	width: 240px;
	float: right;
	/* clear:both; */
}
.clear {
	clear:both;
}
