/* Background and text colours */
#container, #header{
	background-color:#ccc;
	color:#111;
	}
	
a {color:#111; text-decoration:none;}
a img {border:0;}
body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-size:75%;
	/* background-color:#000; 
	color:#f6f6f6; */
	background-color:#666;
	text-align:center;
	}
input {
	margin:3px 0;
	border:1px solid #aaa;
	background-color:#f9f9f9;
	}
p, .plantList td {
	font-size:1em;
	line-height:1.7em;
	padding:0;
	margin:1.7em 0 1.7em 0;		
	/*font-size:1.2em;
	line-height:1.4em;
	padding:0;
	margin:1.4em 0 1.4em 0;*/
	}
#leftbar2 p, #rightbar2 p, #rightbar3 p {
	font-size:.9em;
	margin:1em 0 1em 0;	
	}
	
h1 {font-size:2.2em; line-height:1.6em; padding:0; margin:10px 0; color:#07761F; font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; letter-spacing:-1px;}
h2 {font-size:1.6em; line-height:1.4em; padding:0; margin:10px 0 5px 0; color:#07761F; font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; letter-spacing:-1px;}
h3 {font-size:1.4em; line-height:1.2em; padding:0; margin:0; color:#07761F; font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; letter-spacing:-1px;}

hr {height:1px; color:#eee;}
/* PAGE STRUCTURE */

#skipToContent {position:absolute; top:-200px;}
#container {
	background-image:url(../graphics/watermark.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	border:1px solid #07761F;
	/* background-color:#111; */
	width:960px;
	text-align:left;
	margin:20px auto;
	padding:5px;
	}
#header {
	background-image:url(../graphics/header_bgnd_full.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	/*background-image:url(../graphics/header_bgnd.jpg);
	background-repeat:repeat-x;
	background-position:top left;*/
	height:120px;
	}
#navbar {
	display:none;
	background-color:#333;
	padding:5px;
	}
#leftbar { 				/* Don't add padding here as it messes up the structure */ 
	width:196px;		/* Background colour provided by image in #main1 */
	float:left;
	}
#leftbarDiv {}			/* Use this for adding padding etc to leftbar */
#mainContent {
	/*background-color:#111;
	color:#eee; */
	margin:0 196px 0 196px;
	padding:10px 20px;
	/* position:relative;	Fixes the Peekaboo bug in IE6 */
	/* min-width:0;			Fixes the Peekaboo bug in IE7 */
	}
#rightbar { 			/* Don't add padding here as it messes up the structure */
	width:196px;		/* Background colour provided by image in #main2 */
	float:right;
	/* position:relative;	 Fixes the Peekaboo bug in IE6 */
	/* min-width:0;		 	 Fixes the Peekaboo bug in IE7 */
	}
#rightbarDiv {}			/* Use this for adding padding etc to rightbar */
#footer {
	padding:10px;
	margin:0 auto;
	}
.cleaner {				/* This is simplified compared to the original version */
	clear:both;
	}
.minHeightDiv {			/* This is a div included in mainContent to set min height.  It needs a 'cleaner' div to push against! */
	float:left;
	width:1px;
	height:400px;
	}
