@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	height: 400px;
}
.oneColFixCtrHdr #container {
	width: 880px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	height: 400px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #header {
	padding: 0 px 0 px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	width: 883px;
	height: auto;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	padding-left: 25px;
	margin: 0px;
	float: left;
	white-space: normal;
	display: block;
	margin-right: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
	border: none;
}

.oneColFixCtrHdr #splashpage {
	width: 883px;
	height: 1912px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	margin: 0px;
	float: left;
	white-space: normal;
	display: block;
	border: none;
	background-image: url(graphics/cupcakehead.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px;
	height: 54px;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	margin-top: 0px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	height:inherit;
}
.bodytext {
	float: none;
	padding: 10px;
}

.pics {
	margin: 0px;
	float: right;
	padding: 10px;
	border: thin solid #000000;
	top: auto;
	right: auto;
	left: 25px;
}	
.oneColFixCtrHdr #container #header #splashpage img {
	padding-left: 10px;
}
.oneColFixCtrHdr #container #header #splashpagesidebar {
	background-color: #E8E3E9;
	float: left;
	width: 160px;
	border: 1px solid #FFB9E1;
}

