@charset "utf-8";
/* CSS Document */


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;
	background-image: url(http://www.michellewinteriordesign.com/images/page-bg.jpg);
}

.oneColFixCtr #container {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -280px;
	text-align: center;
	min-width: 900px;
	border-right-style: none;
	border-left-style: none;
	height: 550px;
	background-image: url(../images/page-shadow.jpg);
	overflow: hidden;
}
.oneColFixCtr #innerContainer {
	position: absolute;
	top: 299px;
	left: 2px;
	width: 100%;
	margin-top: -291px;
	text-align: center;
	min-width: 900px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #604B37;
	border-bottom-color: #604B37;
	border-top-width: 2px;
	border-bottom-width: 2px;
	height: 530px;
	background-color: #2f1f0d;
}
.oneColFixCtr #mainContent {
	position: relative;
	text-align: left;
	width: 900px;
	height: 400px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.oneColFixCtr #leftContent {
	position: absolute;
	width: 400px;
	height: 390px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 60px;
	overflow: hidden;
	text-align: left;
}
.oneColFixCtr #rightContent {
	position: absolute;
	text-align: left;
	width: 380px;
	height: 425px;
	left: 470px;
	top: -25px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtr #header {
	position: relative;
	text-align: left;
	width: 470px;
	height: 100px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	left: -215px;
	top: 0px;
}
.oneColFixCtr #footer {
	position: relative;
	text-align: left;
	width: 850px;
	height: 27px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/footer-bgrd.jpg);
	bottom: 0px;
	clip: rect(auto,auto,auto,auto);
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 49px;
	overflow: hidden;
}
.oneColFixCtr #topRight {
	position: absolute;
	text-align: left;
	width: 430px;
	height: 74px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	left: 469px;
	background-image: url(../images/nav-bg.jpg);
	top: 0px;
}
.oneColFixCtr #siteNav {
	position: absolute;
	text-align: right;
	width: 370px;
	height: 22px;
	padding: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	left: 0px;
	top: 50px;
}

