/* CSS Document */
/*White background, blue spiral*/
body {background:url(../images/yellow-green/bg-body.gif) repeat-x #f6f3ca; color:#384732;}

/*#spiral {background:url(../images/yellow-green/spiral.jpg) no-repeat;}*/

h1, a {color:#888f72;}

#nav a {color:#e4e6de; border-right-color:#bfc2b0;}
	#nav .on {background:url(../images/yellow-green/bg-nav-on.gif) no-repeat center;}
	/*Would have been nice to use a global PNG here, but IE6 trips out when centering BG image*/
	
#continue, #continue a {background:url(../images/yellow-green/button-continue.gif);}