@charset "UTF-8";

	/*******************************
	* WASABI TPLS                  *
	*******************************/



/*	+++++++++++++++++++++++
	+++ PAGE: 3 COLUMNS +++
	+++++++++++++++++++++++ */

#head {
	height:93px;
	background:blue;
}
#columnLeft {
	float:left;
	overflow:hidden;
	width:474px;
}
#columnMiddle {
	float:left;
	overflow:hidden;
	width:192px;
}
#columnRight {
	float:left;
	overflow:hidden;
	width:234px;
}



