/*(c) - Copyright 1997-2005 Latitude Technologies Inc.  All Rights reserved. */
/* CSS Document */

/*******************************************************************************
*  Provide a fixed width to the layout
* 	If a fluid layout is desired just comments the following styles, or remove
* 	this style sheet from master.css
*******************************************************************************/

* html body
{
	text-align: center;	/* hack to center this under IE5 */
}
* html #pageWrapper
{
	text-align: left;	/* keep the content left-aligned */
}

#pageWrapper
{
	/*width: 998px;*/
	width: 998px;
	margin-left: auto;
	margin-right: auto;
}

/******************************************************************************/