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

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

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

a:hover, a:active {
	color: #ffffff;

}

#breadcrumbcontainer li {
	color: #bfbfbf;

}

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

}

#breadcrumbcontainer a:hover,#navcontainer #current,#navcontainer a:hover,#footer a:hover, #footer a:active {

}

/* -toolbar----only */

#navcontainer #current {
	font-weight: bold;
	text-decoration: underline;
}

/* only */

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

#navcontainer #current {
	color: #ffffff;
}

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

/* 0 */

#navcontainer ul{
	list-style: none;
}

#navcontainer li {
}

#navcontainer a {
	color: #ffffff;
}

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


