body {
	background-color: #e2ebd2;
	background-image: url(/images/backgrounds/body_green_bg.png);
	background-repeat: repeat-x;
}

#fsy_header {
	background-color:#656d31;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#9ca75f), to(#656d31));
	background-image:-webkit-linear-gradient(top, #9ca75f, #656d31);
	background-image:-moz-linear-gradient(top, #9ca75f, #656d31);
	background-image:-ms-linear-gradient(top, #9ca75f, #656d31);
	background-image:-o-linear-gradient(top, #9ca75f, #656d31);
	background-image:linear-gradient(top, #9ca75f, #656d31);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#9ca75f, endColorstr=#656d31);
}

#fsy_header .flow {
	background-image:url(/images/backgrounds/header_green_flow.png);
}

#fsy_body .sidebar .sidebartitle {
	background-color:#939e56;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#9ca75f), to(#9ca75f), color-stop(.6,#939e56));
	background-image:-moz-linear-gradient(top, #9ca75f, #939e56);
	background-image:-ms-linear-gradient(top, #9ca75f, #939e56);
	background-image:-o-linear-gradient(top, #9ca75f, #939e56);
	background-image:linear-gradient(top, #9ca75f, #939e56);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#9ca75f, endColorstr=#939e56);
}

#fsy_header .menu a {
	border: 1px solid #444b1e;
	background: #99a45d;
}

#fsy_body .navigator ul li.highlevel a {
	background-color:#697134;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#99a358), to(#99a358), color-stop(.6,#697134));
	background-image:-moz-linear-gradient(top, #99a358, #697134);
	background-image:-ms-linear-gradient(top, #99a358, #697134);
	background-image:-o-linear-gradient(top, #99a358, #697134);
	background-image:linear-gradient(top, #99a358, #697134);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99a358, endColorstr=#697134);
	border: 1px solid #3d4412;
	color: #fff;
}