/* Local Style Sheet --
** ARUNO area
**
*/

body {
/*		background: url(images/imgscratches.gif) repeat; */
		background: url(images/imgscratches.gif) repeat; 
	}
	
#header {
/*		background: url(../titlearuno.gif) no-repeat right; */
	}
	
/********************************************************************
** COLORS
** since i seem to change these separately from the rest of the structure
** and these tend to be themed/overridden together in local.css
********************************************************************/
/*
body { background-color: #a03; }

.structure { border-color: #226; }
#header {	background-color: #3a3; }
#topicmenu { background-color: #dd0; }
#content { background-color: #fff; }
#bottom { background-color: #dd0; }

#topicmenu .adisabled {
		background-color: #dd0;
	}
#topicmenu a {
		border-color: #090;
		background-color: #ff9;
		color: black;
	}
#topicmenu a:hover {
		background-color: #ee3;
		color: black;
	}

#bottom a:hover {
		background-color: #88b;
	}

#content a {
		color: #339;
	}
#content a:link {
		color: #22a;
		background-color: #bbf;
	}
#content a:visited {
		color: #336;
		background-color: #ddd;
	}
#content a:hover {
		color: white;
		background-color: black;
	}
*/
