/*
NOTES

The body font size is defaulted to 10px in reset.css, by taking the default
16px font size and scaling it by 62.5%.  This allows us to easly convert px to em...  10px = 1em, 150px = 15em, etc.

Page Layout Elements that we wish to scale with the "increase/decrease font" option should be measured in em.	

*/



/* Start with a clean slate */
@import url("reset.css");

/* Import content styles*/
@import url("content.css");

/* Import Page Layout styles*/
@import url("layout.css");

/* Import navigation styles*/
@import url("navigation.css");

/* Import navigation styles*/
@import url("galleria.css");