@charset "UTF-8";
body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCCCCC;
}
.oneColFixCtr #container {
	width: 1024px; /* 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: #FFFFFF;
	background-position: top;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #header {
	background-image: url(images/top-banner.jpg);
	height: 126px;
	width: 760px;
	background-repeat: no-repeat;
	padding: 0;
	top: 1px;
	float: right;
}
.oneColFixCtr #logo {
	background-image: url(images/npc-carpentry.jpg);
	height: 126px;
	width: 264px;
	background-repeat: no-repeat;
	padding: 0;
	top: 1px;
	float: left;
}
.oneColFixCtr #nav {
	height: 38px;
	background-color: #00CC00;
	width: 1024px;
	clear: left;
	float: left;
}
.oneColFixCtr #textArea {
	height: 380px;
	background-color: #ffffff;
	width: 448px;
	position: absolute;
	left: 20px;
	float: right;
	clear: left;
	text-align: left;
}
.oneColFixCtr #subtextArea {
	height: 145px;
	background-color: #484848;
	width: 1024px;
	clear: left;
}
.subHeader    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 0px;
}
.oneColFixCtr #subtextRight {
	height: 145px;
	background-color: #5b5b5b;
	width: 448px;
	float: right;
	clear: left;
}
#subtextArea #leftText {
	width: 476px;
	padding-top: 20px;
	padding-left: 50px;
}
.oneColFixCtr #footer {
	height: 91px;
	background-color: #7f7f7f;
	width: 1024px;
	clear: left;
}
.oneColFixCtr  #photoArea  #img {
	background-image: url(images/cabinets.jpg);
	background-repeat: no-repeat;
}
#cabinets     {
	height: 380px;
	width: 576px;
	background-image: url(images/cabinets.jpg);
	background-repeat: no-repeat;
	clear: left;
}
.oneColFixCtr #container #right {
	height: 380px;
	width: 448px;
	float: right;
	background-color: #FFFFFF;
	clear: left;
}
#right #cont {
	width: 420px;
	padding-left: 20px;
	float: right;
	position: absolute;
}
.oneColFixCtr  #container  h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC0000;
	font-weight: normal;
}
.oneColFixCtr #container p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #484848;
	font-weight: normal;
	padding-right: 40px;
	line-height: 16px;
}
.whiteContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 17px;
	clear: left;
	padding-top: 10px;
	position: absolute;
	width: 486px;
}
.whiteContentCopy a:link {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}.whiteContentCopy a:hover {
	font-weight: bold;
	text-decoration: underline;
}
.whiteContentCopy a:visited {
	font-weight: normal;
	color: #FFFFFF;
}

