@charset "utf-8";

body {
	margin-top:0;
	margin-bottom: 0px;
}

#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/forestry_stewardship_council_tiler.jpg);
	background-repeat: repeat-y;
}

#wrapper #topnavbar {
	position: absolute;
	z-index: 2;
	top: 170px;
	width: 700px;
	text-align:center;
}

#header {
	height: 199px;
	width: 760px;
	z-index: 0;
}
#leftSidebar {
	float: left;
	height: 100%;
	width: 165px;
	background-color: #062A4C;
}
#wrapper #contentArea {
	float: left;
	width: 480px;
	margin-left: 50px;
	margin-top: 30px;
}
#wrapper #footer {
	clear: both;
	width: 500px;
	margin-left: 222px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	margin-bottom: 20px;
}
