/***********************************************/

/* divs.css                                    */

/*                                             */

/* These layout divs define the page layout.   */

/*                                             */

/***********************************************/





/***********************************************/

/* Layout Divs                                 */



/************************************/




#col1{

	float: left;


	margin-left: 5%;

	padding: 0%;

}


/************************************/

#col2{

	float: right;

	width: 95%;
	
	padding: 6%;

}

/************************************/

#col1_index{

	float: left;



}


/************************************/

#col2_index{

	float: right;

	

}



/*End Layout Divs                              */

/***********************************************/

