body
{ 
	background: #627F61;
	color: #627F61;
}

#header {
	background: #627F61;
}

#menu {
	background: #627F61;
}

#left {
	background: #D8DFD8;
}

#footer {
	background: #627F61;
}

/***Typography***/

#text .dropcap {
  	color: #627F61;
}

#main h3 {
	background: #627F61;
}

#left p a, #main p a {
	color: #627F61;
}

/***Lists***/

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

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

#left li a{
	color: #627F61;
}

/***Form***/

#left input, #left select, #left #submit {
	color: #627F61;
	border: 1px #627F61 solid; 
}