@charset "utf-8";
.oneColFixCtrHdr #mainContent {
	background-color: #f2e6c2;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #403b32;
	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;
}
.oneColFixCtrHdr #container {
	width: 950px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #403b32;
}
.oneColFixCtrHdr #header {
	background-color: #403b32;
}
.oneColFixCtrHdr #header h1 {

}
.oneColFixCtrHdr #footer {
	background-color: #403b32;
	text-align: center;
	padding-top: 10px;
	margin-left: 240px;
}
.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-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f2e6c2;
}
.oneColFixCtrHdr #footer a {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f2e6c2;
}
.oneColFixCtrHdr #sidebar {
	background-color: #FFFFFF;
	text-align: center;
	float: left;
	background-image: url(Images/home_page.jpg);
	height: 600px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #stripe {
	float: right;
	height: 600px;
	background-repeat: no-repeat;
	width: 100px;
}

