/* colour scheme 1 */

body { color: #000; }
#topbar { background: url(/images/mainbg_top_8.gif) top left no-repeat #933; }
#topbar ul li {  }
#menu ul li a { background-color: #ff9;} /* stays */
	#menu ul li a:hover {background-color: #600; } /* stays */
	#menu ul li a:hover { color: #ff9 } /* stays */
	#menu ul li.first a { border: none; }
	#menu ul li a.on { background-color: #933; color: #fff }
#mainbodysq { background: #933 }
#mainbodypic { background: url(/images/image8.jpg) repeat-x top left; }
#bottombar { background: url(/images/mainbg_bottom_8.gif) bottom left no-repeat #933; }
#bottombar ul li {  }

