
body { background-color: #600; background-image: url(/images/css/body_bg.gif); }

	/* Top Section - Header Area
	-------------------------------------------------*/
	
	div#header { height: 97px !important; border-bottom: 7px solid #600; }
		
		div#header div#welcome { color: #FFF; }
			div#header div#welcome a { color: #FFF; }

	
		/* Left Column 
		--------------------------------------------------*/
			
			/* Generic content box types */
		
				/* "content" is a box with light background and border */
				div#left-column .content { border: 1px solid #600; }
					
				/* "pennant" is the one with the pointed arrow header */
				div#left-column div.pennant h3 { color: #600; }
					
				/* Anchor Tabs (the brown ones with the flyouts)*/
				div#left-column ul.anchorTabs li .popmsg { border: 1px solid #300; background-color: #8E1717; }

				/* "My" links */
				div#left-column div.linkSet a { color: #600; } 
	
/* Right Content
-------------------------------------------------*/

	.right_header { background-color: #000; }