/* ------------------------------------------------------------------------------------------------------*/
/* ZERO OUT ALL BROWSER PRE-SET VALUES  -----------------------------------------------------------------*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
}



/* ------------------------------------------------------------------------------------------------------*/
/* BASE BLOCK ELEMENTS & GLOBAL STYLES ------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center; /* for centering layout in IE 5.x */
	background: url(../images/wood_bgTile.jpg) repeat;
}


/* Container for entire page */

#wrapper {
	width: 980px;
	position: relative;
	margin: 30px auto 10px auto;
}


body#activity #wrapper {
	width: 980px;
	padding: 8px 11px 9px 10px;
	position: relative;
	margin: 30px auto 10px auto;
	background: url(../images/activityContainer.jpg) no-repeat;
}

body#activity #wrapper #noFlash {
	margin: -8px -11px -9px -10px;
	position: relative;
}