
#MainSection
{
	background-color: #d0d0d0;
	border-color:#777777;
}

/* Surrounds the Content Section */
#ContentHolder
{
	background-color: #ffffff;
	border-color:#777777;
}

/* For a panel in the panel section */
.Panel
{
    background-color:#ffffff;
	border-color:#777777;
}

