/* CSS Document */

 
@import url("base.css");
@import url("structure.css");
@import url("pages.css");
@import url("extra.css");
@import url("sifr.css");
 
 
 /*********
 
 Fairly simple:
 
All things to do with setting points on the map are in Pages, unde locations. The actual javascript is on the index page.
sifr - used SIFR for all the headers to give them antialias appearance. VERY DIFFICULT TO CHANGE, so work slowly. 
Structure - contains the layout structure for the pages. All general changes go here. All page specific changes goes on pages. (So pages overwrites structure)

*/