/* 
Author:	Parag Jagdale of Un-identified.com
File:		columnStyle.css
Purpose:	Defines the column structure of the web site
*/

div#column0{
	width:482px;
	float:left;
}

div#column1{
	width:294px;
	float:right;
}

div#singleColumn{width:785px;padding:10px 0 0 0;}
