/* page layout */
body, html {
margin: 0;
padding: 0;
margin-bottom: 4px;
background: white;  /*-- was this = #fff url(images/screenrulers-soft.png) */
text-align: center; /* IE center bug */
}
div#pageFrame {
position: relative;
width: 1000px; /* total pagewidth */
min-width:1000px;
margin: 0 auto;

}
div#logoFrame {
height: 151px;
position: relative;
}
div.navBarFrame {
height: 30px; /* prevent collapse ? */
}
div#navBottomFrame {
margin: 10px auto;
}
div#middleFrame {
position: absolute;
top: 191px;
margin: 0px;
min-height: 500px; /* no go IE */
/* border-top: 1px solid white; Mozilla: else middle frame shifts down a bit depending on content?! */
left: 181px; /* the fluid content is 100% minus these margins wide */


/* right: 178px; */
/* next lines hack for IE5.2 mac (does not listen to right) */
margin-right: 17px;
right: 17px;
}
@media all {
        div#middleFrame {margin-right: 0;}
          } /* values for others */



#middleContent {
width: 100%;  /* prevents IE to jump out of the box! */
text-align: left;
}
/* boxes1 and 2 (call it left and right if you prefer) */
div#boxes1Frame {
position: absolute;
/*left: 7px;*/
left: 0px;
top: 191px;
width: 162px;
}
div#boxes2Frame {
position: absolute;
right: 7px;
top: 110px;
width: 162px;
}
div.infoBoxContentsFL {
width: 150px; /* ???????? needed for IE 160 minus margins and borders ? */
padding: 5px; /* IE */
}

div#bannerFrame {
height: 60px;
margin-top: 10px;
margin-bottom: 10px;
}

/* end page layout */
