body {
    background: #000  url(http://i961.photobucket.com/albums/ae95/nataliejean12345/logo/models-3.jpg) center top repeat-y;	
}
a:link, a:visited {
    color: #000;
    text-decoration: none;
}
a:hover, a:active {
    color: #F09;
    text-decoration: none;
}

/* Buttons */
.button {
	background: #666;
	color: #Fff !important;
}
.button:hover {
	background: #000;
}

/* Top */
#top h1 {
	color: #000;
}

#search input {
	background: #333;
	color: #fff;
}
#search label input {
	background: #fff;
	color: #000;
	border: 1px solid #f09;
}

/* Bar */
#bar {
	background: transparent url(http://i961.photobucket.com/albums/ae95/nataliejean12345/logo/bar-9.jpg) 0 0 no-repeat;
	color: #000;
}
	#bar a:link, #bar a:visited {
	    color: #fff;
	    text-decoration: none;
	}
	#bar a:hover, #bar a:active {
	    text-decoration: underline;
	}
	
	#cart {
		color: #fff;
		background: transparent url(http://i961.photobucket.com/albums/ae95/nataliejean12345/cart-2-1.jpg) 0 25px no-repeat;
	}
	
	#cart-total strong {
		color: #000;
	}

/* Content */
#content h2, #side h2 {
	color: #000;
}
	#content h3 {
		color: #f09;
	}
	
	#products td p, p.price {
		color: #333;
	}

/* Side */
#side li a:link, #side li a:visited {
    color: #000;
    text-decoration: none;
}
#side li a:hover, #side li a:active {
    color: #f09;
}

/* Footer */
#footer p, #footer a {
	color: #000;
}
