@charset "utf-8";
body {
	font: 11px Arial, Helvetica, sans-serif;
	background: #000000;
	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: #c9ff01;
}
#container {
	width: 965px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #0f0f0f;
	background-image:url(http://www.orchardkitchens.com/bg1.png);
	background-repeat:no-repeat;
	background-position:top;
	color: #ffffff;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	padding: 0 20px; 
	height: 396;
	margin: 0 auto;
}
#mainContentFlash {
	padding: 0; 
	margin: 0 auto;
}
#footer {
	background-image:url(http://www.orchardkitchens.com/footer.png);
	height: 76px;
	margin: 0 auto;
	padding: 0;
}
.oneColFixCtr h1{
	font: 15px;
}
.oneColFixCtr h2{
	font: 13px;
	color: #C9FF06;
}
.oneColFixCtr h3{
	font: 11px;
	font-weight:bold;
}
a {
	color: #C9FF06;
	text-decoration: none;
}
a:hover {
	color: #C9FF06;
	text-decoration: underline;
}
#whitebar{
background-color:#ffffff;
text-align:center;
color:#000000;
font-size:12px;
}
#furntext{
color:#ffffff;
padding-left:10px;
text-align:right;
font-size:12px;
}

