body {
    background: #a9bac3 url(http://custom.buyitsellit.com/23490/bg.gif) center top repeat-x;	
}
a:link {
    color: #6297bc;
    text-decoration: underline;
}

a:visited {
    color: #990000;
    text-decoration: underline;
}
a:hover, a:active {
	Font-family: 'Georgia', Times, serif;
    color: #9EC068;
    text-decoration: underline;
}

/* Buttons */
.button {
	background: #679cb2;
	color: #FFF !important;
}
.button:hover {
	background: #b0d2e0;
}

/* Top */
#top h1 {
	color: #679cb2;
}

#search input {
	background: #679cb2;
	color: #FFF;
}
#search label input {
	background: #FFF;
	color: #000;
	border: 1px solid #999;
}

/* Bar */
#bar {
	background: transparent url(http://custom.buyitsellit.com/23490/headerphoto.jpg) 0 0 no-repeat;
	color: #ffffff;
}
	#bar a:link {
	    color: #ffffff;
	    text-decoration: none;
	}
	
#bar a:visited {
	    color: #ffffff;
	    text-decoration: none;
	}
	
	#bar a:hover, #bar a:active {
	    text-decoration: underline;
	}
	
	#cart {
		color: #FFF;
		background: transparent url(http://custom.buyitsellit.com/23490/basket.gif
) 0 25px no-repeat;
	}
	
	#cart-total strong {
		color: #679cb2;
	}

/* Content */
#content h2, #side h2 {
	color: #679cb2;
}
	#content h3 {
		color: #679cb3;
	}
	
	#products td p, p.price {
		color: #000000;
		Font-weight: bold;
	}

/* Side */
#side li a:link, {
    color: #6297bc;
    font-family: 'Georgia', Times, serif;
    font-weight: bold;
    text-decoration: none;
}

#side li a:visited {
    color: #5a5a5a;
    font-family: 'Georgia', Times, serif;
    font-weight: bold;
    text-decoration: none;
}

#side li a:hover, #side li a:active {
    color: #9ec068;
    
}



/* Footer */
#footer p, #footer a {
	color: #ffffff;
	font-family: 'Georgia'; Times, serif;
	font-weight: bold;
}