/* colour scheme 1 */

body { color: #000; }
#topbar { background: url(/images/mainbg_top_10.gif) top left no-repeat #C66; }
#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: #C66; color: #fff }
#mainbodysq { background: #C66 }
#mainbodypic { background: url(/images/image10.jpg) repeat-x top left; }
#bottombar { background: url(/images/mainbg_bottom_10.gif) bottom left no-repeat #C66; }
#bottombar ul li {  }

