/** BEGIN colors **/
a {
	color: #ff003a;
}
#header .pages {
	border-color: #3D8A34;
}
	#header .pages li a:hover {
		color: #B5FEAB;
	}
	#header .pages li ul li {ff003a
		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: #c4f761;
}
#sidebar .box .popular li a {
	color: #ff003a;
}
#footer {
	background-color: #FFFFFF;
}
	#footer .subscribe {
		background-color: #ff003a;
	}
#content .span table th {
	background-color: #0E7601;
}
#sidebar .box .tabs li a {
	border-color: #063F00;
}
#sidebar .box .tabs li a:hover {
	color: #99ffee;
}
#sidebar .box .tabs li a.here {
	background-color: #063F00;
}
/** 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 {
	background-color: #b5dc6a;
        height: 15px;
        text-align: left;
        font-family: papyrus, verdana, arial;
        font-size: 1.2em;
        color: #ff003a;
}
#sidebar .box h2, #sidebar .box .tabs {
	background-color: #b5dc6a;
        height: 15px;
        text-align: left;
        font-family: papyrus, verdana, arial;
        font-size: 1.2em;
        color: #ff003a;
}
#content .category .box .search {
	background-image: url(search.gif);
}
/** END images **/

