#container { 
	background: #fff repeat-y right; /* This Is The BG Color Of The Main Div */
}

#sidebarContainer {
	background-color: #fff;
	color: #000;
}
#sidebarContainer #sidebar {
	color: #000;
}
#breadcrumbcontainer {
	color: #000;
}
#breadcrumbcontainer ul {
	color: #000000;
}
#breadcrumbcontainer a {
	color: #000;
}

#breadcrumbcontainer a:hover {

}
#footer {
	color: #000;
}

#footer a:link, #footer a:visited {
	color: #000;
}
#contentContainer  {
	color: #000;
}

.blog-category-link-disabled {
	color: #000;
}
.thumbnail-caption{
	color: #000;
}

.filesharing-item {
	border: 1px solid #757575;
}
.filesharing-item-description {
	color: #000;
}

