body {
    background: #7d7753 url(bgpattern.jpg) center top repeat;	
}
p, div, li, h1, h2, h3, h4, td, input, select, textarea {
    color: #000;
}
input {
	border: 1px solid #7d7753;
}
a:link, a:visited {
    color: #7d7753;
    text-decoration: underline;
}
a:hover, a:active {
    color: #4e4a33;
}

/* Buttons */
.button {
	background: #4e4a33;
	color: #FFF !important;
}
.button:hover {
	background: #7d7753;
}

/* Top */

#top h1 {
	color: #4e4a33;
}

#search input {
	background: #dcd6b2;
	color: #4e4a33;
	border: 1px solid #7d7753;
}
#search label input {
	background: #FFF;
	color: #000;
	border: 1px solid #7d7753;
}

/* Bar */
#bar {
	background: #4e4a33;
	color: #dcd6b2;
}		
		
	#menu {
		color: #dcd6b2;
	}
	#menu a:link, #menu a:visited {
	    color: #dcd6b2;
	    text-decoration: none;
	}
	#menu a:hover, #menu a:active {
	    text-decoration: underline;
	}
	
	#cart {
		color: #dcd6b2;
	}
	#cart a:link, #cart a:visited {
	    color: #dcd6b2;
	    text-decoration: none;
	}
	#cart a:hover, #cart a:active {
	    text-decoration: underline;
	}

/* Content */
#main {
	background: #dcd6b2;
}
	#content {
		background: #c4be9a;
	}
		#content h2 {
			color: #4e4a33;
		}
	#products td {
		background: #aaa480;
	}
	
	p.price {
		color: #4e4a33;
	}
	
	#cart-total {
		background: #dcd6b2;
	}
	
	.cart-item {
		border-bottom: 1px solid #7d7753;
	}

/* Side */
#side h2 {
	color: #4e4a33;
}
	#side li {
		background: transparent url(divider.gif) left bottom repeat-x;
		color: #7d7753;
	}
	#side a:link, #side a:visited {
		color: #7d7753;
	}
	#side a:hover, #side a:active {
		color: #4e4a33;
	}

/* Footer */
#footer {
	background: #7d7753 url(divider.gif) 0 0 repeat-x;
	color: #dcd6b2;
}
#footer p, #footer a {
	color: #dcd6b2;
	text-decoration: none;
}