body {
	background-color: #454545;
	color: %colour_bodytype%;
}

#header h1 {
	color: #322E33;
}

#header h1 a:link {
	color: #322E33;
}

#header h1 a:visited {
	color: #322E33;
}

#header h1 a:hover {
	color: #2D292D;
}

#header h2 {
	color: #654A39;
}

a:link, a:visited {
	color: #3A2A25;
}

a:hover, a:active {
	color: #2E211D;
}

#breadcrumb {
	color: #BCBCBC;
}

#breadcrumb a:link {
	color: #EBEBEB;
}

#breadcrumb a:visited {
	color: #EBEBEB;
}

#breadcrumb a:hover {
	color: #FFFFFF;
}

#sidebarContent {
	color: #3A2A25;
}

#sidebarContent h3 {
	color: #3A2A25;
}

#sidebarContainer {
	background-color: #DCDCDC;
}

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

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