#footer .plainImage {
margin: 0 10px 0 0px;
}

/* COLUMNS */

.threeColumns .col1 {
	float: left;
	width: 253px;
	overflow: hidden;
}

.threeColumns .col2{
	float: left;
	width: 253px;
	margin-left: 0;
	overflow: hidden;
}

.threeColumns .col3{
	float: left;
	width: 253px;
	margin-left: 0;
	overflow: hidden;
}

.twoColumns .col1 {
	float: left;
	width: 49%;
	overflow: hidden;
}

.twoColumns .col2 {
	float: left;
	width: 50%;
	overflow: hidden;
}

.twoColumns_left .col1 {
	float: left;
	width: 506px;
	height: 100%;
	overflow: hidden;
}

.twoColumns_left .col2 {
	float: right;
	width: 240px;
	height: 100%;
	overflow: hidden;
}

