/* 
	projects.css (was -default-)
	----------------------------------------------------
*/

div.projects div.row {
	margin-bottom:2em; padding-left:1em; clear:both;
}

div.projects div.row div.col1 {
	float:left; width:200px;
	
}
div.projects div.row div.col2 {
	float:left; width:360px;
	padding: 0 20px;
	border-left:thin dotted;
}
div.projects div.row div.col3 {
	float:left; width:100px;
}


