/*
PURPOSE:
	[1] Basic cascading stylesheet for ALL browsers
	[2] DISCOVERY HEALTH
	[3] MEDIA = SCREEN

REVISION HISTORY:
	September 17th, 2007. v1.0. Created.

STATUS OF THIS DOCUMENT:
	This is a working draft.

MAINTAINER:
	Carl Lewin
	c a r l _ l e w i n @ d i s c o v e r y . c o m

LEGAL NOTICE:
	Distribution of this document is limited.
	Copyright (C) Discovery.com 2007. All Rights Reserved.
*/


/*
==================================
HTML TAGS
==================================
*/
body { background: #FFCC7F; }

/*
==================================
ID - FRAMES
==================================
*/
#sixColumnFrame { background-color: #FFF; }

