﻿.Panel_Main_Content, 
#main_content
{
	background-color: #FFFFFF;		/*This is the backgournd color of all things inside div (unless overridden in the css itself.)*/
}

.Panel_Banner,
#top_banner 
{
	background: 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 #ACBA82;
	border-left: solid 1px #ACBA82;
	border-right: solid 1px #ACBA82;
}

.Panel_Container_Body,
#container_body
{
	background: #ACBA82 url('images/mast_container_bg.gif' ) repeat-x;
}

.Panel_Content_Body_Main,
#page_content
{
	border: solid 1px #ACBA82;
	background-color: #FFFFFF;
}

.Panel_Breadcrumb,
#header_breadcrumb
{
	background-color: #F26000;
	color: #FFFFFF;
	border-bottom: solid 2px #e9f995;
}

.Panel_Breadcrumb a, .Panel_Breadcrumb span,
#header_breadcrumb a
{
	color: #FFFFFF !important;
}