.line, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col10 { float:left;}

.colIndent{
	padding-right:20px;
}

.line{
	position:relative;
	top:14px;
	width:100px;
	height:335px;
	background:url(../images/content_stepline.png) 50% 0 repeat-y;
}

.col2{ 
	width:140px;
}
.col3{ 
	width:220px;
}
.col4{ 
	width:300px;
}
.col5{ 
	width:380px;
}
.col6{ 
	width:460px;
}
.col7{ 
	width:540px;
}
.col8{ 
	width:620px;
}
.col10{ 
	width:900px;
}

