/**
 * $Id: layout.css 147 2009-03-17 07:21:11Z gpo_shrey $
 * 
 * This file can not be redistributed to anyone without the permission of Giga Promoters
 * Copyright 2005 - 2008, Giga Promoters
 * 						  608 Aggarwal Cyber Plaza
 *						  Netaji Subhash Place, Delhi - 110034
 *						  www.gigapromoters.com
 * 
 *
 * This is parent of parent class of a controller and should not be edited ever without permission.
 * @version 			$Rev: 147 $
 * @lastModifiedBy		$LastChangedBy: gpo_shrey $
 * @lastChanged			$Date: 2009-03-17 02:21:11 -0500 (Tue, 17 Mar 2009) $
 * @copyright 			Giga Promoters (www.gigapromoters.com)
 * 
 */
 
/*2-column-right*/

.two_col_right .left
{
float: left;
width: 70%;
padding: 10px 20px 40px 20px;

}
.two_col_right .right
{
float: right;
width: 20%;
padding: 10px 10px 40px 10px;
}

.clr{
clear:both;
}

/*2-column-left*/

.two_col_left .left
{
float: left;
width: 15%;
padding: 10px 20px 40px 20px;

}
.two_col_left .right
{
float: right;
width: 75%;
padding: 10px 10px 40px 10px;
margin-right:10px;
}

.clr{
clear:both;
}


/*3-column*/

.three_col .left
{
float: left;
width: 20%;
padding: 10px 5px 40px 10px;
}

.three_col .middle
{
float: left;
width: 50%;
margin-left:8px;
margin-right:8px;
padding: 10px 10px 40px 10px;

}

.three_col .right
{
float: right;
width: 20%;
padding: 10px 5px 40px 0px;

}



