@charset "utf-8";
body {
	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: #333333;
	margin: 0 auto;
	width: 950px;	
}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #header h1 {
	color: #FFFFFF;
	margin: 20px;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
}
.oneColFixCtrHdr #right {
	float: right;
	height: 400px;
	width: 180px;
	margin-top: 20px;
	margin-right: 0px;
}
.oneColFixCtrHdr #header {
	height: 155px;
	width: 950px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	background-image: url(oklahoma_homes.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
}
.oneColFixCtrHdr #mainContent {
	margin-top: 10px;
	padding-top: 0;
	padding-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 700px;
	margin-left: 25px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #data {
	margin-top: 0px;
	margin-right: 100px;
	padding-top: 0;
	padding-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 700px;
	float: top;
}
.oneColFixCtrHdr #footer {
	padding-top: 0px;
	padding-bottom: 0;
	width: 950px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 150px;
	background-image: url(oklahoma_homes_for_sale.jpg);
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-position: center;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #container #footerlink {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	margin: 0px;
}
a {
	font-size: medium;
	color: #339933;
	font-weight: bold;
}
a:visited {
}
a:hover {
	color: #33CCFF;
}
