/*=======================================================================================
 *=======================================================================================  
 *   
 *  COPYRIGHT (c) 2010 LAGAN TECHNOLOGIES LIMITED. ALL RIGHTS RESERVED.
 *  
 *  This material is a product of Lagan Technologies Limited. This material
 *  contains trade secrets and proprietary information and may not be used,
 *  modified, copied, licensed to a third party, disclosed, or distributed
 *  except pursuant to a licence from Lagan Technologies Limited.
 *  Use of copyright notice does not imply publication or disclosure.
 *
 *========================================================================================
 *=======================================================================================*/

/* one column  */
.oneofone
{
	float:left;
	width:99%;
}

/* two columns  */
.oneoftwo
{
	float:left;
	width:50%;
}

.twooftwo
{
	float:left;
	width:49%;
}

/* three columns  */
.oneofthree
{
	float:left;
	width:33%;
}

.twoofthree
{
	float:left;
	width:33%;
}

.threeofthree
{
	float:left;
	width:32%;
}

/* four columns    */
.oneoffour
{
	float:left;
	width:25%;
}

.twooffour
{
	float:left;
	width:25%; 
}

.threeoffour
{
	float:left;
	width:25%;
}

.fouroffour
{
	float:left;
	width:24%;
}

/* five columns    */
.oneoffive
{
	float:left;
	width:20%;
}

.twooffive
{
	float:left;
	width:20%; 
}

.threeoffive
{
	float:left;
	width:20%;
}

.fouroffive
{
	float:left;
	width:20%;
}

.fiveoffive
{
	float:left;
	width:19%;
}

/* six columns    */
.oneofsix
{
	float:left;
	width:16.5%;
}

.twoofsix
{
	float:left;
	width:16.5%; 
}

.threeofsix
{
	float:left;
	width:16.5%;
}

.fourofsix
{
	float:left;
	width:16.5%;
}

.fiveofsix
{
	float:left;
	width:16.5%;
}

.sixofsix
{
	float:left;
	width:16.5%;
}
