body
{ 
	background: #89667A;
	color: #89667A;
}

#header {
	background: #89667A;
}

#menu {
	background: #89667A;
}

#left {
	background: #EAE0E1;
}

#content {
	background: transparent url(../images/home.jpg) no-repeat;
	color: #FFFFFF;
}

#footer {
	background: #89667A;
}

/***Typography***/

#text .dropcap {
  	color: #89667A;
}

h3 {
	background: #89667A;
}

#left p a {
	color: #89667A;
}


/***Lists***/

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

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

#left li a{
	color: #89667A;
}

/***Form***/

#left input, #left select, #left #submit {
	color: #89667A;
	border: 1px #89667A solid; 
}
