@import url(_styles.css);
@import url(_styles-ec.css);
/* STANDARD ELEMENTS */
BODY { /* WS: Body of the site */
	font-family: 'Century Gothic', Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 13px;
/*	color:#000000; */
	background: url(site_images/background-repeat.jpg) repeat-x;
	background-color: #D5D5D5;
	margin:14px auto 0px auto;
}
