.container_12 {
	margin-left:auto;margin-right:auto;width:960px
}

.container_12 .column_small_container {
	width:140px;
	display:inline;float:left;
	margin: 0 20px 0 0 !important;
	margin: 0 0;
}

.column_small_2, .column_med, .column_big {
	display:inline;float:left;margin-left:10px;margin-right:10px;
}

.container_12 .column_small_2 {
	width:140px;
	background:url(../images/column_small.jpg) top center no-repeat;
}

.container_12 .column_small_bottom {
	width:140px;
	height: 10px;
	background:url(../images/column_small.jpg) bottom center no-repeat;
}

.container_12 .column_med {
	width:620px;
	background:url(../images/column_med.png) top left no-repeat;
	padding: 0;
}
.container_12 .column_med_bottom {
	width:620px;
	height: 10px;
	background:url(../images/column_med.png) bottom center no-repeat;
}

.container_12 .column_big {
	width:780px;
	background:url(../images/column_big.png) top center no-repeat;
}
.container_12 .column_big_bottom {
	width:780px;
	height: 10px;
	background:url(../images/column_big.png) bottom center no-repeat;
}


.clear {
	clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0
}

.clearfix:after {
	clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0
}

.clearfix {
	display:inline-block
}

* html .clearfix {
	height:1%
}

.clearfix {
	display:block
}