/* 4 col layout */

#col_1 {
	width:210px !important;
	max-width:210px !important;
	min-width:210px !important;
	margin:0px;
	padding:0px;
	min-height: 50px;
	background: none;
	position:relative;
	float:left;
	top:10px;
	}
#col_2 {
	width:440px !important;
	max-width:440px !important;
	min-width:440px !important;
	margin:0px;
	padding:0px;
	min-height: 50px;
	background: none;
	position:relative;
	float:left;
	top:10px;
	left:20px;
	}

#col_4 {
	width:210px !important;
	max-width:210px !important;
	min-width:210px !important;
	margin:0px;
	padding:0px;
	min-height: 50px;
	background: none;
	position:relative;
	float:right;
	top:10px;
	}
