

/* ------------------------------------------------------------------------------------------------------*/
/* ZERO OUT ALL BROWSER PRE-SET VALUES  -----------------------------------------------------------------*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}



/* ------------------------------------------------------------------------------------------------------*/
/* BASE BLOCK ELEMENTS & GLOBAL STYLES ------------------------------------------------------------------*/

body {
	background-color: #CDE6F6;
	text-align: center; /* for centering layout in IE 5.x */
}

/* Container for entire page */

#wrapper {
	width: 800px;
	margin: 20px auto 0 auto;
}

#flash {
	text-align: center;
}