/* base.css */
/* Written By: Brian Bahn */
/* Description: CSS v2.1 master template for Thrifty website. */
/* This style sheet does not contain any style specifications, only imports other stylesheets. */
/* Created: 11/16/2005 */
/* Last Modified: 06/17/2010 */


/* Section 0:  Imported Style Sheets */
	
	/* Site Page Layout */
	/* Named site structural elements are given size and position. */
	@import url("layout.css"); 
	
	/* Site Theme */
	/* All of the theme elements (colors, borders, background-images) in one place. */
	@import url("theme.css"); 
	
	/* Typography */
	/* Fonts, text, pagination. */
	@import url("typography.css"); 

	
	/* Tables */
	/* Data table formatting. */
	/* @import url("ThriftyTables.css"); */
	
	/* Forms */
	/* Forms - like duh. */
	/* @import url("ThriftyForms.css"); */
	
	/* Navigation */
	/* Site Navigation Menu. */
	/* @import url("ThriftyNavigation.css"); */
	
	/* Color Names */
	/* Netscape's 240 color names (easier to code than hex).  Classes for foreground and background colors. */
	/* @import url("ColorNames.css"); */

	
/* End of Stylesheet. */