/* Colour the site Green! */

body {
	background-color:#009535;
}

#bit {
	min-width:960px;
	min-height:100%;
	/* background:transparent url(../../images/green/bit.gif) no-repeat bottom right; */
}
* html #bit { width:960px; height:100%; }

#tagline {
	min-width:960px;
	min-height:100%;
	background:transparent url(../../images/green/tagline.gif) no-repeat top right;
}
* html #tagline { width:960px; height:100%; }

/* * html #container { height:100%; } */

h1 a {
	background-image:url(../../images/green/my-mustard.jpg);
}

#navigation a:hover { background-color:#4db572; }
#navigation li.current a,
#navigation li.current a:hover { color:#009535; }
#navigation li.current ul a { background-color:#4db572; }
#navigation li.current ul a:hover { color:#009535; }


#footer {
	color:#4db572;
}