body {
	background-color: #443D45;
	color: #AEA892;
}

#header h1 {
	color: #AEA892;
}

#header h1 a:link {
	color: #AEA892;
}

#header h1 a:visited {
	color: #AEA892;
}

#header h1 a:hover {
	color: #9C9783;
}

#header h2 {
	color: #696969;
}

a:link, a:visited {
	color: #8E82AE;
}

a:hover, a:active {
	color: #71688B;
}

#breadcrumb {
	color: #847D62;
	text-shadow: 1px 1px 1px #000;
}

#breadcrumb a:link {
	color: #A69D7B;
	text-shadow: 1px 1px 1px #000;
}

#breadcrumb a:visited {
	color: #A69D7B;
	text-shadow: 1px 1px 1px #000;
}

#breadcrumb a:hover {
	color:  #847D62;
	text-shadow: 1px 1px 1px #000;
}

#sidebarContent {
	color: #7D7D7D;
}

#sidebarContent h3 {
	color: #C5C5C5;
}

#sidebarContainer {
	background-color: #DCDCDC;
}

blockquote {
	background: none;
	background-color: #DCDCDC;
}

html>body blockquote {
	background: #DCDCDC url(images/blockquote_point.png) no-repeat left bottom;
}
