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