body
{ 
	background: #4D3E43;
}

#wrapper{
	background: #E7DCDA;
}

#header {
	background: #4D3E43;
}

#banner {
	background: #E7DCDA;
}

#left {
	background: #B8ACAC;
	
}

#categories {
	background: #B8ACAC;
}

#content {
	background: #B29BA5;
	color: #7D674F;
}

#footer {
	background: #4D3E43;
}

/***Typography***/

#left h3{
	background: #4D3E43;
	color: #FFFFFF;
}

#left p, #left p a{
	color: #4D3E43;
}

#content h2{
	color: #4D3E43;
}

#content h3{
	background: #4D3E43;
	color: #FFFFFF;
}

#content p{
	color: #4D3E43;
}

#content p a{
	color: #4D3E43;
}


/***Lists***/

#bar ul{
	background: #B29BA5;
	border-top: #4D3E43 5px solid;
	border-bottom: #4D3E43 5px solid;
}

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

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

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

#categories li a {
	color: #4D3E43;
}

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

/***Images***/

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

/***Form***/

#feedBack {
	margin-top: 10px;
	padding: 0;
	text-align: left;
}

#feedBack p {
	margin-bottom: 10px;
}

#feedBack label {
	float: left;
	width: 160px;
}

#feedBack input, #feedBack textarea, #feedBack select {
	padding: 2px;
	border: 1px solid #4D3E43;
	width: 240px;
	color: #4D3E43;
}

#feedBack .red {
	border: 1px solid red;
}

#feedBack label.red {
	border: none;
	color: red;
}

#feedBack .customRed {
	border: none;
	color: red;
}

#feedBack #submit {
	margin: 0 170px;
	width: 60px;
	background: #FFFFFF;
}

#validationmsg {
	margin: 10px;
	padding: 0;
	height: 100px;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	color: #4D3E43;
}

#feedBack .errmsg {
	display: none;
}


/***Search***/

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

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

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


