/* layout.css */

html{
	padding:0;
	margin:0;
}
body{
	padding:0;
	margin:0;
	background-color:#efe9d6;
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.75em;
	line-height:1.4em;
}
/* centre the page */
#main_wrapper{
	position:relative;
	width:933px;
	margin-top:18px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
}
/* first wrapper area */
#border_top{
	width:933px;
	height:28px;
	display:block;
	background-image:url(/img/layout/top_border.gif);
	background-repeat:no-repeat;
	float:left;
}
#border_bottom{
	width:933px;
	height:28px;
	display:block;
	background-image:url(/img/layout/bottom_border.gif);
	background-repeat:no-repeat;
	float:left;
	padding-bottom:48px;
}
#main_area{
	width:923px;
	height:auto;
	background-color:#dbcea4;
	float:left;
	margin-top:28px;
	border-left:5px solid #FFFFFF;
	border-right:5px solid #FFFFFF;
}
/* logos */
#logos_area{
	width:830px;
	height:91px;
	display:block;
	margin-top:12px;
	margin-left:46px;
}
#bbf_logo_link{
	width:413px;
	height:82px;
	background-image:url(/img/layout/bbf_logo.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left;
}
#norbord_logo_link{
	width:283px;
	height:91px;
	background-image:url(/img/layout/norbord_logo.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	float:right;
}
/* content areas */
#navigation_area{
	width:861px;
	height:47px;
	display:block;
	background-image:url(/img/layout/navigation_bg.gif);
	background-repeat:no-repeat;
	margin-top:22px;
	margin-left:31px;
	float:left;
}
#footer_area{
	width:861px;
	height:47px;
	display:block;
	background-image:url(/img/layout/footer_bg.gif);
	background-repeat:no-repeat;
	margin-left:31px;
	float:left;
	margin-bottom:70px;
	color:#8c8a86;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:bold;
}
#content_area{
	width:855px;
	height:auto;
	min-height:380px;
	background-color:#e6ddbf;
	float:left;
	margin-left:31px;
	border-left:3px solid #FFFFFF;
	border-right:3px solid #FFFFFF;
}
#copyright{
	float:left;
	margin-top:16px;
	margin-left:20px;
}
#flashBanner,
#trees{
	display:block;
	width:137px;
	height:45px;
	background-repeat:no-repeat;
	float:right;
}
#flashBanner{
	margin-top:-45px;
	margin-right:12px;
}

#trees{
	background-image:url(/img/layout/bottom_trees.png);
}
#flashMap{
	margin:20px 0;
}
#footer_links{
	float:right;
	clear:right;
	margin-top:16px;
}