@charset "UTF-8";
@import "reset.css";


/* 
 
 Valid imports with media queries that IE6 and IE7 doesn't understand.
 
 */
@import "screen.css" screen, projection, tv;

/* 
 
 Invalid imports inside media queries for IE6 and IE7.
 http://www.w3.org/TR/CSS2/syndata.html#at-rules
 
 */
@media screen, projection, tv {
	@import "screen.css";
	@import "screen.ie.css";
}

@font-face {
	font-family: 'Helvetica';
	src: url('fonts/Helvetica.eot');
	src: local('Helvetica Book'), local('Helvetica'), url('fonts/Helvetica.woff') format('woff'), url(fonts/'Helvetica.ttf') format('truetype'), url('fonts/Helvetica.svg#Helvetica') format('svg');
}
