body
{ 
	background: #7D674F;
	color: #89667A;
}

#wrapper{
	background: #E9E2D0;
}

#header {
	background: #7D674F;
}

#banner {
	background: #E9E2D0;
}

#left {
	background: #DFD7C3;
	
}

#categories {
	background: #DFD7C3;
}

#content {
	background: #C7BCA6 url(../images/home.jpg) no-repeat;
	color: #7D674F;
	height: 470px;
}

.pics {
	margin: 0;
	padding: 0;
	height: 470px;
	width: 656px;
}

#footer {
	background: #7D674F;
}

/***Typography***/

#left h3{
	background: #7D674F;
	color: #FFFFFF;
}

#left p, #left p a{
	color: #FFFFFF;
}

#contact p, #contact p a{
	color: #7D674F;
}


/***Lists***/

#bar ul{
	background: #C7BCA6;
	border-top: #7D674F 5px solid;
	border-bottom: #7D674F 5px solid;
}

#bar ul li a:link, #bar li a:visited {
	color: #7D674F;
	text-decoration: none;
}

#bar ul li a:hover {
	background-color: #7D674F;
	color: #FFFFFF;
}

#bar ul li a.current{
	background-color: #7D674F;
	color: #FFFFFF;
}

#categories li a {
	color: #7D674F;
}

#categories li a:hover {
	color: #FFFFFF;
}

/***Images***/

#banner img {
	border-left: #E9E2D0 10px solid;
}

.pics img{
	top: 0;
	left: 0; 
	height: 470px; 
	width: 656px; 
}

/***Form***/

#categories input, #categories #submit {
	color: #554138;
	border: 0; 
}

#categories input#text {
	background: transparent url(../categories/home/input-bg.jpg) 0 0 no-repeat;
}

#categories #submit {
	background: transparent url(../categories/home/submit-bg.jpg) 0 0 no-repeat;
}