/* Background and Header styles for interior pages */
/* Lovingly crafted by Keldrick Brown @ The Imagination Factory */
/* 616.356.2545 */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #93BED3;
	background-image: url(../GRFX/tiled_bkgd.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	text-align: center;
}
#header {
	background-image: url(../GRFX/header_bkgd.jpg);
	position: absolute;
	height: 210px;
	width: 760px;
	left: 0px;
	top: 0px;
	background-color: #93BED3;
}