body {
    background: #660066 center no-repeat;  
}
p, div, li, h1, h2, h3, h4, td, input, select, textarea {
    color: #000;
}

a:link, a:visited {
    color: #cc66cc;
    text-decoration: underline;
}
a:hover, a:active {
    color: #cc66cc;
}

#crumb a {
color: #cc66cc;
text-decoration: none;
}

#crumb a:hover, a:active {
color: #cc66cc;

}

/* Buttons */
.button {
  background: #cc66cc;
  color: #FFF !important;
}
.button:hover {
  background: #cc66cc;
}

/* Top */
#top h1 {
  color: #FFF;
}

#search input {
  background: #FFF;
  color: #cc66cc;
}
#search label input {
  background: #FFF;
  color: #cc66cc;
  border: 1px solid #999;
}

/* Bar */
#bar {
  
  color: #FFF;
}    
    
  #menu {
    color: #FFF;
    
  }
  #menu a:link, #menu a:visited {
      color: #FFF;
      text-decoration: none;
  }
  #menu a:hover, #menu a:active {
      text-decoration: underline;
  }
  
  #cart {
    
    color: #FFF;
  }
  
  #cart img {
  margin-bottom: -4px;
  }  

/* Content */
#main {
  
}
  #content {
    background: #FFFFFF;
  }
    #content h2 {
      
      color: #cc66cc;
      background: url(http://custom.buyitsellit.com/brownie/_images/headers.jpg) right no-repeat;
      height: 30px;
                  
      margin: 1px;
      
    }
  #products td {
    background: url(http://img222.imageshack.us/img222/5268/purplenebulac.jpg) right no-repeat;
  }
  
  #products p {
  color: #FFFFFF;
  }
  
  p.price {
    color: #cc66cc;
  }
  
  #cart-total {
    background: #cc66cc;
  }
  
  .cart-item {
    border-bottom: 1px solid #d2efbf;
  }

/* Side */
#emailsub_wrapper {color: #FFF}
#side h2 {
  color: #FFF;
  padding-top: 60px;
  padding-left: 2px;
}
  #side li {
    
    color: #FFF;
  }
  #side a:link, #side a:visited {
    color: #FFF;
  }
  #side a:hover, #side a:active {
    color: #EFEFEF;
  }

/* Footer */
#footer {
  
}
#footer p, #footer a {
  color: #FFF;
}


