@charset "UTF-8";
body {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #F8BBC8;
}
a:link {
	color: #F8BBC8;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F8BBC8;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 800px;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	height: 210px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: center;
}
.oneColFixCtrHdr #header p {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 140px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 85%;
	color: #FFFFFF;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}
.oneColFixCtrHdr #nav {
	background-image:url(images/nav.png);
	background-repeat: no-repeat;
	height: 25px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.oneColFixCtrHdr #nav p {
	color:#FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	padding-top: 0px;
	padding-right: 200px;
	padding-left: 250px;
	margin: 0px;
	text-align: center;
	padding-bottom: 0px;
	vertical-align: bottom;
}
.oneColFixCtrHdr #mainContent {
	background-image: url(images/content-bg.png);
	background-repeat: repeat-y;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-bottom: 0px;
	clear: both;
}
.oneColFixCtrHdr #mainContent p {
	margin:0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	color: #FFFFFF;
}
.oneColFixCtrHdr #mainContent h1 {
	font-size:115%;
	color: #F8BBC8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: "Times New Roman", Times, serif;
}
.rightimage {
	float:right;
}
.oneColFixCtrHdr #centerContent {
	padding-left:143px;
	padding-right: 150px;
	padding-top: 15px;
}	
.oneColFixCtrHdr #footer {
	padding: 0px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	margin: 0px;
	clear: both;
	height: 52px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 80%;
	text-align: center;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	color: #552E26;
}
.oneColFixCtrHdr #footer a {
	color:#552E26;
	text-decoration:none;
	font-size: 100%;
}
.oneColFixCtrHdr #footer a:hover {
	color:#FFFFFF;
}

