@import url(_styles.css);
/* STANDARD ELEMENTS */
BODY { /* WS: Body of the site */
	background: #80BDC0 url(site_images/background-repeat.jpg) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#5C5C5C;
	width: 980px;
	margin: 20px auto 100px auto;
}

