/*-------------------------------------------------------
Center style sheet (only used by index.html - Karen McAvoys
			 			 	template)
version: 			0.1a
author:				Brian Wilson
email:				brian@abipo.com
website:			http://www.abipo.com
--------------------------------------------------------*/

*html body{              
	/* Required to center body contents in IE6*/
  text-align: center;			
}

#container{
  margin:0 auto;		  /* Center the layout*/
  width: 766px;				/*For fixed width layout,
											enable*/
											

}