/* CSS Document: Field Trial */

body {
	background: #538a4d;
	}
	
#header {
	background: url(../images/commodity-crops/header.jpg) no-repeat;
	}
	
#main {
	margin-left: 10px;
	width: 95%;
	}
	
#footer { color: #fff; }

#sidebar, #main {
	background: #f5f581;
	}
	
a { color: #f7f79f; }
a:hover { color: #fbfbd1; }
#main a { color:#538a4d; }

/*+--------------------------------------------+
/*|     			 SIDE MENU                 |
/*+--------------------------------------------+
*/

#sidebar li a {
	background: #f0f043;
	color: #1b3317;
	}
	
#sidebar li a:hover {
	background: #1b3317;
	color: #fff;
	}
	
#sidebar ul ul li a {
	background: #f7f79f;
	color: #1b3317;
	font-weight: normal;
	}
	
#sidebar ul ul li a:hover {
	background: #2e6307;
	color: #fff;
	}
