@charset "UTF-8";
/* CSS CORE Document */
/* copyright Tina Castillo 2012 */

/*Call stylesheets --- */
@import url("resets.css");
@import url("screen.css");
@import url("handheld.css");
@import url("mobile.css") handheld;
@import url("mobile.css") only screen and (max-device-width:480px);