/* Start of CMSMS style sheet 'iefix' */
html, body, #pagewrapper, #content, #main{
    height: 100%;
    margin: 0px;
    padding:0px;
    border: 0px;
}

* html div#pagewrapper {width: 760px /* fallback value */;
width:expression(((document.compatMode && 
document.compatMode=='CSS1Compat') ? 
document.documentElement.clientWidth : 
document.body.clientWidth) 
> 1218 ? "1200px" : (((document.compatMode && 
document.compatMode=='CSS1Compat') ? 
document.documentElement.clientWidth : 
document.body.clientWidth) < 570 ? "552px" : "99.7%")); }

.2cols {
    column-count: 2;
    column-width: 45%;
    column-gap: 10%;
    column-rule: thin dotted #ffd700;

 }


#main h1 {
		margin-top: 0.2em;
}

#header img {
  margin-top: -1.7em;
}

#footer {
    margin-top: -10px;
}

/* End of 'iefix' */

