/* ------------------------------------------------------------------
	5/02/13: JPK - changed body background to remove the image; this will now be attached to header-wrapper in base.css
-------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-size: 100%;*/
	font-size:12px;
	/*line-height:18px;*/
	vertical-align: baseline;
	background: transparent;
}

body { line-height: 1; }

/* --------------------------------------------
				global settings 
-------------------------------------------- */
body {
	font-family: trebuchet ms, sans-serif;
	/*font-size: 62.5%;*/ /*Sets all fonts to 10px*/
	font-size:12px;
	/*background: #f1eee4 url(/images/main-page-bg.png) top left repeat-x;*/
	background: #f1eee4;
	color: #555;
	text-align: center; /* center page for ie */
}

body.page-template{
	font-family: trebuchet ms, sans-serif;
	/*font-size: 62.5%;*/ /*Sets all fonts to 10px*/
	font-size:12px;
	background: #fff;
	color: #555;
	padding:20px;
}