.columnsWeb {
   text-align:left;
   margin:0px 9px;
	width:481px;
	border:1px:solid red
}

.columnsWeb .col1 {
	width:60px;
	float:left;
	border:1px:solid red
}
columnsWeb .col2 {
	width:310px;
	float:left;
	border:1px:solid red
}

.columnsWeb .col1{margin-right: 20px;}

