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

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

#pageHeader h2 {
	color: #990000;
}

#sidebarContainer .sideHeader {
	color: #990000;
}

#navcontainer {
	background: repeat-x url(../../images/navcontainer_bg.png);
}

#navcontainer #current {
	background: no-repeat url(../../images/button_on.png);
	color: cc0000;
}

#navcontainer .currentAncestor {
	background: no-repeat url(../../images/button_on.png);
	color: #cc0000;
}

#navcontainer a {
	background: no-repeat url(../../images/button_off.png);
	color: #990000;
}

#navcontainer a:hover {
	background: no-repeat url(../../images/button_on.png);
	color: #cc0000;
}

.blog-entry-title {
	color: #cc0000;
}

.album-title {
	color: #cc0000;
}


.movie-page-title {
	color: #cc0000;
}

.movie-title {
	color: #cc0000;
}


.text-red {
	color: #990000;
}

.text-green {
	color: #006600;
}