body {
/*	background: url('../gfx/BG_black.gif');*/
	background-color: #1A1A1A;
	color: #999999;
	font-style: normal;
	text-shadow: 0 0 0 #000;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 20px;
	padding: 0;
	font-weight: normal;
	margin: 0;
	color: #FFFFFF;
	background-color: transparent;
}

#logo {
	display: none;
}

#blend, .navigation-bar-divider {
	background-color: #1A1A1A;
	/*
	background-color: transparent;
	background: url('../gfx/BG_trans.gif');
	opacity: 1;
	filter: alpha(opacity=100);
	*/
}

.navigation-bar {
	background-color: #FFF;
}



div.toggle-content {
	background-image: url('../gfx/plus_L.gif');
}

div.toggle-content-remove {
	background-image: url('../gfx/cross_L.gif');
}

div.content-bottom {
	background-image:url(../gfx/divider-1px.gif);
}