@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-color: #B7825A;
	background-image: url(../Home_Page_Images/woodbackground.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
}
.oneColFixCtrHdr #container {
	width: 760px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #A58971;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	height: 128px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #C59581;
	background-image: url(../Showroom/Showroom_Banner.jpg);
}
#NavBar {
	background-image: url(../img/NavBarGradientGrey.jpg);
	height: 27px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: ridge;
	border-bottom-style: ridge;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-right: 120px;
}
.oneColFixCtrHdr #mainContent {
	background-color: #A58971;
	background-image: url(../Showroom/Showroom_Floor1.jpg);
	background-repeat: no-repeat;
	padding-top: 70px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #A58971;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
