/*****************************************************************************************************
		Kirsir Project Template v1.1
		http://www.kirsir.ca
		
		Date Created: October 20, 2004
		Date Modified: September 14, 2005
		Description: Each file in the project template contributes to a Kirsir web site project.
		             Provides a base web site for each client.
					 The site structure and code has been developed for use by Kirsir to assist in project development
					 and cannot be distributed or sold.
		
		Copyright (c) 2005 Kirsir Web Development
******************************************************************************************************/

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

#centerLeftWrapper{width:100%;}/*wraps center & left columns - full width*/
#bottomWrapper{background-image:url('../images/design/dotted_sub_bg.gif');}

#center{width:545px;}/*div holding content - now the size of old centerLeftWrapper!*/