/** BEGIN colors **/
a {
	color: #821102;
}
#header .pages {
	border-color: #913F34;
}
	#header .pages li a:hover {
		color: #FDE47F;
	}
	#header .pages li ul li {
		background-color: #811002;
	}
#header .categories li a {
	border-color: #EF9D00;
	color: #9D1301;
}
#header .categories li ul li {
	background-color: #FDD27F;
}
#content .featured .text li a {
	color: #FC5433;
}
#sidebar .box .popular li a {
	color: #821102;
}
#footer {
	background-color: #7D1002;
}
	#footer .subscribe {
		background-color: #3E0801;
	}
#content .span table th {
	background-color: #821102;
}
#sidebar .box .tabs li a {
	border-color: #4F0900;
}
#sidebar .box .tabs li a:hover {
	color: #ffee99;
}
#sidebar .box .tabs li a.here {
	background-color: #4F0900;
}
/** END colors **/

/** BEGIN images **/
#header {
	background-image: url(navigation.gif);
}
#header h1 a {
	background-image: url(logo.png);
}
#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 **/
