@charset "iso-8859-1";

/* 
   CSS Style Sets for African Children's Choir (tm)
   
  (c) Music for Life Institute - 2008
   
   This file largely inspired by Andy Clarke of http://www.stuffandnonsense.co.uk/

   First, we normalize all the styles, so we have a good common baseline to work with.  
   This effectively resets all the browser default styles to something that is roughly common
   accross all browsers.  A good thing, as we will now know what we are working with when we
   start to style all the individual elements. 
   
   Author:  Max Clements (max@clements.za.net)
   
*/

/* We import all our sub-style files here.  This is expensive in that in requires an HTML request for 
   every file, however, they are small and cacheable, so we do this for convenience... */

@import url("normalize.css");
@import url("layout.css");
@import url("typography.css");


