/* site background */
body.page-color
{
	background-color: #4a8d8b;
}

/* header */
#site-box
	#site-head h4.page-color
{
	background-color: #244c04;
	border: 1px solid #1b3a03;
}

/* main frame border */
#site-box
	.border
{
	border: 1px solid #5d7156;
	background-color: white;
}

/* right column background */
#site-box
	div.page-color
{
	background-color: #e3e4b1;
}

/* pseudo button mouseover */
#site-box
	#site-main
		 ul li a:hover,
#site-box
	#site-main
		 .button a:hover
{
	color: #6c8c4c;
}

/* search form */
#site-box
	#site-head h4 form input#sbi,
#site-box
	#site-head h4 form select
{
	background-color: #c3c56a;
	border: 1px solid #fff;
}

/* game title color */
#site-box
	#site-main .game-head h1 span
{
	color: #c3c56a;
}

/* game menu colors */

#site-box
	#game-menu
		ul li a:hover
{
	background-color: #244c04;
}

