body {
	background: black no-repeat url(../../images/black.jpg) 0px 0px fixed;
	color: white;
}

#container {
	background: black no-repeat url(../../images/black.jpg) 0px 0px;
	color: white;
}

a:link, a:visited {
	color: #7f7f7f;
}

a:hover, a:active {
	color: white;

}

#breadcrumbcontainer li {
	color: #bfbfbf;

}

#breadcrumbcontainer a,#navcontainer a,#breadcrumbcontainer,#footer a:link, #footer a:visited,#footer p,#contentContainer,#pageHeader h1,#pageHeader h2, {
	color: white;

}

#breadcrumbcontainer a:hover,#navcontainer #current,#navcontainer a:hover,#footer a:hover, #footer a:active, {
	color: black;
}

/* -toolbar----only */

/* only */

#navcontainer {
	position: relative;
	top: 0;
}

#navcontainer #current {
	color: white;
}

#navcontainer #current:hover {
	text-decoration: underline;
}

/* 0 */

#navcontainer ul{
	list-style: none;
}

#navcontainer li {
}

#navcontainer a {
	color: white;
}

#navcontainer a:hover {
	background: fixed;
	color: white;
	text-decoration: underline;
}



