/* 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;
	margin-bottom: 100px;
	}
#col_2 {
	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;
	left:20px;
	}
#col_3 {
	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;
	left:40px;
	
	}
#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;
	}
#port_heading{
	float:right;
	width:670px;
	position:relative;
	margin:0px;
	padding:0px;
	top:10px;
	}
