body
	{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family : trebuchet ms,verdana,arial,sans-serif;
	color : black;
	background : rgb(214,214,180);
	width : 100%;
	height : 100%;
	}
	
#wrapper	{
   	margin:	9px auto auto 9px;
	width : 95%;
	max-width : 1150px;
	color : rgb(0,0,0);
	background : rgb(214,214,180);
	border : 2px solid rgb(102,153,153);
	}	
	
#header	{
	position : relative;
	color : rgb(54,60,96); 
	background : rgb(172,119,49) url(images/hardwood-lumber.jpg) no-repeat 0px 0px;
	margin : 0px;
	height : 144px;
	border-bottom : 7px solid rgb(102,153,153);
	}	
	
#header img	{
	margin-top : 10px;
	margin-right : 10px;
	}	
	
#content	{
	margin : 0px 0px 0px 226px;
	z-index : 9;
	background : rgb(235,235,211);
	padding : 0px 0px 20px 20px;
	border : 1px solid white;

}
	
#navigation	{
	position : absolute;
	top : 155px;
	left : 10px;
	width : 226px;
	color : rgb(255,255,255);
	background : rgb(214,184,145);
	}
	
#navigation li a, #navigation li a:visited, #navigation a, #navigation a:visited	{
	font-weight : bold;
	text-align : left;
	margin : 0;
	padding-left : 20px;
	color : rgb(0,0,0);
	background : rgb(214,184,145);
	}
	
#navigation li a:hover, #navigation a:hover, a:hover	{/*a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!! */
	text-decoration : none;
	color : rgb(0,0,0);
	background : rgb(153,194,194);
	color : rgb(0,0,0);
	background-color : rgb(214,214,180);
	}

#footer	{
	position : relative;
	font-weight : bold;
	text-align : center;
	background : rgb(235,235,211);
	clear : both;
	height : 37px;
	border : 1px solid white;
	}
	
#footer a, #footer a:visited #footer a:hover	{
	display : inline;
	color : black;
	background : transparent;
	}	
	
#footer a:hover	{
	color : white;
	background : transparent;
	}		
	
#content h1, #content h2, #content h3, #content p, #content img	{
	margin-left : 20px;
		} 	
		
#content ul	{
	margin-left : 35px;
		}
		
#content img	{
	float : left;
	margin : 10px 20px;
	clear : left;
		}	
		
h1,h2,h3,h4	{
	font-weight : normal;
	color : rgb(102,102,102);
	background-color : transparent;
	margin-left : 20px;
	margin-top : 0px;
	clear : left;
	}
	
a	{
	color : brown;
	background-color : transparent;
	display : inline;
	}	
	
ul	{
	margin : 0px 20px;
	padding : 0px;
	margin-bottom : 20px;
	}	
		
.oldbrowser	{
	display : none;
	}

.center, img.center	{
	text-align : center;
	display : block;
	margin-left : auto;
	margin-right : auto;
	}
	
.left 	{
	margin : 20px 0px 20px 125px;	
	}
	
p.clear	{
	color : rgb(255,249,235);
	clear : both;
	margin-bottom : 20px;
}

p.to-top	{
	text-align : right;
	margin-right : 10px;
	clear : both;
	}

span.attrib	{
	display : block;
	font-size : .7em;
	font-style : italic;
	text-align : right;
}	

.bottom	{
	background : rgb(0,0,0) url(images-new/custom-web-design-footer.gif) repeat-x top left;
	height : 50px;
	}
	
ul.legal-results	{
	font-weight : bold;
	}	
	
ul.legal-results li	{
	margin-bottom : 20px;
	}
	
img.right	{
	float : right;			
	margin : 10px;
	}
	
div.hardwood-lumber	{
	position : relative;
	float : right;
	font-size : .75em;
	background : rgb(240,212,143);
	width : 200px;

	padding : 15px;
	padding-top : 50px;
	padding-bottom : 200px;
		}	
		
.small	{
	font-size : .65em;
	}		

.alert	{
	color : red;
	font-weight : bold;
	}
	
.caption	{
	font-style : italic;
	}	
	
#content img.opt	{
	float : left;
	clear : none;
	}
