@charset "utf-8";
/* MASTER_horizontal.CSS Document */

@import url('global.css');
@import url('nav_horizontal.css');
@import url('type.css'); 

/* calls up all other css files that govern the site. make sure they are all listed here. NOTE - SHOULD HAVE ONLY 1 SPACE BETWEEN URL AND '(' - OTHERWISE IT WILL NOT CALL UP THE ASKED FOR FILE! EXAMPLE:
																																			@import url('nav_horizontal.css');
	NOT 
@import url ('nav_horizontal.css');	
*/
