/* 
-----------------------------------------------
Milton Young Musicians - Basic Stylesheet
Author:   Steve Nelson
Current as ot 12/2009

This stylesheet imports the common stylesheet modules
used throughout the site; special purpose sheets are
called for only when needed (for example the form.css
which is only used on the contact page)

----------------------------------------------- */


/* Import stylesheets and hide from IE/Mac \*/

@import "/css/lib/reset.css";
@import "/css/lib/mymfLayout.css";
@import "/css/lib/mymfType.css";
@import "/css/lib/mymfCoreMenu.css";


/* Global Super Classes 
----------------------------------------------- */

body { color: #333; background-color: #95a3b6; font-family:Arial, Verdana, Helvetica, sans-serif; font-size: 100%; font-weight: normal; line-height:1.4em; text-align: center; }
.floatL { float:left; }
.floatR { float:right; }
.clearBoth { clear:both; }
.margin5 { margin:5px; }
.alignC { margin:0 auto; }
.blackBord { border:1px solid #000; padding:2px; }
.centerizer { width:98%; text-align:center; }
.docSource { display:none; }
img { border:none; }

/* End hide from IE-mac */