/* CSS Document */
/*White background, blue spiral*/
body {background:url(../images/yellow-red/bg-body.gif) repeat-x #f3d3a1; color:#5e4a3e;}

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

h1, a {color:#a0473f;}

#nav a {color:#f7ede0; border-right-color:#ebd3b5;}
	#nav .on {background:url(../images/yellow-red/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-red/button-continue.gif);}