@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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFDE8;
}
.oneColFixCtrHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFDE8;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #FFFDE8;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 165px;
	background-image: url(images/Relish_Innovation_Header.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #561066;
	background-color: #FFFDE8;
	background-image: url(images/Relish_tech_body2.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 0.8em;
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-size: 1.4em;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent h2 {
	font-size: 1.2em;
	font-weight: bold;
}
.oneColFixCtrHdr #mainContent a:link, a:visited, a:active {
	color: #660066;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent a:hover {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	color: #FFFFFF;
	background-color: #561066;
	text-align: center;
}
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
}
.oneColFixCtrHdr #footer a:link {
	color: #CC99FF; }
.oneColFixCtrHdr #footer a:visited {
	color: #CC99FF;
}
.oneColFixCtrHdr #footer a:hover {
	color: #FFFF99;
}
.oneColFixCtrHd #footer a:active {
	color: #CC99FF;
}

.picRight {
	float: right;
	margin-left: 10px;
	border: 1px solid #561066;
}
