/* Start of CMSMS style sheet 'pagewrapper' */
div#pagewrapper {
   border: 1px solid black;
   margin: 0 auto;       /* this centers wrapper */
   max-width: 60em;   /* IE wont understand these, so we will use javascript magick */
   min-width: 60em;
   background-color: #fff;;
   color: black;
}

img  {
border: 0px;
}
/* End of 'pagewrapper' */

