body {
  background: url(http://custom.buyitsellit.com/19195/background1.gif) center top no-repeat; 
}
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: #c9e4ff;
  }
#content h2, #side h2 {
  color: #354297;
}
  #content h3 {
    color: #679cb3;
  }
  
  #products td p, p.price {
    color: #354297;
  }

/* 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;
}

/* Custom Icons */
.addthis_toolbox .custom_images a {
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
}
.addthis_toolbox .custom_images a img {
    opacity: 1.0;
}
.addthis_toolbox .custom_images a:hover img {
    opacity: 0.75;
}       
            




