/* CSS Document: Field Trial */

body {
	background: #5f4e3a;
	}
	
#header {
	background: url(../images/hunting/header.jpg) no-repeat;
	}
	
#footer { color: #fff; }

#sidebar, #main {
	background: #aaa98d;
	}
	
a { color: #e7d6b0; }
a:hover { color: #e06f00; }
#main a { color:#A45100 ; }

/*+--------------------------------------------+
/*|     			 SIDE MENU                 |
/*+--------------------------------------------+
*/

#sidebar li a {
	background: #989775;
	color: #1b3317;
	}
	
#sidebar li a:hover {
	background: #1b3317;
	color: #fff;
	}
	
#sidebar ul ul li a {
	background: #bab9a2;
	color: #1b3317;
	font-weight: normal;
	}
	
#sidebar ul ul li a:hover {
	background: #a47b4a;
	color: #fff;
	}
