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

#header h1 {
	color: #A2A2A2;
}

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

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

#header h1 a:hover {
	color: #919191;
}

#header h2 {
	color: #A2A2A2;
}

a:link, a:visited {
	color: #7D9CB5;
}

a:hover, a:active {
	color: #647C90;
}

#breadcrumb {
	color: #BCBCBC;
}

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

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

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

#sidebarContent {
	color: #7D7D7D;
}

#sidebarContent h3 {
	color: #7D7D7D;
}

#sidebarContainer {
	background-color: #DCDCDC;
}

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

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