﻿	.twoColsOnePerson
	{
		margin: 0;
		border: 0;
	}
	.twoColsOnePerson .col1 
	{
		width:60%;			
		left:0%;			
	}
	.twoColsOnePerson .col2 
	{
		width:40%;			
		left:0%;
	top: 0px;
}
	
	
	.twoColsTwoPeople
	{
		margin: 0;
		border: 0;
		padding: 0;
	}
	.twoColsTwoPeople .col1 
	{
		width:48%;
	top: 1px;
	left: 2px;
}
	.twoColsTwoPeople .col2 
	{
		left:4%;
		width:48%;			
	}