/* New DIV style page */
/*Contains the main page and centres it*/
#centrepage {
	width:990px;
	margin-left:auto;
	margin-right:auto;
}
/*Page container holds the design to 990px wide (for default 1024px width)*/
#pagecontainer {
	width:990px;
	margin-left:0;
/*background colour was set in case images are disabled. Image covers the whole width of page to stop green peeking through*/
	background-color: #006633;
	background-image: url(/ukgwa/20090617182047oe_/http://www.forestry.gov.uk/images/lefthandnav_background_170.gif/$FILE/lefthandnav_background_170.gif);
	background-repeat:repeat-y;
	overflow: auto;
	clear:left;
	
/* min-height hack for ie6 */
/*min-height: 456px;
height: auto !important;
height: 456px;*/
/*min-height:456px;*/ /*This gives pages a minimum height which stops the footer jumping*/
	/*height:456px;*/
}
/*This is for the standard left hand column*/
#lefthandnavigation {
	float:left;
	display:block;
	width:170px;
	padding-top:21px;
	color:#ffffff;
	/* min-height hack for ie6 */
min-height: 456px;
height: auto !important;
height: 456px;
}
#lefthandnavigation ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#lefthandnavigation li {
	color:#ffffff;
	margin:0 5px 1.5em 10px;
}
#lefthandnavigation a {
	color:#ffffff;
	text-decoration:none;
}
#lefthandnavigation a:hover {
	text-decoration:underline;
}
/*Content holder contains main content and right hand content*/
#contentholder {
	float:right;
	width:820px;
	background-color: #ffffff;
}
#maincontent {
	float:left;
	width:620px;
	padding-top:20px;
	padding-left:19px;
	/*padding-right:19px;*/
	padding-bottom: 20px;
	line-height:1.6em;
	color:#444444;
}
#maincontent.widecol {
	/*width:800px;*/  /*for no right hand column*/
	width:780px; /*800 width was making the content butt against the page edge which looked untidy*/
}
#maincontent ul,ol,li {
	color:#444444;
}
#maincontent h1,h2,h3 {
	color:#000000;
}
html>body #maincontent {
	min-height: 100%;
}
#righthandcontent {
	float:right;
	/*width:194px;*/ /*For Rec pages*/
	/*width:198px;*/
	width:160px;
	padding-top:21px;
}
/*#righthandcontent p {
	display:block;
	padding:0.4em 0.1em 0.4em 0.6em;
	margin:0 0 1.2em 0;
	font-size:0.833em;
	line-height:1.6em;
}*/
.main, .MAIN {
	color:#444444;
}
