.navbar {
	background: #75ab69;
    background: -webkit-linear-gradient(#75ab69, #2a4523);
    background: -moz-linear-gradient(#75ab69, #2a4523);
    background: linear-gradient(#75ab69, #2a4523);
}
body {
	background-color: #f0ece9;
}
.breadcrumb {
	background-color: #f0ece9;
}
.navbar-static-top .navbar-brand {
    font-size: 1.9em !important;
}
.layer_down {
    background: url(layer_down_tan.png) no-repeat bottom center !important;
}