/****************************************************************************

	CSS Includes 
	
	Import separate files into this one so that each page only needs to 
	reference the master.css file.

	Import map is as follows:
		
	master.css -> reset.css
		   -> stylev1.css -> news.css
		   		  -> sidebar.css

****************************************************************************/

@import url("css/reset.css");
@import url("css/stylev1.css");