body {
	background: #729635 url(http://custom.buyitsellit.com/19195/border1.gif) center top repeat-y; 
}
a:link, a:visited {
    color: #354297;
    text-decoration: underline;
}
a:hover, a:active {
    color: #7698d5;
    text-decoration: underline;
}

/* Buttons */
.button {
	background: #7698d5;
	color: #FFF !important;
}
.button:hover {
	background: #88a7e0;
}

/* Top */
#top h1 {
	color: #354297;
}

#search input {
	background: #354297;
	color: #FFF;
}
#search label input {
	background: #FFF;
	color: #000;
	border: 1px solid #999;
}

/* Bar */
#bar {
	background: transparent url(http://custom.buyitsellit.com/19195/bar.gif) 0 0 no-repeat;
	color: #729635;
}
	#bar a:link, #bar a:visited {
	    color: #f3f8e9;
	    text-decoration: none;
	}
	#bar a:hover, #bar a:active {
	    text-decoration: underline;
	}
	
	#cart {
		color: #f3f8e9;
		background: transparent url() 0 25px no-repeat;
	}
	
	#cart-total strong {
		color: #f3f8e9;
	}

/* Content */
	#content {
		background: #ffffff;
	}
#content h2, #side h2 {
	color: #000000;
}
	#content h3 {
		color: #000000;
	}
	
	#products td p, p.price {
		color: #000000;
	}

/* Side */
#side li a:link, #side li a:visited {
    color: #0340a1;
    text-decoration: none;
}
#side li a:hover, #side li a:active {
    color: #7698d5;
}

/* Footer */
#footer p, #footer a {
	color: #6b798a;
}