body
{ 
	background: #515757;
}

#wrapper{
	background: #F5F4F0;
}

#header {
	background: #515757;
}

#banner {
	background: #F5F4F0;
}

#left {
	background: #C3C5C2;
	
}

#content {
	background: #B8B4AB;
}

#categories {
	background: #C3C5C2;
}

#footer {
	background: #515757;
}

/***Typography***/

#left h3{
	background: #515757;
	color: #FFFFFF;
}

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

#content h3{
	background: #515757;
	color: #FFFFFF;
}

#content p{
	color: #515757;
}



/***Lists***/

#bar ul{
	background: #B8B4AB;
	border-top: #515757 5px solid;
	border-bottom: #515757 5px solid;
}

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

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

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

#categories li a {
	color: #515757;
}

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

/***Images***/

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

/***Form***/

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

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

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