/* Anchor Colour */

a {
	color: #666666;
}

a:hover {
	color: #999999;
}

/* Header Image */

#header {
	background: #000000 url(images/black-header.jpg) repeat-x top left;
}

/* Header Title and Description */

#content h2 a {
	color: #000000;
}

#content h2 a:hover {
	color: #666666;
}

#content h2 {
	color: #000000;
}


/* Sub-page Menu */

#subpage ul {
	background: #808080;
}

#subpage ul li {
	color: #000;
}

#subpage ul li a {
	color: #fff;
}

#subpage ul li a:hover {
	color: #ffff00;
}

/* Footer */

#footer {
	background: #000000;
}

#footer p {
	color: #fff;
}

#footer a {
	color: #598cb7;
}