/*****************************************************************************************************
		Kirsir Internet Solutions Project Template v1.2
		http://www.kirsir.ca
		
		Date Created: October 20, 2004
		Description: Each file in the project template contributes to a Kirsir web site project and
		             provides a base website for each client.
					 The structure and logic has been developed for use by Kirsir to assist in project development
					 and cannot be distributed or sold.
******************************************************************************************************/

/****************************RESTYLING***********************************************/
/*styles that overwrite those in core.css to increase the width of the center column*/

#centerLeftWrapper, #center{width:100%;}/*wraps center & left columns - full width*/
#content{margin:25px 0px 10px;}