body {
    background: #3d3d3d url(http://custom.buyitsellit.com/14213/bg2.jpg) center top repeat-y;	
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    color: #b72001;
}
a:link, a:visited {
    color: #b72001;
    text-decoration: underline;
}
a:hover, a:active {
    color: #d14e00;
}

/* Buttons */
.button {
	background: #6e9e0e;
	color: #FFF !important;
}
.button:hover {
	background: #8fbd27;
}

/* Top */
#top h1 {
	color: #af3a19;
}

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

/* Bar */
#bar {
	background: transparent url(http://custom.buyitsellit.com/14213/bar.jpg) 0 0 no-repeat;
	color: #FFF;
	height: 54px;
}		
		
	#menu {
		color: #FFF;
	}
	#menu a:link, #menu a:visited {
	    color: #FFF;
	    text-decoration: none;
	}
	#menu a:hover, #menu a:active {
	    text-decoration: underline;
	}
	
	#cart {
		background: transparent url(http://custom.buyitsellit.com/14213/cart.gif) 0 13px no-repeat;
	}	

/* Content */
#main {
	background: #cecfaf;
}
	#products td {
		background: #FFF;
	}
	
	p.price {
		color: #af3a19;
	}
	
	#cart-total {
		background: #bdba95;
		color: #FFF;
	}
		#cart-total a:link, #cart-total a:visited {
			color: #FFF;
		}
		#cart-total a:hover, #cart-total a:active {
			color: #EFEFEF;
		}
	
	.cart-item {
		border-bottom: 1px solid #bdba95;
	}

/* Side */

	#side li {
		background: transparent url(http://custom.buyitsellit.com/14213/category-divider.gif) left bottom repeat-x;
	}

/* Footer */
#footer {
	background: transparent url(http://custom.buyitsellit.com/14213/footer-divider.gif) 0 0 repeat-x;
}
#footer p, #footer a {
	color: #FFF;
}
