.topper h1 {
	color: #F1F1F1;
}

#header h1 {
	color: #F1F1F1;
}

#header h2 {
	color: #DEDEDE;
}

#header {
	background: #FFFFFF;
}

body {
	background: #1F0F00;	
}

.footer {
	color: #FFFFFF;
}

.footer a {
	color: #FFFFFF;
}

.footer a:hover {
	color: #999999;
}

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

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

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

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

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

.navcontainer .current a:link {
	color: #1F0F00;
}

.navcontainer .current a:visited {
	color: #1F0F00;
}

.navcontainer .current a:hover {
	color: #120900;
}

#container {
	background: #D8DCDE;
}

.breadcrumbContainer {
	background: #D8DCDE;
}

.navcontainer .current {
	background: #D8DCDE url(images/menu_down.png) no-repeat;
}

.navcontainer .currentAncestor {
	background: #D8DCDE url(images/menu_down.png) no-repeat;
}

.sidebar {
	color: #1A1B1B;
}


