/******* HEADER ****************/
body {
	background-color: #fff;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(siteImages/bodyBg.gif);
}
#all {
	position: relative;
	margin: 0 auto;
	width: 1024px;
	text-align: left;
	border: 1px solid #ff6347;
}
#cookieTrail {
	font: bold 12px serif;
	font-style: italic;
	border-top: thin solid #339900;
	padding: 2px 0 2px 10px;
}
#cookieTrail a {
	color: #b22222;
	font-style: normal;
	text-decoration: none;
}
#cookieTrail a:hover {
	color: #000080;
}

/************ FOOTER ************/
#webmaster {
	position: absolute;
	bottom: 20px;
	left: 340px;
}
#webmaster p {
	text-align: center;
	font: 10px sans-serif;
	margin-left: auto;
	margin-right: auto;
}
