body {
    background: #448FA4 url(http://custom.buyitsellit.com/9204/test6.jpg) center top repeat;  
}
p, div, li, h1, h2, h3, h4, td, input, select, textarea {
    color: #000;
}
a:link, a:visited {
    color: #000;
    text-decoration: underline;
}
a:hover, a:active {
    color: #b6a193;
}

/* Buttons */
.button {
  background: #B65E75;
  color: #FFF !important;
}
.button:hover {
  background: #b6a193;
}

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

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

/* Bar */
#bar {
  background: #FFF url(http://avane.mybisi.com/bubbly/_images/bar.jpg) 0 0 repeat-x;
  color: #886e5c;
  clear: both;
}    
    
  #menu {
    color: #886e5c;
    
  
    
  }
  #menu a:link, #menu a:visited {
      
      text-decoration: none;
    
  }
  #menu a:hover, #menu a:active {
      text-decoration: underline;
  }
  
  #menu-white a, #menu-white a:link, #menu-white a:visited{
    color: #000;
    }
    
    #menu-red a, #menu-red a:link, #menu-red a:visited{
    color: #FFF;
    }
  
  #cart {
    color: #373838;
  }  

/* Content */
#main {
  background: #F7CED0;
}
  #content {
    background: #FFF;
  }
    #content h2 {
      color: #B65E75;
    }
  #products td {
    background: #45A3B8;
  }
  
  p.price {
    color: #886e5c;
  }
  
  #cart-total {
    background: #f6e5e6;
  }
  
  .cart-item {
    border-bottom: 1px solid #d2efbf;
  }

/* Side */
#side h2 {
  color: #000;
}
  #side li {
    
    color: #000;
  }
  #side a:link, #side a:visited {
    color: #000;
  }
  #side a:hover, #side a:active {
    color: #535353;
  }

/* Footer */
#footer {
  
}
#footer p, #footer a {
  color: #FFF;
}









