﻿@charset "utf-8";
  /* CSS layout */

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #665F55;
	background-color: #665F55;
/*	border: 1px #FF00FF solid; */
}

#container {
	width: 927px; /* the auto margins (in conjunction with a width) center the page */;
	height: 100%;
	text-align: left; /* this overrides the text-align: center on the body element. */;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
/*	background: url('images/lf-background4.jpg') top;
	background-repeat: no-repeat;
	background-attachment: fixed;  */
} 

#header {
	border-bottom: 4px #666666 solid;
	width: 927px;
	height: 157px;
	margin-left: 0px;
	margin-right: 0px;
	background: url('images/mcw-woodflooring-hdr.jpg') no-repeat 0 0;
}

#navmenuh {
	width: 520px;
	height: 23px;
	position: relative;
	top: 115px;
	left: 40px;
}

#navmenuv {
	margin: 20px 0 0 20px;
	width: 100px;
	height: 240px;
}

#navmenuf {
	width: 300px;
	height: 20px;
	position: relative;
	left: 600px;
	top: -10px;
}

#headeraddress {
	width: 200px;
	height: 30px;
	position: relative;
	top: 90px;
	left: 700px;
}

#content {
	width: 680px;
	margin: 0px 0 0 25px;
	float: left;
	border-left: 4px #666666 solid;
}

#left-col {
	width: 120px;
	float: left;	
/*	height: 600px; */;
}

#right-col {
	width: 187px; 
	height: 400px;
	margin-left: 0px;
	margin-right: 0px;
/*	float: left; */
}

#left-col-footer {
	font-size: 1em;
}

#footer {
	width: 100%;
	height: 50px;
	margin: 0 0 0 0;
	border-top: 1px #666666 solid;
	padding: 4px 0 0 0;
	clear: both;  /* Added to force container to expand to bottom of web */
}





