﻿.Panel_Main_Content, 
#main_content
{
	background-color: #000000;		/*This is the backgournd color of all things inside div (unless overridden in the css itself.)*/
}

.Panel_Banner,
#top_banner
{
	background:  #CCAC54 url(images/mast_header_bg.gif) repeat-y right;
}

.Panel_Container,
#container
{
	background: url(images/mast_content_head_bg.gif) repeat-x top;
	border-bottom: solid 1px #CCAC54;
	border-left: solid 1px #CCAC54;
	border-right: solid 1px #CCAC54;
}

.Panel_Container_Body,
#container_body
{
	background: #000000 url('images/mast_container_bg.gif' ) repeat-x;
}

.Panel_Content_Body_Main,
#page_content
{
	border: solid 1px #000000;
}

.Panel_Breadcrumb,
.Panel_Breadcrumb span,
.Panel_Breadcrumb a,
#header_breadcrumb span, 
#header_breadcrumb a, 
#header_breadcrumb
{
	background-color: #000000;
	color: #FFFFFF;
}

.Panel_Footer p,
.Panel_Footer,
#footer p,
#footer
{
	color: #FFFFFF !important;
}
