@import url(_styles.css);
/* STANDARD ELEMENTS */
BODY { /* WS: Body of the site */
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
/*	color:#000000; */
	margin:0px auto 0px auto;
	width:980px;
	background: #ECEEF1 url(site_images/bg.jpg) repeat-x; /* look in template for table for this particular site...exception*/
}

