/* Colour the site Yellow! */

body {
	background-color:#ffde00;
}

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

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

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

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

#navigation a:hover { background-color:#ffad00; }
#navigation li.current a,
#navigation li.current a:hover { color:#ffde00; }
#navigation li.current ul a { background-color:#ffad00; }
#navigation li.current ul a:hover { color:#ffde00; }


a { color:#000; border-bottom-color:#000; }
body,
#navigation a,
#navigation li.current ul a { color:#000; }
#navigation li.current a,
#navigation li.current a:hover,
#navigation li.current ul a:hover  { background-color:#000; }


#footer {
	color:#ffad00;
}