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

#header {
	background: #7D674F;
}

#menu {
	background: #7D674F;
}

#left {
	background: #F2EADF;
}

#footer {
	background: #7D674F;
}

/***Typography***/
h3 {
	background: #7D674F;
}

#left p a, #content p a{
	color: #7D674F;
}


#text .dropcap {
  	color: #7D674F;
}

h3 {
	background: #7D674F;
}

/***Lists***/

#menu li a:hover {
	color: #F2EADF;
}

#menu li .current {
	color: #F2EADF;
}

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

/***Form Elements***/

#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 #7D674F;
	width: 240px;
	color: #7D674F;
}

#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: #7D674F;
}

#feedBack .errmsg {
	display: none;
}

/***Search***/

#left input, #left select, #left #submit {
	color: #7D674F;
	border: 1px #7D674F solid; 
}


