@charset "utf-8";
/* CSS Document */


@import url('reset.css');
@import url('base.css');
@import url('nav.css');

@font-face {
	font-family: 'BellGothicStdBlack';
	src: url('BellGothicStdBlack.eot');
	src: local('Bell Gothic Std Black'), 
		 local('BellGothicStd-Black'), 
		 url('BellGothicStdBlack.woff') format('woff'), 
		 url('BellGothicStdBlack.ttf') format('truetype'), 
		 url('BellGothicStdBlack.svg#BellGothicStd-Black') format('svg');
}
@font-face {
	font-family: 'BellGothicStdBold';
	src: url('BellGothicStd-Bold.eot');
	src: local('Bell Gothic Std Bold'), 
		 local('BellGothicStd-Bold'), 
		 url('BellGothicStd-Bold.ttf') 	
		 format('truetype'), 
		 url('BellGothicStd-Bold.svg#BellGothicStd-Bold') 
		 format('svg');
}
