/* site background */
body.page-color
{
	background-color: #dd910f;
}

/* header */
#site-box
	#site-head h4.page-color
{
	background-color: #a82709;
	border: 1px solid #821d06;
}

/* main frame border */
#site-box
	.border
{
	border: 1px solid #d67d0c;
	background-color: white;
}

/* right column background */
#site-box
	div.page-color
{
	background-color: #fcf4dc;
}

/* pseudo button mouseover */
#site-box
	#site-main
		 ul li a:hover,
#site-box
	#site-main
		 .button a:hover
{
	color: #ebb716;
}

/* search form */
#site-box
	#site-head h4 form input#sbi,
#site-box
	#site-head h4 form select
{
	background-color: #f7e396;
	border: 1px solid #fff;
}

/* game title color */
#site-box
	#site-main .game-head h1 span
{
	color: #f7e396;
}

/* game menu colors */

#site-box
	#game-menu
		ul li a:hover
{
	background-color: #a82709;
}