body
{ 
	background: #6E3D43;
	color: #6E3D43;
}

#header {
	background: #6E3D43;
}

#menu {
	background: #6E3D43;
}

#left {
	background: #E2CCB4;
}

#footer {
	background: #6E3D43;
}

/***Typography***/

#left p a, #content p a {
	color: #6E3D43;
}

#text .dropcap {
  	color: #6E3D43;
}

#main h3 {
	background: #6E3D43;
}

/***Lists***/

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

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

#left li a{
	color: #6E3D43;
}

/***Form***/

#left input, #left select, #left #submit {
	color: #6E3D43;
	border: 1px #6E3D43 solid; 
}



