/** BEGIN colors **/
a {
	color: #0C6701;
}
#header .pages {
	border-color: #3D8A34;
}
	#header .pages li a:hover {
		color: #B5FEAB;
	}
	#header .pages li ul li {
		background-color: #0B6001;
	}
#header .categories li a {
	border-color: #6BFD57;
	color: #0A5C01;
}
#header .categories li ul li {
	background-color: #B5FEAB;
}
#content .featured .text li a {
	color: #3AD625;
}
#sidebar .box .popular li a {
	color: #0C6701;
}
#footer {
	background-color: #0C6701;
}
	#footer .subscribe {
		background-color: #063300;
	}
#content .span table th {
	background-color: #0E7601;
}
/** 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 {
	background-image: url(header.gif);
}
#content .category .box .search {
	background-image: url(search.gif);
}
/** END images **/
