@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-image: url(images/bgv.png);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	color: #ee3b33;
	font-size: 30px;
	font-weight: bold;
	padding: 8px 20px 0px 20px;
}
.oneColFixCtrHdr #solution {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}

.oneColFixCtrHdr #mainContent {
	padding: 32px 20px 0px 20px;
}
.oneColFixCtrHdr #subpContent {
	padding: 40px 20px 0px 20px;
}

.oneColFixCtrHdr #title {
	color: #FFFFFF;

}

.oneColFixCtrHdr #footer {
	padding: 0 20px;
}
.oneColFixCtrHdr #GryDkSm {
	font-size: 10px;
	color: #808080;

}
