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

	/* Top Section - Header Area
	-------------------------------------------------*/
	
	div#header { height: 115px !important; border-bottom: 7px solid #900; }
		
		/* Left Column 
		--------------------------------------------------*/
			
			/* Generic content box types */
		
				/* "content" is a box with light background and border */
				div#left-column .content { border: 1px solid #00207A; }
					
				/* "pennant" is the one with the pointed arrow header */
				div#left-column div.pennant h3 { color: #006; }
					
				/* Anchor Tabs (the brown ones with the flyouts)*/
				div#left-column ul.anchorTabs li .popmsg { border: 1px solid #001D6C; background-color: #1A3EA2; }
			
				/* "My" links */
				div#left-column div.linkSet a { color: #006; } 
					
				/* Featured Collections */
				div#left-column div#featured_collections h3 { color: #006; }
				div#left-column div#featured_collections ul { background-color: #CFD7EE; color: #006; border-color: #001D6C; }
				div#left-column div#featured_collections .content a { color: #006; }
				div#left-column div#featured_collections .content ul { border: 1px solid #001D6C; }
		
	
/* Right Content
-------------------------------------------------*/

	.right_header { background: #017 url(/images/build/darkblue_bg.jpg) repeat-x; }
