@charset "utf-8";
body {
	background: #666666;
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#features {
	width: 756px;
	height: 209px;
}
#sidebar {
	float: right;
}
#sidebar {
	float: right;
	width: 195px;
}


#subfeatures {
	width: 756px;
}

.oneColFixCtrHdr #container {
	width: 955px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 110px;

}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#nav {
	height: 31px;
}

.oneColFixCtrHdr #mainContent {
	width: 955px;
	height: 626px;

}
.oneColFixCtrHdr #footer {

}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

