/***********************************************/
/* divs.css                                    */
/*                                             */
/* These layout divs define the page layout.   */
/*                                             */
/***********************************************/


/***********************************************/
/* Layout Divs                                 */

/************************************/
#row1{
	width: 100%;
}
/* Contact */
#col1{
	float: left;
	width: 100%;
	margin-top: 5px;
	text-align: justify;
	text-indent: 0px;
	padding-left: 0px;
	white-space: normal;
	margin-left: 0px;
}
/* Index, History, Sample, carts */
#col2{
	float: left;
	width: 140px;
	margin-top: 5px;
}
/* Index, History, carts, kits */
#col3{
	float: right;
	margin-top: 5px;
	text-align: justify;
}
/* Sample */
#col4{
	float: left;
	width: 60%;
	margin-top: 5px;
	text-align: justify;
}
