
/* Wood Products Menu Activated *********/
#woodproducts 
{
	background-color: #073c6e;
	font-weight: bold;
}

#content_area
{
	text-align: left;
}
#title_section
{
	width: 100%;
	height: 35px;
}
#title_section h1
{
	color: #073c6e;
	font-size: 23px;
	margin-bottom: 0px;
	margin-top: 5px;
	width: 200px;
	float: left;
}
#title_section p
{
	margin: 15px 0px 0px 0px;
	float: right;
}


#divisions_gallery
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-spacing: 0px;
	margin-bottom: 2px;
}
#divisions_gallery img
{
	border: none;
}
#divisions_gallery tr
{
}
#divisions_gallery td
{
	padding: 0px;
}
#divisions_section
{
	width: 662px;
	height: 360px;
	background-image: url(../images/woodproducts/block.png);
	background-repeat: no-repeat;
	padding: 1px 10px 10px 10px;
}

#divisions_section p
{
	font-size: 12px;
	margin-right: 10px;
	margin-bottom: 0px;
}

#divisions_section h3
{
	margin-bottom: 0px;
}
#divisions_section ul
{
	margin: 15px;
	margin-top: 0px;
}

#listings_left
{
	width:44%;
	float: left;
	border: 0px solid blue;
}

#listings_right
{
	width:54%;
	float: right;
	margin-right: 10px;
	border: 0px solid green;
}
