/** BEGIN colors **/
a {
	color: #619007;
}
#header .pages {
	border-color: #3D8A34;
}
	#header .pages li a:hover {
		color: #c0e443;
	}
	#header .pages li ul li {
		background-color: #0B6001;
	}
#header .categories li a {
	border-color: #4b4b4b;
	color: #ffffff;
}
#header .categories li ul li {
	background-color: #B5FEAB;
}
#content .featured .text li a {
	color: #3AD625;
}
#sidebar .box .popular li a {
	color: #80c30b;
}
#footer {
	background-color: #383838;
}
	#footer .subscribe {
		background-color: #87c60d;
	}
#content .span table th {
	background-color: #497d05;
}
#sidebar .box .tabs li a {
	border-color: #437903;
}
#sidebar .box .tabs li a:hover {
	color: #393a3a;
}
#sidebar .box .tabs li a.here {
	background-color: #7ca207;
}
/** END colors **/

/** BEGIN images **/
#header {
	background-image: url(navigation.gif);
}
#header h1 a {
	background-image: url(logo.gif);
}
#header .pages li.here a {
	background-image: url(active.gif); 
}
#header .pages, #header .pages li {
	background-image: url(divider.gif);
}
#content .category .box h2, #content .cbox h2, #sidebar .box h2, #sidebar .box .tabs {
	background-image: url(header.gif);
}
#content .category .box .search {
	background-image: url(search.gif);
}
/** END images **/
