body {
	background-color: #302D26;
}

#header h1 {
	color: #756A3A;
}

#header h1 a:link {
	color: #756A3A;
}

#header h1 a:visited {
	color: #756A3A;
}

#header h1 a:hover {
	color: #3A351D;
}

#header h2 {
	color: #AAA76B;
}

.blog-entry-title {
	color: #7F7F7F;

}

.blog-entry-title a:link {
	color: #7F7F7F;
}

.blog-entry-title a:visited {
	color: #7F7F7F;
}

.blog-entry-title a:hover {
	color: #4C4C4C;
}

a:link, a:visited {
	color: #A49648;
}

a:hover, a:active {
	color: #524B24;
}

#navcontainer #current {
	background-color: #DCB88F;
}

#navcontainer #current:hover {
	background-color: #B09372;
}

#navcontainer a {
	color: #625336;
	background-color: #CAC6AD;
}

#navcontainer a:hover {
	color: %colour_menutexthover%;
	background-color: #5B4B3C;
}

#navcontainer ul ul a {
	background-color: #B5B29B;
}

