/** BEGIN colors **/
a {
	color: #000000;
}
#header .pages {
	border-color: #4F4638;
}
	#header .pages li a:hover {
		color: #8B4F2D;
	}
	#header .pages li ul li {
		background-color: #312B23;
	}
#header .categories li a {
	border-color: #ABB4BB;
	color: #3B342A;
}
#header .categories li a:hover {
	color: #8B4F2D;
}
#header .categories li ul li {
	background-color: #D6D6D6;
}
#content .featured .text li a {
	color: #FFFFFF;
}
#sidebar .box .popular li a {
	color: #3B342A;
}
#footer {
	background-color: #272018;
}
	#footer .subscribe {
		background-color: #272018;
	}
body {
	background: transparent url(wood.jpg) repeat scroll 0 0;
}
#body {
	color: #151515;
}
#content .span table th {
	background-color: #363636;
}
/** END colors **/

/** BEGIN images **/
#header {
	background-image: url(navigation.gif);
}
#header h1 a {
	background-image: url(logo.gif);
}
#header .pages li.here a {
	background-color: #000000; 
}
#header .pages, #header .pages li {
	background-color: #272018;
}
#content .category .box h2, #content .cbox h2, #content .cbox h1, #sidebar .box h2 {
	background-color: #272018;
}
#content .category .box .search {
	background-image: url(search.gif);
}
#loader {
	background-image: url(loading-1.gif);
}
/** END images **/
