/**************************/
/****** Common - TOC ******/
/**************************/

/*
	default.css - eliminate browser differences --- Please DO not change here, except if you know what you are doing.
	global.css - Global site settings for entire site
	common.css - TOC, common page structure
		* Page structure (skeleton) - positioning
		* Page structure - typography style
			* Navigation - top
			* Navigation - left/right
			* Navigation - bottom
	module-NAME.css - module specific styles - Please, use ID as selector!
		ex: #news .column_2 p.title {  }
	
	
	TIPS:
	Name According To Where It Is, Not What It Looks Like
		Better names would be “error”, “important-message”, or whatever else you can
		come up with, because at least those names let you know WHAT it is
		instead of force-feeding you what it looks like.

	*/

/* Page structure (skeleton) - positioning */


/* Page structure (skeleton) - typography style */





