@import url(_styles.css);
/* STANDARD ELEMENTS */
BODY { /* WS: Body of the site */
	background: #7B4E79 url(site_images/background-repeat.jpg) repeat-x;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color:#333333; 
	width: 980px;
	margin:10px auto 0px auto;
}

