html body { background-color: #FFE5D6; }

html .panel-content {background-color: #fff;}
html .panel-content-title { background-color: #FF9900; }
html .panel-content-title h2 { color: #444; }
html .panel-banner {background-color: #fff;}

html .search-background { background-color: #fff; }


html .tab-content-p,
html .tab-content { background-color: #e0e0e0; }
html .nav-tabs { margin-bottom: 0px; padding-bottom: 4px; border-bottom: 1px solid #fff;}

html .navbar-inner { background-color: #FF9900; background-image: none; }

html .navbar .nav > li > a { 
	color: #fff; 
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction=120, strength=1, enabled=true)";
}
html .navbar .nav > li > a:hover { color: #fff; }

html .footer p,
html .footer a,
html .footer a:hover { color: #fff; }

html a { color: #444444; }

#top-content .content-more a {color: #000000; } 


