body,
.movie-background, .photo-background {
	background-color: #191919;
}

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

a:hover, a:active {
	color: #FFFFFF;
}

#pageHeader, #footer, #container>#mainContent {
	border-color: %colour_border%;
	color: #FFFFFF;
}
				
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content h7 {
	color: %colour_content_title%;
}

#content h2 {
	color: #000000;
	background-color: #FFFFFF;
}

.form-input-field, .form-input-button {
	background-color: %colour_content_bg + #222222 * 1.3%;
	border-color: %colour_content_bg + #222222 * 0.8%;
}

#control, #control .boxBottom, #control .toolbarBottom {
	color: #333333;
}

#control a:link, #control a:visited {
	color: #666666;
}

#control a:hover, #control a:active {
	color: #999999;
}

#mainNav ul {
	border: 1px solid #222222;
}

#mainNav ul li a {
	background-color: #111111;
	color: #CCCCCC;
}

#mainNav ul li a.current, #mainNav ul li a:hover {
	background-color: #333333;
	color: #FFFFFF;
}

#pageHeader {
	background-color: #000000;
}

#mainContent {
	background-color: #000000;
}

#footer {
	background-color: #000000;
}