/* --------------------- */
/*     QUICK STYLING     */
/*  CHANGE THE BG IMAGE  */
/*  & LINK COLORS HERE   */
/* --------------------- */

body {
	background: #ffcc33 url(img/stripes.gif);
}

a {
	color: #b55332;
	text-decoration: none;
	letter-spacing: .5px;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
}
a:hover {
	color: #993300;
}

#page .navigation ul li a:hover, #page .navigation .search .button:hover {
	color: #993300;
	text-decoration: none;
}

#sidebar ul.categories li a{
	color: #cc9900;
	text-decoration: none;
}

#footer .copyright a{
	color: #CC9900;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}

#footer .copyright a:hover{
	color: #fff;
	text-decoration: none;
}