@charset "iso-8859-2";

/*******************************************************************************
*  fixedWidth.css : 2004-07-19 : Ruthsarian Layouts
* ------------------------------------------------------------------------------
*  Provide a fixed width to the layout
*******************************************************************************/

* html body
{
  text-align: center; /* hack to center this under IE5 */
}
* html #pageWrapper
{
  text-align: left; /* keep the content left-aligned */
}

#pageWrapper
{
  width: 760px;
  margin-left: auto;
  margin-right: auto;
}

/******************************************************************************/