/*************************************/
/**Imports the styles from the other
/**stylesheets - Makes it simple to 
/**include a single stylesheet in the HTML
/**Layout.css controls all layout and common
/**styles and should NOT be modified.
/**styles.css is for css for each page and
/**non generic css
/*************************************/
@import url("layout.css");
@import url("styles.css");
@import url("slideshow.css");
@import url("tab_nav.css");
@import url("oval_buttons.css");