body {
    background: #d3dd97 url(http://custom.buyitsellit.com/7395/bg.gif) center top repeat-y;	
}
a:link, a:visited {
    color: #909a38;
    text-decoration: underline;
}
a:hover, a:active {
    color: #bcc570;
    text-decoration: underline;
}

/* Buttons */
.button {
	background: #909a38;
	color: #FFF !important;
}
.button:hover {
	background: #c1cb6b;
}

/* Top */
#top h1 {
	color: #909a38;
}

#search input {
	background: #909a38;
	color: #FFF;
}
#search label input {
	background: #FFF;
	color: #000;
	border: 1px solid #999;
}

/* Bar */
#bar {
	background: transparent url(http://custom.buyitsellit.com/7395/bar.jpg) 0 0 no-repeat;
	color: #dfe2c5;
}
	#bar a:link, #bar a:visited {
	    color: #dfe2c5;
	    text-decoration: none;
	}
	#bar a:hover, #bar a:active {
	    text-decoration: underline;
	}
	
	#cart {
		color: #FFF;
		background: transparent url(http://custom.buyitsellit.com/7395/cart-icon.gif) 0 25px no-repeat;
	}
	
	#cart-total strong {
		color: #909a38;
	}

/* Content */
#content h2, #side h2 {
	color: #909a38;
}
	#content h3 {
		color: #909a38;
	}
	
	#products td p, p.price {
		color: #ff9aa8;
	}

/* Side */
#side li a:link, #side li a:visited {
    color: #ff9aa8;
    text-decoration: none;
}
#side li a:hover, #side li a:active {
    color: #fdb8c1;
}

/* Footer */
#footer p, #footer a {
	color: #b1b873;
}